Searched defs:string_index (Results 1 – 15 of 15) sorted by relevance
/art/compiler/optimizing/ |
D | jit_patches_arm64.cc | 79 dex::StringIndex string_index, in DeduplicateJitStringLiteral()
|
D | sharpening.cc | 389 dex::StringIndex string_index = load_string->GetStringIndex(); in ProcessLoadString() local
|
D | code_generator_arm64.h | 871 dex::StringIndex string_index, in DeduplicateJitStringLiteral()
|
D | instruction_builder.cc | 2548 void HInstructionBuilder::BuildLoadString(dex::StringIndex string_index, uint32_t dex_pc) { in BuildLoadString() 3662 dex::StringIndex string_index(instruction.VRegB_21c()); in ProcessDexInstruction() local 3669 dex::StringIndex string_index(instruction.VRegB_31c()); in ProcessDexInstruction() local
|
D | code_generator_arm64.cc | 350 const dex::StringIndex string_index = instruction_->AsLoadString()->GetStringIndex(); in EmitNativeCode() local 5191 dex::StringIndex string_index, in NewBootImageStringPatch() 5199 dex::StringIndex string_index, in NewStringBssEntryPatch() 5797 const dex::StringIndex string_index = load->GetStringIndex(); in VisitLoadString() local 5815 const dex::StringIndex string_index = load->GetStringIndex(); in VisitLoadString() local
|
D | code_generator_riscv64.cc | 764 const dex::StringIndex string_index = instruction_->AsLoadString()->GetStringIndex(); in EmitNativeCode() local 6562 const DexFile& dex_file, dex::StringIndex string_index, const PcRelativePatchInfo* info_high) { in NewBootImageStringPatch() 6567 const DexFile& dex_file, dex::StringIndex string_index, const PcRelativePatchInfo* info_high) { in NewStringBssEntryPatch() 6595 dex::StringIndex string_index, in DeduplicateJitStringLiteral()
|
D | code_generator_arm_vixl.cc | 564 const dex::StringIndex string_index = instruction_->AsLoadString()->GetStringIndex(); in EmitNativeCode() local 9733 const DexFile& dex_file, dex::StringIndex string_index) { in NewBootImageStringPatch() 9738 const DexFile& dex_file, dex::StringIndex string_index) { in NewStringBssEntryPatch() 9781 dex::StringIndex string_index, in DeduplicateJitStringLiteral()
|
D | code_generator_x86_64.cc | 381 const dex::StringIndex string_index = instruction_->AsLoadString()->GetStringIndex(); in EmitNativeCode() local 6920 dex::StringIndex string_index, in NewJitRootStringPatch()
|
D | code_generator_x86.cc | 280 const dex::StringIndex string_index = instruction_->AsLoadString()->GetStringIndex(); in EmitNativeCode() local 7585 dex::StringIndex string_index, in NewJitRootStringPatch()
|
/art/tools/veridex/ |
D | hidden_api_finder.cc | 74 dex::StringIndex string_index(inst->VRegB_21c()); in CollectAccesses() local
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 324 const dex::StringIndex string_index(inst->VRegB_21c()); in ProcessDexFile() local 372 const dex::StringIndex string_index(inst->VRegB_31c()); in ProcessDexFile() local
|
/art/runtime/interpreter/mterp/ |
D | nterp.cc | 562 dex::StringIndex string_index( in NterpLoadObject() local
|
/art/runtime/verifier/ |
D | verifier_deps.cc | 471 uint32_t string_index = 1; in EncodeStringVector() local
|
/art/runtime/ |
D | class_loader_context.cc | 124 uint32_t string_index = shared_library_open_index + 1; in FindMatchingSharedLibraryCloseMarker() local
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 660 dex::StringIndex string_index((inst->Opcode() == Instruction::CONST_STRING) in ResolveConstStrings() local
|