Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/
Dnterp.cc240 ? inst->VRegB_35c() in NterpGetShortyFromInvokeCustom()
256 method_index = inst->VRegB_35c(); in NterpGetMethod()
262 method_index = inst->VRegB_35c(); in NterpGetMethod()
268 method_index = inst->VRegB_35c(); in NterpGetMethod()
274 method_index = inst->VRegB_35c(); in NterpGetMethod()
279 method_index = inst->VRegB_35c(); in NterpGetMethod()
617 uint16_t type_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoFilledNewArray()
/art/libdexfile/dex/
Ddex_instruction.cc367 os << "}, type@" << VRegB_35c(); in DumpString()
378 uint32_t method_idx = VRegB_35c(); in DumpString()
387 uint32_t call_site_idx = VRegB_35c(); in DumpString()
396 os << "}, thing@" << VRegB_35c(); in DumpString()
Ddex_instruction-inl.h317 case k35c: return VRegB_35c(); in VRegB()
412 inline uint16_t Instruction::VRegB_35c() const { in VRegB_35c() function
Ddex_instruction.h433 uint16_t VRegB_35c() const;
/art/runtime/
Dcommon_throws.cc551 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kDirect); in ThrowNullPointerExceptionFromDexPC()
557 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kVirtual); in ThrowNullPointerExceptionFromDexPC()
563 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kSuper); in ThrowNullPointerExceptionFromDexPC()
569 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kInterface); in ThrowNullPointerExceptionFromDexPC()
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc44 ? instruction.VRegB_35c() in GetInvokeStaticMethodIndex()
/art/tools/veridex/
Dflow_analysis.cc541 dex::TypeIndex type_index(instruction.VRegB_35c()); in ProcessDexInstruction()
711 uint32_t id = is_range ? instruction.VRegB_3rc() : instruction.VRegB_35c(); in AnalyzeInvoke()
769 uint32_t id = is_range ? instruction.VRegB_3rc() : instruction.VRegB_35c(); in AnalyzeInvoke()
Dhidden_api_finder.cc106 CheckMethod(inst->VRegB_35c(), resolver, method.GetReference()); in CollectAccesses()
/art/runtime/interpreter/
Dinterpreter_common.h234 const uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoInvoke()
344 const uint32_t call_site_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoInvokeCustom()
780 instr->VRegB_3rc() : instr->VRegB_35c(); in IsStringInit()
Dinterpreter_common.cc1452 uint16_t type_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoFilledNewArray()
/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/compiler/dex/
Dinline_method_analyser.cc149 uint32_t method_index = invoke_direct->VRegB_35c(); in GetTargetConstructor()
/art/runtime/verifier/
Dmethod_verifier.cc2895 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction()
2975 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction()
3032 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction()
3090 const uint32_t call_site_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in CodeFlowVerifyInstruction()
4287 type_idx = dex::TypeIndex(inst->VRegB_35c()); in VerifyNewArray()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1293 called_method.index = (is_range) ? instr.VRegB_3rc() : instr.VRegB_35c(); in artQuickResolutionTrampoline()
2376 dex_method_idx = instr.VRegB_35c(); in artInvokeInterfaceTrampoline()
/art/compiler/optimizing/
Dinstruction_builder.cc2895 uint16_t method_idx = instruction.VRegB_35c(); in ProcessDexInstruction()
2935 uint16_t call_site_idx = instruction.VRegB_35c(); in ProcessDexInstruction()
3491 dex::TypeIndex type_index(instruction.VRegB_35c()); in ProcessDexInstruction()
/art/runtime/dex/
Ddex_file_annotations.cc1411 uint32_t called_method_index = iter->VRegB_35c(); in MethodContainsRSensitiveAccess()