Home
last modified time | relevance | path

Searched refs:VRegB_35c (Results 1 – 15 of 15) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction.cc385 os << "}, type@" << VRegB_35c(); in DumpString()
396 uint32_t method_idx = VRegB_35c(); in DumpString()
405 uint32_t vtable_offset = VRegB_35c(); in DumpString()
414 uint32_t call_site_idx = VRegB_35c(); in DumpString()
423 os << "}, thing@" << VRegB_35c(); in DumpString()
Ddex_instruction-inl.h275 case k35c: return VRegB_35c(); in VRegB()
370 inline uint16_t Instruction::VRegB_35c() const { in VRegB_35c() function
Ddex_instruction.h427 uint16_t VRegB_35c() const;
/art/runtime/interpreter/
Dinterpreter_common.h149 const uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoInvoke()
359 const uint32_t call_site_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoInvokeCustom()
644 instr->VRegB_3rc() : instr->VRegB_35c(); in IsStringInit()
Dinterpreter_common.cc1778 uint16_t type_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoFilledNewArray()
/art/tools/veridex/
Dflow_analysis.cc518 dex::TypeIndex type_index(instruction.VRegB_35c()); in ProcessDexInstruction()
688 uint32_t id = is_range ? instruction.VRegB_3rc() : instruction.VRegB_35c(); in AnalyzeInvoke()
746 uint32_t id = is_range ? instruction.VRegB_3rc() : instruction.VRegB_35c(); in AnalyzeInvoke()
Dhidden_api_finder.cc103 CheckMethod(inst->VRegB_35c(), resolver, method.GetReference()); in CollectAccesses()
/art/runtime/
Dcommon_throws.cc588 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kDirect); in ThrowNullPointerExceptionFromDexPC()
594 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kVirtual); in ThrowNullPointerExceptionFromDexPC()
600 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kInterface); in ThrowNullPointerExceptionFromDexPC()
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc50 return IsRange(inst.Opcode()) ? inst.VRegB_3rc() : inst.VRegB_35c(); in DexMethodIndex()
438 ++types_accessed[inst->VRegB_35c()]; in ProcessDexFile()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc467 is_range ? inst->VRegB_3rc() : inst->VRegB_35c()); in CompileInvokeVirtual()
/art/compiler/dex/
Dinline_method_analyser.cc149 uint32_t method_index = invoke_direct->VRegB_35c(); in GetTargetConstructor()
/art/runtime/verifier/
Dmethod_verifier.cc2987 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction()
3067 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction()
3124 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction()
3182 const uint32_t call_site_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction()
4420 type_idx = dex::TypeIndex(inst->VRegB_35c()); in VerifyNewArray()
/art/compiler/optimizing/
Dinstruction_builder.cc2268 method_idx = instruction.VRegB_35c(); in ProcessDexInstruction()
2320 uint16_t call_site_idx = instruction.VRegB_35c(); in ProcessDexInstruction()
2876 dex::TypeIndex type_index(instruction.VRegB_35c()); in ProcessDexInstruction()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1377 called_method.index = (is_range) ? instr.VRegB_3rc() : instr.VRegB_35c(); in artQuickResolutionTrampoline()
2661 dex_method_idx = instr.VRegB_35c(); in artInvokeInterfaceTrampoline()
/art/runtime/dex/
Ddex_file_annotations.cc1442 uint32_t called_method_index = iter->VRegB_35c(); in MethodContainsRSensitiveAccess()