Searched refs:VRegA_31c (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | dex_instruction.cc | 174 case k31c: return VRegA_31c(); in VRegA() 536 os << StringPrintf("%s v%d, %s // string@%d", opcode, VRegA_31c(), in DumpString() 540 os << StringPrintf("%s v%d, string@%d", opcode, VRegA_31c(), string_idx); in DumpString() 543 os << StringPrintf("%s v%d, thing@%d", opcode, VRegA_31c(), VRegB_31c()); break; in DumpString()
|
D | dex_instruction-inl.h | 112 inline uint8_t Instruction::VRegA_31c() const { in VRegA_31c() function
|
D | dex_instruction.h | 237 uint8_t VRegA_31c() const;
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1649 work_line_->SetRegisterType(inst->VRegA_31c(), reg_types_.JavaLangString()); in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter.cc | 1370 shadow_frame.SetVRegReference(inst->VRegA_31c(), s); in ExecuteImpl()
|