Home
last modified time | relevance | path

Searched refs:VRegA_31c (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Ddex_instruction.cc174 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()
Ddex_instruction-inl.h112 inline uint8_t Instruction::VRegA_31c() const { in VRegA_31c() function
Ddex_instruction.h237 uint8_t VRegA_31c() const;
/art/runtime/verifier/
Dmethod_verifier.cc1649 work_line_->SetRegisterType(inst->VRegA_31c(), reg_types_.JavaLangString()); in CodeFlowVerifyInstruction()
/art/runtime/interpreter/
Dinterpreter.cc1370 shadow_frame.SetVRegReference(inst->VRegA_31c(), s); in ExecuteImpl()