Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction-inl.h263 case k21s: return VRegB_21s(); in VRegB()
310 inline int16_t Instruction::VRegB_21s() const { in VRegB_21s() function
Ddex_instruction.cc178 case k21s: os << StringPrintf("%s v%d, #%+d", opcode, VRegA_21s(), VRegB_21s()); break; in DumpString()
Ddex_instruction.h383 int16_t VRegB_21s() const;
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc344 int16_t val = inst->VRegB_21s(); in ExecuteSwitchImpl()
376 shadow_frame.SetVRegLong(inst->VRegA_21s(inst_data), inst->VRegB_21s()); in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc1778 HIntConstant* constant = graph_->GetIntConstant(instruction.VRegB_21s(), dex_pc); in ProcessDexInstruction()
1800 int64_t value = instruction.VRegB_21s(); in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2269 int16_t val = static_cast<int16_t>(inst->VRegB_21s()); in CodeFlowVerifyInstruction()
2288 int64_t val = static_cast<int16_t>(inst->VRegB_21s()); in CodeFlowVerifyInstruction()