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.cc379 case k51l: os << StringPrintf("%s v%d, #%+" PRId64, opcode, VRegA_51l(), VRegB_51l()); break; in DumpString()
Ddex_instruction.h366 uint64_t VRegB_51l() const; // vB_wide
/art/compiler/optimizing/
Dbuilder.cc521 HLongConstant* constant = GetLongConstant(instruction.VRegB_51l()); in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc339 shadow_frame.SetVRegLong(inst->VRegA_51l(inst_data), inst->VRegB_51l()); in ExecuteSwitchImpl()
Dinterpreter_goto_table_impl.cc426 shadow_frame.SetVRegLong(inst->VRegA_51l(inst_data), inst->VRegB_51l()); in ExecuteGotoImpl()
/art/runtime/verifier/
Dmethod_verifier.cc1690 int64_t val = inst->VRegB_51l(); in CodeFlowVerifyInstruction()