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

/art/runtime/
H A Ddex_instruction.cc248 os << opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", "
257 os << opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", "
271 os << opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", "
280 os << opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", "
288 os << opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", "
296 os << opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", "
302 os << StringPrintf("%s v%d, v%d, thing@%d", opcode, VRegA_22c(), VRegB_22c(), VRegC_22c());
H A Ddex_instruction.h269 uint4_t VRegA_22c() const { function in class:art::Instruction
270 return VRegA_22c(Fetch16(0));
317 uint4_t VRegA_22c(uint16_t inst_data) const;
H A Ddex_instruction-inl.h70 case k22c: return VRegA_22c();
144 inline uint4_t Instruction::VRegA_22c(uint16_t inst_data) const { function in class:art::Instruction
/art/runtime/quick/
H A Dinline_method_analyser.cc218 uint32_t dst_reg = instruction->VRegA_22c();
286 uint32_t src_reg = instruction->VRegA_22c();
/art/runtime/interpreter/
H A Dinterpreter_common.cc62 uint32_t vregA = is_static ? inst->VRegA_21c(inst_data) : inst->VRegA_22c(inst_data);
148 const uint32_t vregA = inst->VRegA_22c(inst_data);
249 uint32_t vregA = is_static ? inst->VRegA_21c(inst_data) : inst->VRegA_22c(inst_data);
353 const uint32_t vregA = inst->VRegA_22c(inst_data);
H A Dinterpreter_goto_table_impl.cc493 shadow_frame.SetVReg(inst->VRegA_22c(inst_data), (obj != nullptr && obj->InstanceOf(c)) ? 1 : 0);
551 shadow_frame.SetVRegReference(inst->VRegA_22c(inst_data), obj);
H A Dinterpreter_switch_impl.cc396 shadow_frame.SetVReg(inst->VRegA_22c(inst_data),
456 shadow_frame.SetVRegReference(inst->VRegA_22c(inst_data), obj);
/art/runtime/verifier/
H A Dmethod_verifier.cc1951 work_line_->SetRegisterType(this, inst->VRegA_22c(), reg_types_.Boolean());
1974 work_line_->SetRegisterType(this, inst->VRegA_22c(), reg_types_.Boolean());
2181 (inst->VRegA_21t() == instance_of_inst->VRegA_22c()) &&
2182 (instance_of_inst->VRegA_22c() != instance_of_inst->VRegB_22c())) {
3695 work_line_->SetRegisterType(this, inst->VRegA_22c(), precise_type);
4013 const uint32_t vregA = (is_static) ? inst->VRegA_21c() : inst->VRegA_22c();
4139 const uint32_t vregA = inst->VRegA_22c();
/art/compiler/optimizing/
H A Dbuilder.cc829 uint32_t source_or_dest_reg = instruction.VRegA_22c();
2036 UpdateLocal(instruction.VRegA_22c(), current_block_->GetLastInstruction());
2236 uint8_t destination = instruction.VRegA_22c();

Completed in 92 milliseconds