Home
last modified time | relevance | path

Searched refs:kSuper (Results 1 – 12 of 12) sorted by relevance

/aosp12/art/libdexfile/dex/
H A Dinvoke_type.h28 kSuper, // <<super>> enumerator
H A Dclass_accessor.h133 return kSuper; in GetVirtualMethodInvokeType()
/aosp12/art/runtime/interpreter/mterp/
H A Dnterp.cc281 invoke_type = kSuper; in NterpGetMethod()
310 invoke_type = kSuper; in NterpGetMethod()
337 if (invoke_type == kSuper) { in NterpGetMethod()
396 CHECK_NE(invoke_type, kSuper); in NterpGetMethod()
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1267 invoke_type = kSuper; in artQuickResolutionTrampoline()
1271 invoke_type = kSuper; in artQuickResolutionTrampoline()
1326 if (virtual_or_interface || invoke_type == kSuper) { in artQuickResolutionTrampoline()
1337 DCHECK_EQ(invoke_type, kSuper); in artQuickResolutionTrampoline()
1360 if (invoke_type == kSuper || invoke_type == kInterface || invoke_type == kVirtual) { in artQuickResolutionTrampoline()
2249 EXPLICIT_INVOKE_COMMON_TEMPLATE_DECL(kSuper, false);
2250 EXPLICIT_INVOKE_COMMON_TEMPLATE_DECL(kSuper, true);
2279 return artInvokeCommon<kSuper, true>(method_idx, this_object, self, sp); in artInvokeSuperTrampolineWithAccessCheck()
/aosp12/art/runtime/entrypoints/
H A Dentrypoint_utils-inl.h466 case kSuper: { in FindMethodToCall()
600 EXPLICIT_FIND_METHOD_FROM_CODE_TYPED_TEMPLATE_DECL(kSuper);
668 } else if (type == kSuper) { in FindMethodFast()
/aosp12/art/runtime/
H A Dcommon_throws.cc576 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kSuper); in ThrowNullPointerExceptionFromDexPC()
579 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kSuper); in ThrowNullPointerExceptionFromDexPC()
H A Dart_method-inl.h116 case kSuper: in CheckIncompatibleClassChange()
H A Dclass_linker-inl.h228 case kSuper: in CheckInvokeClassMismatch()
H A Dclass_linker.cc9656 InvokeType::kSuper); in ResolveMethodHandleForMethod()
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h1037 return HandleInvoke<kSuper, /*is_range=*/ false>(); in INVOKE_SUPER()
1041 return HandleInvoke<kSuper, /*is_range=*/ true>(); in INVOKE_SUPER_RANGE()
/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.cc850 return kSuper; in GetInvokeTypeFromOpCode()
923 if (*invoke_type == kSuper) { in ResolveMethod()
1074 if (invoke_type == kDirect || invoke_type == kStatic || invoke_type == kSuper) { in BuildInvoke()
1078 if (invoke_type == kSuper) { in BuildInvoke()
H A Dcode_generator.cc593 case kSuper: in GenerateInvokeStaticOrDirectRuntimeCall()
622 case kSuper: in GenerateInvokeUnresolvedRuntimeCall()