Home
last modified time | relevance | path

Searched refs:VRegB_51l (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Ddex_instruction-inl.h261 case k51l: return VRegB_51l(); in VRegB()
269 return VRegB_51l(); in WideVRegB()
362 inline uint64_t Instruction::VRegB_51l() const { in VRegB_51l() function
Ddex_instruction.cc411 case k51l: os << StringPrintf("%s v%d, #%+" PRId64, opcode, VRegA_51l(), VRegB_51l()); break; in DumpString()
Ddex_instruction.h364 uint64_t VRegB_51l() const; // vB_wide
/art/compiler/optimizing/
Dbuilder.cc1374 HLongConstant* constant = graph_->GetLongConstant(instruction.VRegB_51l()); in AnalyzeDexInstruction()
/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.cc1870 int64_t val = inst->VRegB_51l(); in CodeFlowVerifyInstruction()