Home
last modified time | relevance | path

Searched refs:kInterface (Results 1 – 18 of 18) sorted by relevance

/art/runtime/mirror/
Diftable-inl.h31 GetWithoutChecks<kVerifyFlags, kReadBarrierOption>((i * kMax) + kInterface)->AsClass(); in GetInterface()
39 const size_t idx = i * kMax + kInterface; in SetInterface()
Diftable.h57 kInterface = 0, enumerator
/art/libdexfile/dex/
Dinvoke_type.h29 kInterface, // <<interface>> enumerator
Dclass_accessor.h132 return kInterface; in GetVirtualMethodInvokeType()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1199 invoke_type = kInterface; in artQuickResolutionTrampoline()
1203 invoke_type = kInterface; in artQuickResolutionTrampoline()
1225 const bool virtual_or_interface = invoke_type == kVirtual || invoke_type == kInterface; in artQuickResolutionTrampoline()
1248 } else if (invoke_type == kInterface) { in artQuickResolutionTrampoline()
1275 if (invoke_type == kSuper || invoke_type == kInterface || invoke_type == kVirtual) { in artQuickResolutionTrampoline()
2171 EXPLICIT_INVOKE_COMMON_TEMPLATE_DECL(kInterface);
2181 return artInvokeCommon<kInterface>(method_idx, this_object, self, sp); in artInvokeInterfaceTrampolineWithAccessCheck()
2251 self, dex_method_idx, caller_method, kInterface); in artInvokeInterfaceTrampoline()
/art/runtime/
Dcommon_throws.cc580 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kInterface); in ThrowNullPointerExceptionFromDexPC()
583 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kInterface); in ThrowNullPointerExceptionFromDexPC()
Dclass_linker-inl.h215 case kInterface: { in CheckInvokeClassMismatch()
Dart_method-inl.h336 case kInterface: {
Dart_method.cc219 return kInterface; in GetInvokeType()
Dclass_linker.cc10524 InvokeType::kInterface); in ResolveMethodHandleForMethod()
/art/runtime/interpreter/mterp/
Dnterp.cc293 return static_cast<uint8_t>(kInterface); in GetOpcodeInvokeType()
356 if (invoke_type == kInterface) { in NterpGetMethod()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h572 case kInterface: in FindMethodToCall()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1230 return HandleInvoke<kInterface, /*is_range=*/ false>(); in INVOKE_INTERFACE()
1234 return HandleInvoke<kInterface, /*is_range=*/ true>(); in INVOKE_INTERFACE_RANGE()
/art/compiler/optimizing/
Dinstruction_builder.cc887 return kInterface; in GetInvokeTypeFromOpCode()
986 if (*invoke_type == kInterface) { in ResolveMethod()
1001 } else if (*invoke_type == kInterface) { in ResolveMethod()
1157 DCHECK_EQ(invoke_type, kInterface); in BuildInvoke()
Dcode_generator.cc524 case kInterface: in GenerateInvokeStaticOrDirectRuntimeCall()
552 case kInterface: in GenerateInvokeUnresolvedRuntimeCall()
Dinliner.cc2195 if (invoke_type == kInterface) { in TryBuildAndInlineHelper()
Dnodes.h5297 kInterface,
/art/dex2oat/driver/
Dcompiler_driver.cc131 resolved_methods_[kInterface] + unresolved_methods_[kInterface] - in Dump()