Searched refs:VRegA_31c (Results 1 – 8 of 8) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction.cc | 352 VRegA_31c(), in DumpString() 358 VRegA_31c(), in DumpString() 363 os << StringPrintf("%s v%d, string@%d", opcode, VRegA_31c(), string_idx); in DumpString() 366 os << StringPrintf("%s v%d, thing@%d", opcode, VRegA_31c(), VRegB_31c()); break; in DumpString()
|
D | dex_instruction.h | 342 uint8_t VRegA_31c() const { in VRegA_31c() function 343 return VRegA_31c(Fetch16(0)); in VRegA_31c() 385 uint8_t VRegA_31c(uint16_t inst_data) const;
|
D | dex_instruction-inl.h | 78 case k31c: return VRegA_31c(); in VRegA() 178 inline uint8_t Instruction::VRegA_31c(uint16_t inst_data) const { in VRegA_31c() function
|
/art/tools/dexanalyze/ |
D | dexanalyze_bytecode.cc | 296 uint32_t out_reg = is_jumbo ? inst->VRegA_31c() : inst->VRegA_21c(); in ProcessCodeItem()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 310 UpdateRegister(instruction.VRegA_31c(), in ProcessDexInstruction()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 3032 UpdateLocal(instruction.VRegA_31c(), current_block_->GetLastInstruction()); in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 712 shadow_frame.SetVRegReference(inst->VRegA_31c(inst_data), s); in CONST_STRING_JUMBO()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2303 this, inst->VRegA_31c(), reg_types_.JavaLangString()); in CodeFlowVerifyInstruction()
|