Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction.cc280 …< opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", " in DumpString()
294 …< opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", " in DumpString()
303 << static_cast<int>(VRegB_22c()) << ", " << file->PrettyType(type_idx) in DumpString()
312 << static_cast<int>(VRegB_22c()) << ", " << file->PrettyType(type_idx) in DumpString()
318 … os << StringPrintf("%s v%d, v%d, thing@%d", opcode, VRegA_22c(), VRegB_22c(), VRegC_22c()); in DumpString()
Ddex_instruction.h418 uint4_t VRegB_22c() const { in VRegB_22c() function
419 return VRegB_22c(Fetch16(0)); in VRegB_22c()
444 uint4_t VRegB_22c(uint16_t inst_data) const;
Ddex_instruction-inl.h308 case k22c: return VRegB_22c(inst_data); in VRegB()
367 inline uint4_t Instruction::VRegB_22c(uint16_t inst_data) const { in VRegB_22c() function
/art/compiler/dex/
Dinline_method_analyser.cc126 instruction_->VRegB_22c() == code_item_->RegistersSize() - code_item_->InsSize(); in IPutOnThis()
357 DCHECK_EQ(instruction.VRegB_22c(), this_vreg); in DoAnalyseConstructor()
568 uint32_t object_reg = instruction->VRegB_22c(); in AnalyseIGetMethod()
635 uint32_t object_reg = instruction->VRegB_22c(); in AnalyseIPutMethod()
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc264 uint32_t receiver = inst->VRegB_22c(); in ProcessCodeItem()
439 uint32_t in_reg = inst->VRegB_22c(); in ProcessCodeItem()
452 uint32_t len_reg = inst->VRegB_22c(); in ProcessCodeItem()
Ddexanalyze_experiments.cc291 const uint32_t receiver = inst.VRegB_22c(); in ProcessDexFile()
/art/runtime/jit/
Dsmall_pattern_matcher.cc335 if (!is_static && obj_reg != instruction.VRegB_22c()) { in TryMatch()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h96 obj = shadow_frame.GetVRegReference(inst->VRegB_22c(inst_data)); in DoFieldGet()
111 obj = shadow_frame.GetVRegReference(inst->VRegB_22c(inst_data)); in DoFieldGet()
190 obj = shadow_frame.GetVRegReference(inst->VRegB_22c(inst_data)); in DoFieldPut()
205 obj = shadow_frame.GetVRegReference(inst->VRegB_22c(inst_data)); in DoFieldPut()
/art/runtime/verifier/
Dmethod_verifier.cc2387 uint32_t orig_type_reg = (is_checkcast) ? inst->VRegA_21c() : inst->VRegB_22c(); in CodeFlowVerifyInstruction()
2629 (instance_of_inst.VRegA_22c() != instance_of_inst.VRegB_22c())) { in CodeFlowVerifyInstruction()
2643 const RegType& orig_type = work_line_->GetRegisterType(this, instance_of_inst.VRegB_22c()); in CodeFlowVerifyInstruction()
2663 update_line->SetRegisterType<LockOp::kKeep>(instance_of_inst.VRegB_22c(), cast_type); in CodeFlowVerifyInstruction()
2678 if (move_trg == instance_of_inst.VRegB_22c() && in CodeFlowVerifyInstruction()
4297 work_line_->VerifyRegisterType(this, inst->VRegB_22c(), reg_types_.Integer()); in VerifyNewArray()
4650 const RegType& object_type = work_line_->GetRegisterType(this, inst->VRegB_22c()); in VerifyISFieldAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc2119 uint32_t obj_reg = instruction.VRegB_22c(); in BuildInstanceFieldAccess()
3520 HInstruction* length = LoadLocal(instruction.VRegB_22c(), DataType::Type::kInt32); in ProcessDexInstruction()
3714 uint8_t reference = instruction.VRegB_22c(); in ProcessDexInstruction()