Home
last modified time | relevance | path

Searched refs:VRegB_22c (Results 1 – 9 of 9) sorted by relevance

/art/runtime/
Ddex_instruction.cc248 …< opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", " in DumpString()
257 …< opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", " in DumpString()
271 …< opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", " in DumpString()
280 …< opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", " in DumpString()
288 …< opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", " in DumpString()
296 …< opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", " in DumpString()
302 … os << StringPrintf("%s v%d, v%d, thing@%d", opcode, VRegA_22c(), VRegB_22c(), VRegC_22c()); in DumpString()
Ddex_instruction.h347 uint4_t VRegB_22c() const { in VRegB_22c() function
348 return VRegB_22c(Fetch16(0)); in VRegB_22c()
371 uint4_t VRegB_22c(uint16_t inst_data) const;
Ddex_instruction-inl.h250 case k22c: return VRegB_22c(); in VRegB()
307 inline uint4_t Instruction::VRegB_22c(uint16_t inst_data) const { in VRegB_22c() function
/art/runtime/quick/
Dinline_method_analyser.cc219 uint32_t object_reg = instruction->VRegB_22c(); in AnalyseIGetMethod()
287 uint32_t object_reg = instruction->VRegB_22c(); in AnalyseIPutMethod()
/art/runtime/interpreter/
Dinterpreter_common.cc48 obj = shadow_frame.GetVRegReference(inst->VRegB_22c(inst_data)); in DoFieldGet()
128 Object* obj = shadow_frame.GetVRegReference(inst->VRegB_22c(inst_data)); in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL()
242 obj = shadow_frame.GetVRegReference(inst->VRegB_22c(inst_data)); in DoFieldPut()
345 Object* obj = shadow_frame.GetVRegReference(inst->VRegB_22c(inst_data)); in EXPLICIT_DO_FIELD_PUT_ALL_TEMPLATE_DECL()
Dinterpreter_goto_table_impl.cc492 Object* obj = shadow_frame.GetVRegReference(inst->VRegB_22c(inst_data)); in ExecuteGotoImpl()
544 int32_t length = shadow_frame.GetVReg(inst->VRegB_22c(inst_data)); in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc395 Object* obj = shadow_frame.GetVRegReference(inst->VRegB_22c(inst_data)); in ExecuteSwitchImpl()
449 int32_t length = shadow_frame.GetVReg(inst->VRegB_22c(inst_data)); in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc1956 uint32_t orig_type_reg = (is_checkcast) ? inst->VRegA_21c() : inst->VRegB_22c(); in CodeFlowVerifyInstruction()
2182 (instance_of_inst->VRegA_22c() != instance_of_inst->VRegB_22c())) { in CodeFlowVerifyInstruction()
2193 const RegType& orig_type = work_line_->GetRegisterType(this, instance_of_inst->VRegB_22c()); in CodeFlowVerifyInstruction()
2209 update_line->SetRegisterType(this, instance_of_inst->VRegB_22c(), cast_type); in CodeFlowVerifyInstruction()
2226 if (move_inst->VRegA_12x() == instance_of_inst->VRegB_22c()) { in CodeFlowVerifyInstruction()
2231 if (move_inst->VRegA_22x() == instance_of_inst->VRegB_22c()) { in CodeFlowVerifyInstruction()
2236 if (move_inst->VRegA_32x() == instance_of_inst->VRegB_22c()) { in CodeFlowVerifyInstruction()
3692 work_line_->VerifyRegisterType(this, inst->VRegB_22c(), reg_types_.Integer()); in VerifyNewArray()
3981 const RegType& object_type = work_line_->GetRegisterType(this, inst->VRegB_22c()); in VerifyISFieldAccess()
4082 const RegType& object_type = reg_line->GetRegisterType(this, inst->VRegB_22c()); in GetQuickFieldAccess()
/art/compiler/optimizing/
Dbuilder.cc830 uint32_t obj_reg = instruction.VRegB_22c(); in BuildInstanceFieldAccess()
2030 HInstruction* length = LoadLocal(instruction.VRegB_22c(), Primitive::kPrimInt); in AnalyzeDexInstruction()
2237 uint8_t reference = instruction.VRegB_22c(); in AnalyzeDexInstruction()