Searched refs:VRegB_21s (Results 1 - 7 of 7) sorted by relevance

/art/runtime/
H A Ddex_instruction-inl.h247 case k21s: return VRegB_21s();
292 inline int16_t Instruction::VRegB_21s() const { function in class:art::Instruction
H A Ddex_instruction.cc166 case k21s: os << StringPrintf("%s v%d, #%+d", opcode, VRegA_21s(), VRegB_21s()); break;
H A Ddex_instruction.h344 int16_t VRegB_21s() const;
/art/compiler/optimizing/
H A Dbuilder.cc1331 HIntConstant* constant = graph_->GetIntConstant(instruction.VRegB_21s());
1353 int64_t value = instruction.VRegB_21s();
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc359 int32_t val = inst->VRegB_21s();
391 shadow_frame.SetVRegLong(inst->VRegA_21s(inst_data), inst->VRegB_21s());
H A Dinterpreter_switch_impl.cc262 int16_t val = inst->VRegB_21s();
294 shadow_frame.SetVRegLong(inst->VRegA_21s(inst_data), inst->VRegB_21s());
/art/runtime/verifier/
H A Dmethod_verifier.cc1837 int16_t val = static_cast<int16_t>(inst->VRegB_21s());
1856 int64_t val = static_cast<int16_t>(inst->VRegB_21s());

Completed in 30 milliseconds