Searched refs:VRegB_21c (Results 1 – 13 of 13) sorted by relevance
/art/tools/veridex/ |
D | hidden_api_finder.cc | 74 dex::StringIndex string_index(inst->VRegB_21c()); in CollectAccesses() 148 CheckField(inst->VRegB_21c(), resolver, method.GetReference()); in CollectAccesses() 159 CheckField(inst->VRegB_21c(), resolver, method.GetReference()); in CollectAccesses()
|
D | flow_analysis.cc | 321 instruction.VRegB_21c()); in ProcessDexInstruction() 328 instruction.VRegB_21c()); in ProcessDexInstruction() 528 VeriClass* cls = resolver_->GetVeriClass(dex::TypeIndex(instruction.VRegB_21c())); in ProcessDexInstruction() 601 uint16_t field_index = instruction.VRegB_21c(); in ProcessDexInstruction() 669 dex::TypeIndex type_index(instruction.VRegB_21c()); in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction.cc | 205 uint32_t string_idx = VRegB_21c(); in DumpString() 225 dex::TypeIndex type_idx(VRegB_21c()); in DumpString() 239 uint32_t field_idx = VRegB_21c(); in DumpString() 253 uint32_t field_idx = VRegB_21c(); in DumpString() 260 os << StringPrintf("%s v%d, thing@%d", opcode, VRegA_21c(), VRegB_21c()); in DumpString()
|
D | dex_instruction-inl.h | 303 case k21c: return VRegB_21c(); in VRegB() 342 inline uint16_t Instruction::VRegB_21c() const { in VRegB_21c() function
|
D | dex_instruction.h | 413 uint16_t VRegB_21c() const;
|
/art/runtime/interpreter/mterp/ |
D | nterp.cc | 399 uint16_t field_index = inst->VRegB_21c(); in NterpGetStaticField() 503 ? inst->VRegB_21c() in NterpGetClass() 528 dex::TypeIndex index = dex::TypeIndex(inst->VRegB_21c()); in NterpAllocateObject() 564 ? inst->VRegB_21c() in NterpLoadObject() 577 return class_linker->ResolveMethodHandle(self, inst->VRegB_21c(), caller).Ptr(); in NterpLoadObject() 583 self, dex::ProtoIndex(inst->VRegB_21c()), caller).Ptr(); in NterpLoadObject()
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 301 const uint32_t dex_field_idx = inst.VRegB_21c(); in ProcessDexFile() 324 const dex::StringIndex string_index(inst->VRegB_21c()); in ProcessDexFile() 448 ++types_accessed[inst->VRegB_21c()]; in ProcessDexFile() 452 ++types_accessed[inst->VRegB_21c()]; in ProcessDexFile()
|
D | dexanalyze_bytecode.cc | 295 const uint16_t str_idx = is_jumbo ? inst->VRegB_31c() : inst->VRegB_21c(); in ProcessCodeItem() 325 const uint32_t dex_field_idx = inst->VRegB_21c(); in ProcessCodeItem() 468 uint32_t type_idx = inst->VRegB_21c(); in ProcessCodeItem()
|
/art/runtime/entrypoints/quick/ |
D | quick_throw_entrypoints.cc | 127 dex::TypeIndex type_index(check_cast.VRegB_21c()); in artThrowClassCastException()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 1598 if (dex_file.GetFieldId(it->VRegB_21c()).class_idx_ != klass->GetDexTypeIndex()) { in HasTrivialClinit() 2191 uint16_t field_index = instruction.VRegB_21c(); in BuildUnresolvedStaticFieldAccess() 2288 uint16_t field_index = instruction.VRegB_21c(); in BuildStaticFieldAccess() 3510 BuildNewInstance(dex::TypeIndex(instruction.VRegB_21c()), dex_pc); in ProcessDexInstruction() 3662 dex::StringIndex string_index(instruction.VRegB_21c()); in ProcessDexInstruction() 3676 dex::TypeIndex type_index(instruction.VRegB_21c()); in ProcessDexInstruction() 3683 uint16_t method_handle_idx = instruction.VRegB_21c(); in ProcessDexInstruction() 3690 dex::ProtoIndex proto_idx(instruction.VRegB_21c()); in ProcessDexInstruction() 3722 dex::TypeIndex type_index(instruction.VRegB_21c()); in ProcessDexInstruction()
|
/art/runtime/jit/ |
D | small_pattern_matcher.cc | 352 uint16_t field_index = is_static ? instruction.VRegB_21c() : instruction.VRegC_22c(); in TryMatch()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 716 return inst->VRegB_21c(); in GetFieldIdxOfFieldAccess() 2250 const RegType& res_type = ResolveClass<CheckAccess::kYes>(dex::TypeIndex(inst->VRegB_21c())); in CodeFlowVerifyInstruction() 2309 if (prev_inst.VRegB_21c() != prev2_inst.VRegB_21c()) { in CodeFlowVerifyInstruction() 2367 const dex::TypeIndex type_idx((is_checkcast) ? inst->VRegB_21c() : inst->VRegC_22c()); in CodeFlowVerifyInstruction() 2433 const RegType& res_type = ResolveClass<CheckAccess::kYes>(dex::TypeIndex(inst->VRegB_21c())); in CodeFlowVerifyInstruction()
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 661 ? inst->VRegB_21c() in ResolveConstStrings() 695 (inst->Opcode() == Instruction::CHECK_CAST) ? inst->VRegB_21c() : inst->VRegC_22c()); in InitializeTypeCheckBitstrings() 2473 dex::StringIndex(inst->VRegB_21c()), dex_cache); in InternStrings()
|