Searched refs:VRegA_31c (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | dex_instruction.cc | 287 os << StringPrintf("%s v%d, %s // string@%d", opcode, VRegA_31c(), in DumpString() 291 os << StringPrintf("%s v%d, string@%d", opcode, VRegA_31c(), string_idx); in DumpString() 294 os << StringPrintf("%s v%d, thing@%d", opcode, VRegA_31c(), VRegB_31c()); break; in DumpString()
|
D | dex_instruction.h | 287 uint8_t VRegA_31c() const { in VRegA_31c() function 288 return VRegA_31c(Fetch16(0)); in VRegA_31c() 324 uint8_t VRegA_31c(uint16_t inst_data) const;
|
D | dex_instruction-inl.h | 76 case k31c: return VRegA_31c(); in VRegA() 174 inline uint8_t Instruction::VRegA_31c(uint16_t inst_data) const { in VRegA_31c() function
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 452 shadow_frame.SetVRegReference(inst->VRegA_31c(inst_data), s); in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 365 shadow_frame.SetVRegReference(inst->VRegA_31c(inst_data), s); in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1707 work_line_->SetRegisterType(inst->VRegA_31c(), reg_types_.JavaLangString()); in CodeFlowVerifyInstruction()
|