Searched refs:kSuper (Results 1 – 12 of 12) sorted by relevance
/art/libdexfile/dex/ |
D | invoke_type.h | 28 kSuper, // <<super>> enumerator
|
D | class_accessor.h | 134 return kSuper; in GetVirtualMethodInvokeType()
|
/art/runtime/interpreter/mterp/ |
D | nterp.cc | 299 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/ |
D | entrypoint_utils-inl.h | 564 case kSuper: in FindMethodToCall() 626 ThrowNoSuchMethodError(kSuper, in FindSuperMethodToCall() 653 ThrowNoSuchMethodError(kSuper, in FindSuperMethodToCall()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1183 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/ |
D | common_throws.cc | 574 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kSuper); in ThrowNullPointerExceptionFromDexPC() 577 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kSuper); in ThrowNullPointerExceptionFromDexPC()
|
D | class_linker-inl.h | 212 case kSuper: in CheckInvokeClassMismatch()
|
D | art_method-inl.h | 333 case kSuper:
|
D | class_linker.cc | 10505 InvokeType::kSuper); in ResolveMethodHandleForMethod()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1214 return HandleInvoke<kSuper, /*is_range=*/ false>(); in INVOKE_SUPER() 1218 return HandleInvoke<kSuper, /*is_range=*/ true>(); in INVOKE_SUPER_RANGE()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 890 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()
|
D | code_generator.cc | 520 case kSuper: in GenerateInvokeStaticOrDirectRuntimeCall() 549 case kSuper: in GenerateInvokeUnresolvedRuntimeCall()
|