Searched defs:string_index (Results 1 – 13 of 13) sorted by relevance
/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/compiler/optimizing/ |
D | sharpening.cc | 367 dex::StringIndex string_index = load_string->GetStringIndex(); in ProcessLoadString() local
|
D | instruction_builder.cc | 2362 void HInstructionBuilder::BuildLoadString(dex::StringIndex string_index, uint32_t dex_pc) { in BuildLoadString() 3472 dex::StringIndex string_index(instruction.VRegB_21c()); in ProcessDexInstruction() local 3479 dex::StringIndex string_index(instruction.VRegB_31c()); in ProcessDexInstruction() local
|
D | code_generator_arm64.cc | 340 const dex::StringIndex string_index = instruction_->AsLoadString()->GetStringIndex(); in EmitNativeCode() local 4855 dex::StringIndex string_index, in NewBootImageStringPatch() 4863 dex::StringIndex string_index, in NewStringBssEntryPatch() 4918 const DexFile& dex_file, dex::StringIndex string_index, Handle<mirror::String> handle) { in DeduplicateJitStringLiteral() 5475 const dex::StringIndex string_index = load->GetStringIndex(); in VisitLoadString() local 5499 const dex::StringIndex string_index = load->GetStringIndex(); in VisitLoadString() local
|
D | code_generator_arm_vixl.cc | 581 const dex::StringIndex string_index = instruction_->AsLoadString()->GetStringIndex(); in EmitNativeCode() local 9407 const DexFile& dex_file, dex::StringIndex string_index) { in NewBootImageStringPatch() 9412 const DexFile& dex_file, dex::StringIndex string_index) { in NewStringBssEntryPatch() 9455 dex::StringIndex string_index, in DeduplicateJitStringLiteral()
|
D | code_generator_x86_64.cc | 325 const dex::StringIndex string_index = instruction_->AsLoadString()->GetStringIndex(); in EmitNativeCode() local 6456 dex::StringIndex string_index, in NewJitRootStringPatch()
|
D | code_generator_x86.cc | 254 const dex::StringIndex string_index = instruction_->AsLoadString()->GetStringIndex(); in EmitNativeCode() local 7362 dex::StringIndex string_index, in NewJitRootStringPatch()
|
/art/dexlayout/ |
D | dex_ir_builder.cc | 1166 const uint32_t string_index = static_cast<uint32_t>(ReadVarWidth(data, length, false)); in ReadEncodedValue() local 1171 const uint32_t string_index = static_cast<uint32_t>(ReadVarWidth(data, length, false)); in ReadEncodedValue() local
|
/art/runtime/interpreter/mterp/ |
D | nterp.cc | 598 dex::StringIndex string_index( in NterpLoadObject() local
|
/art/runtime/verifier/ |
D | verifier_deps.cc | 473 uint32_t string_index = 1; in EncodeStringVector() local
|
/art/runtime/ |
D | class_loader_context.cc | 123 uint32_t string_index = shared_library_open_index + 1; in FindMatchingSharedLibraryCloseMarker() local
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 598 dex::StringIndex string_index((inst->Opcode() == Instruction::CONST_STRING) in ResolveConstStrings() local
|