Searched refs:kSuper (Results 1 – 12 of 12) sorted by relevance
/aosp12/art/libdexfile/dex/ |
H A D | invoke_type.h | 28 kSuper, // <<super>> enumerator
|
H A D | class_accessor.h | 133 return kSuper; in GetVirtualMethodInvokeType()
|
/aosp12/art/runtime/interpreter/mterp/ |
H A D | nterp.cc | 281 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 D | quick_trampoline_entrypoints.cc | 1267 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 D | entrypoint_utils-inl.h | 466 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 D | common_throws.cc | 576 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kSuper); in ThrowNullPointerExceptionFromDexPC() 579 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kSuper); in ThrowNullPointerExceptionFromDexPC()
|
H A D | art_method-inl.h | 116 case kSuper: in CheckIncompatibleClassChange()
|
H A D | class_linker-inl.h | 228 case kSuper: in CheckInvokeClassMismatch()
|
H A D | class_linker.cc | 9656 InvokeType::kSuper); in ResolveMethodHandleForMethod()
|
/aosp12/art/runtime/interpreter/ |
H A D | interpreter_switch_impl-inl.h | 1037 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 D | instruction_builder.cc | 850 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 D | code_generator.cc | 593 case kSuper: in GenerateInvokeStaticOrDirectRuntimeCall() 622 case kSuper: in GenerateInvokeUnresolvedRuntimeCall()
|