Searched refs:VRegA_21c (Results 1 – 10 of 10) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction.cc | 209 VRegA_21c(), in DumpString() 214 VRegA_21c(), in DumpString() 226 os << opcode << " v" << static_cast<int>(VRegA_21c()) << ", " in DumpString() 240 …os << opcode << " v" << static_cast<int>(VRegA_21c()) << ", " << file->PrettyField(field_idx, tru… in DumpString() 254 …os << opcode << " v" << static_cast<int>(VRegA_21c()) << ", " << file->PrettyField(field_idx, true) in DumpString() 260 os << StringPrintf("%s v%d, thing@%d", opcode, VRegA_21c(), VRegB_21c()); in DumpString()
|
D | dex_instruction.h | 316 uint8_t VRegA_21c() const { in VRegA_21c() function 317 return VRegA_21c(Fetch16(0)); in VRegA_21c() 380 uint8_t VRegA_21c(uint16_t inst_data) const;
|
D | dex_instruction-inl.h | 104 case k21c: return VRegA_21c(inst_data); in VRegA() 160 inline uint8_t Instruction::VRegA_21c(uint16_t inst_data) const { in VRegA_21c() function
|
/art/tools/veridex/ |
D | flow_analysis.cc | 318 UpdateRegister(instruction.VRegA_21c(), in ProcessDexInstruction() 325 UpdateRegister(instruction.VRegA_21c(), in ProcessDexInstruction() 600 uint32_t dest_reg = instruction.VRegA_21c(); in ProcessDexInstruction() 668 uint8_t reference = instruction.VRegA_21c(); in ProcessDexInstruction()
|
/art/tools/dexanalyze/ |
D | dexanalyze_bytecode.cc | 296 uint32_t out_reg = is_jumbo ? inst->VRegA_31c() : inst->VRegA_21c(); in ProcessCodeItem() 324 uint32_t out_reg = inst->VRegA_21c(); in ProcessCodeItem() 469 uint32_t out_reg = inst->VRegA_21c(); in ProcessCodeItem()
|
D | dexanalyze_experiments.cc | 303 uint8_t output = inst.VRegA_21c(); in ProcessDexFile()
|
/art/runtime/jit/ |
D | small_pattern_matcher.cc | 350 dest_reg = is_static ? instruction.VRegA_21c() : instruction.VRegA_22c(); in TryMatch()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2242 work_line_->SetRegisterType<LockOp::kClear>(inst->VRegA_21c(), reg_types_.JavaLangString()); in CodeFlowVerifyInstruction() 2253 inst->VRegA_21c(), in CodeFlowVerifyInstruction() 2259 inst->VRegA_21c(), reg_types_.JavaLangInvokeMethodHandle()); in CodeFlowVerifyInstruction() 2263 inst->VRegA_21c(), reg_types_.JavaLangInvokeMethodType()); in CodeFlowVerifyInstruction() 2387 uint32_t orig_type_reg = (is_checkcast) ? inst->VRegA_21c() : inst->VRegB_22c(); in CodeFlowVerifyInstruction() 2411 work_line_->SetRegisterType<LockOp::kKeep>(inst->VRegA_21c(), res_type); in CodeFlowVerifyInstruction() 2450 work_line_->SetRegisterType<LockOp::kClear>(inst->VRegA_21c(), uninit_type); in CodeFlowVerifyInstruction() 4746 const uint32_t vregA = (is_static) ? inst->VRegA_21c() : inst->VRegA_22c(); in VerifyISFieldAccess()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2190 uint32_t source_or_dest_reg = instruction.VRegA_21c(); in BuildUnresolvedStaticFieldAccess() 2287 uint32_t source_or_dest_reg = instruction.VRegA_21c(); in BuildStaticFieldAccess() 3664 UpdateLocal(instruction.VRegA_21c(), current_block_->GetLastInstruction()); in ProcessDexInstruction() 3678 UpdateLocal(instruction.VRegA_21c(), current_block_->GetLastInstruction()); in ProcessDexInstruction() 3685 UpdateLocal(instruction.VRegA_21c(), current_block_->GetLastInstruction()); in ProcessDexInstruction() 3692 UpdateLocal(instruction.VRegA_21c(), current_block_->GetLastInstruction()); in ProcessDexInstruction() 3721 uint8_t reference = instruction.VRegA_21c(); in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 115 uint32_t vregA = is_static ? inst->VRegA_21c(inst_data) : inst->VRegA_22c(inst_data); in DoFieldGet() 169 uint32_t vregA = is_static ? inst->VRegA_21c(inst_data) : inst->VRegA_22c(inst_data); in DoFieldPut()
|