Home
last modified time | relevance | path

Searched refs:VRegA_51l (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Ddex_instruction.h301 uint8_t VRegA_51l() const { in VRegA_51l() function
302 return VRegA_51l(Fetch16(0)); in VRegA_51l()
327 uint8_t VRegA_51l(uint16_t inst_data) const;
Ddex_instruction-inl.h82 case k51l: return VRegA_51l(); in VRegA()
204 inline uint8_t Instruction::VRegA_51l(uint16_t inst_data) const { in VRegA_51l() function
Ddex_instruction.cc411 case k51l: os << StringPrintf("%s v%d, #%+" PRId64, opcode, VRegA_51l(), VRegB_51l()); break; in DumpString()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc401 shadow_frame.SetVRegLong(inst->VRegA_51l(inst_data), inst->VRegB_51l()); in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc304 shadow_frame.SetVRegLong(inst->VRegA_51l(inst_data), inst->VRegB_51l()); in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc1873 work_line_->SetRegisterTypeWide(this, inst->VRegA_51l(), lo, hi); in CodeFlowVerifyInstruction()