Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dinvoke_type.h28 kSuper, // <<super>> enumerator
Dclass_accessor.h134 return kSuper; in GetVirtualMethodInvokeType()
/art/runtime/interpreter/mterp/
Dnterp.cc299 return static_cast<uint8_t>(kSuper); in GetOpcodeInvokeType()
346 if (invoke_type == kSuper) { in NterpGetMethod()
376 CHECK_NE(invoke_type, kSuper); in NterpGetMethod()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h564 case kSuper: in FindMethodToCall()
626 ThrowNoSuchMethodError(kSuper, in FindSuperMethodToCall()
653 ThrowNoSuchMethodError(kSuper, in FindSuperMethodToCall()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1183 invoke_type = kSuper; in artQuickResolutionTrampoline()
1187 invoke_type = kSuper; in artQuickResolutionTrampoline()
1241 if (virtual_or_interface || invoke_type == kSuper) { in artQuickResolutionTrampoline()
1252 DCHECK_EQ(invoke_type, kSuper); in artQuickResolutionTrampoline()
1275 if (invoke_type == kSuper || invoke_type == kInterface || invoke_type == kVirtual) { in artQuickResolutionTrampoline()
2174 EXPLICIT_INVOKE_COMMON_TEMPLATE_DECL(kSuper);
2201 return artInvokeCommon<kSuper>(method_idx, this_object, self, sp); in artInvokeSuperTrampolineWithAccessCheck()
/art/runtime/
Dcommon_throws.cc574 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kSuper); in ThrowNullPointerExceptionFromDexPC()
577 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kSuper); in ThrowNullPointerExceptionFromDexPC()
Dclass_linker-inl.h212 case kSuper: in CheckInvokeClassMismatch()
Dart_method-inl.h333 case kSuper:
Dclass_linker.cc10505 InvokeType::kSuper); in ResolveMethodHandleForMethod()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1214 return HandleInvoke<kSuper, /*is_range=*/ false>(); in INVOKE_SUPER()
1218 return HandleInvoke<kSuper, /*is_range=*/ true>(); in INVOKE_SUPER_RANGE()
/art/compiler/optimizing/
Dinstruction_builder.cc890 return kSuper; in GetInvokeTypeFromOpCode()
963 if (*invoke_type == kSuper) { in ResolveMethod()
1097 if (invoke_type == kDirect || invoke_type == kStatic || invoke_type == kSuper) { in BuildInvoke()
1101 if (invoke_type == kSuper) { in BuildInvoke()
Dcode_generator.cc520 case kSuper: in GenerateInvokeStaticOrDirectRuntimeCall()
549 case kSuper: in GenerateInvokeUnresolvedRuntimeCall()