Home
last modified time | relevance | path

Searched refs:VRegB_21c (Results 1 – 13 of 13) sorted by relevance

/art/tools/veridex/
Dhidden_api_finder.cc74 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()
Dflow_analysis.cc321 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/
Ddex_instruction.cc205 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()
Ddex_instruction-inl.h303 case k21c: return VRegB_21c(); in VRegB()
342 inline uint16_t Instruction::VRegB_21c() const { in VRegB_21c() function
Ddex_instruction.h413 uint16_t VRegB_21c() const;
/art/runtime/interpreter/mterp/
Dnterp.cc399 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/
Ddexanalyze_experiments.cc301 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()
Ddexanalyze_bytecode.cc295 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/
Dquick_throw_entrypoints.cc127 dex::TypeIndex type_index(check_cast.VRegB_21c()); in artThrowClassCastException()
/art/compiler/optimizing/
Dinstruction_builder.cc1598 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/
Dsmall_pattern_matcher.cc352 uint16_t field_index = is_static ? instruction.VRegB_21c() : instruction.VRegC_22c(); in TryMatch()
/art/runtime/verifier/
Dmethod_verifier.cc716 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/
Dcompiler_driver.cc661 ? 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()