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

/art/runtime/
H A Ddex_instruction.cc270 os << opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", "
279 os << opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", "
293 os << opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", "
302 os << opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", "
311 << static_cast<int>(VRegB_22c()) << ", " << file->PrettyType(type_idx)
320 << static_cast<int>(VRegB_22c()) << ", " << file->PrettyType(type_idx)
326 os << StringPrintf("%s v%d, v%d, thing@%d", opcode, VRegA_22c(), VRegB_22c(), VRegC_22c());
H A Ddex_instruction.h386 uint4_t VRegB_22c() const { function in class:art::Instruction
387 return VRegB_22c(Fetch16(0));
412 uint4_t VRegB_22c(uint16_t inst_data) const;
H A Ddex_instruction-inl.h266 case k22c: return VRegB_22c();
325 inline uint4_t Instruction::VRegB_22c(uint16_t inst_data) const { function in class:art::Instruction
/art/compiler/dex/
H A Dinline_method_analyser.cc127 instruction_->VRegB_22c() == code_item_->registers_size_ - code_item_->ins_size_;
356 DCHECK_EQ(instruction->VRegB_22c(), this_vreg);
594 uint32_t object_reg = instruction->VRegB_22c();
663 uint32_t object_reg = instruction->VRegB_22c();
/art/runtime/interpreter/
H A Dinterpreter_common.cc60 obj = shadow_frame.GetVRegReference(inst->VRegB_22c(inst_data));
135 ObjPtr<mirror::Object> obj = shadow_frame.GetVRegReference(inst->VRegB_22c(inst_data));
256 obj = shadow_frame.GetVRegReference(inst->VRegB_22c(inst_data));
306 ObjPtr<mirror::Object> obj = shadow_frame.GetVRegReference(inst->VRegB_22c(inst_data));
H A Dinterpreter_switch_impl.cc490 ObjPtr<mirror::Object> obj = shadow_frame.GetVRegReference(inst->VRegB_22c(inst_data));
547 int32_t length = shadow_frame.GetVReg(inst->VRegB_22c(inst_data));
/art/runtime/verifier/
H A Dmethod_verifier.cc2418 uint32_t orig_type_reg = (is_checkcast) ? inst->VRegA_21c() : inst->VRegB_22c();
2667 (instance_of_inst->VRegA_22c() != instance_of_inst->VRegB_22c())) {
2678 const RegType& orig_type = work_line_->GetRegisterType(this, instance_of_inst->VRegB_22c());
2697 instance_of_inst->VRegB_22c(),
2715 if (move_inst->VRegA_12x() == instance_of_inst->VRegB_22c()) {
2722 if (move_inst->VRegA_22x() == instance_of_inst->VRegB_22c()) {
2729 if (move_inst->VRegA_32x() == instance_of_inst->VRegB_22c()) {
4601 work_line_->VerifyRegisterType(this, inst->VRegB_22c(), reg_types_.Integer());
4938 const RegType& object_type = work_line_->GetRegisterType(this, inst->VRegB_22c());
5064 const RegType& object_type = reg_line->GetRegisterType(this, inst->VRegB_22c());
[all...]
/art/runtime/interpreter/mterp/
H A Dmterp.cc478 int32_t length = shadow_frame->GetVReg(inst->VRegB_22c(inst_data));
/art/compiler/optimizing/
H A Dinstruction_builder.cc1194 uint32_t obj_reg = instruction.VRegB_22c();
2525 HInstruction* length = LoadLocal(instruction.VRegB_22c(), Primitive::kPrimInt);
2724 uint8_t reference = instruction.VRegB_22c();

Completed in 285 milliseconds