Searched refs:VRegB_22c (Results 1 – 9 of 9) sorted by relevance
/art/runtime/ |
D | dex_instruction.cc | 248 …< 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()
|
D | dex_instruction.h | 347 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;
|
D | dex_instruction-inl.h | 250 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/ |
D | inline_method_analyser.cc | 219 uint32_t object_reg = instruction->VRegB_22c(); in AnalyseIGetMethod() 287 uint32_t object_reg = instruction->VRegB_22c(); in AnalyseIPutMethod()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 48 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()
|
D | interpreter_goto_table_impl.cc | 492 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()
|
D | interpreter_switch_impl.cc | 395 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/ |
D | method_verifier.cc | 1956 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/ |
D | builder.cc | 830 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()
|