Home
last modified time | relevance | path

Searched refs:VRegB_31c (Results 1 – 9 of 9) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction-inl.h313 case k31c: return VRegB_31c(); in VRegB()
392 inline uint32_t Instruction::VRegB_31c() const { in VRegB_31c() function
Ddex_instruction.cc346 uint32_t string_idx = VRegB_31c(); in DumpString()
366 os << StringPrintf("%s v%d, thing@%d", opcode, VRegA_31c(), VRegB_31c()); break; in DumpString()
Ddex_instruction.h429 uint32_t VRegB_31c() const;
/art/runtime/interpreter/mterp/
Dnterp.cc485 : inst->VRegB_31c()); in NterpLoadObject()
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc372 const dex::StringIndex string_index(inst->VRegB_31c()); in ProcessDexFile()
Ddexanalyze_bytecode.cc295 const uint16_t str_idx = is_jumbo ? inst->VRegB_31c() : inst->VRegB_21c(); in ProcessCodeItem()
/art/tools/veridex/
Dflow_analysis.cc313 instruction.VRegB_31c()); in ProcessDexInstruction()
/art/dex2oat/driver/
Dcompiler_driver.cc729 : inst->VRegB_31c()); in ResolveConstStrings()
2452 dex::StringIndex(inst->VRegB_31c()), dex_cache); in InternStrings()
/art/compiler/optimizing/
Dinstruction_builder.cc3325 dex::StringIndex string_index(instruction.VRegB_31c()); in ProcessDexInstruction()