Home
last modified time | relevance | path

Searched refs:kInterface (Results 1 – 20 of 20) 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.h55 kInterface = 0, enumerator
/art/libdexfile/dex/
Dinvoke_type.h29 kInterface, // <<interface>> enumerator
Dclass_accessor.h131 return kInterface; in GetVirtualMethodInvokeType()
/art/runtime/interpreter/mterp/
Dnterp.cc173 invoke_type = kInterface; in NterpGetMethod()
202 invoke_type = kInterface; in NterpGetMethod()
278 if (invoke_type == kInterface) { in NterpGetMethod()
Dmterp.cc192 return DoInvoke<kInterface, /*is_range=*/ false, /*do_access_check=*/ false, /*is_mterp=*/ true>( in MterpInvokeInterface()
269 return DoInvoke<kInterface, /*is_range=*/ true, /*do_access_check=*/ false, /*is_mterp=*/ true>( in MterpInvokeInterfaceRange()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h529 case kInterface: { in FindMethodToCall()
601 EXPLICIT_FIND_METHOD_FROM_CODE_TYPED_TEMPLATE_DECL(kInterface);
664 if (type == kInterface) { // Most common form of slow path dispatch. in FindMethodFast()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1283 invoke_type = kInterface; in artQuickResolutionTrampoline()
1287 invoke_type = kInterface; in artQuickResolutionTrampoline()
1310 const bool virtual_or_interface = invoke_type == kVirtual || invoke_type == kInterface; in artQuickResolutionTrampoline()
1338 } else if (invoke_type == kInterface) { in artQuickResolutionTrampoline()
2316 EXPLICIT_INVOKE_COMMON_TEMPLATE_DECL(kInterface, false);
2317 EXPLICIT_INVOKE_COMMON_TEMPLATE_DECL(kInterface, true);
2330 return artInvokeCommon<kInterface, true>(method_idx, this_object, self, sp); in artInvokeInterfaceTrampolineWithAccessCheck()
2420 self, dex_method_idx, caller_method, kInterface); in artInvokeInterfaceTrampoline()
/art/runtime/
Dart_method-inl.h119 case kInterface: { in CheckIncompatibleClassChange()
Dcommon_throws.cc608 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kInterface); in ThrowNullPointerExceptionFromDexPC()
611 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kInterface); in ThrowNullPointerExceptionFromDexPC()
Dclass_linker-inl.h231 case kInterface: { in CheckInvokeClassMismatch()
Dart_method.cc167 return kInterface; in GetInvokeType()
Dclass_linker.cc9412 InvokeType::kInterface); in ResolveMethodHandleForMethod()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1184 return HandleInvoke<kInterface, /*is_range=*/ false>(); in INVOKE_INTERFACE()
1188 return HandleInvoke<kInterface, /*is_range=*/ true>(); in INVOKE_INTERFACE_RANGE()
Dinterpreter_common.h302 if (jit != nullptr && (type == kVirtual || type == kInterface)) { in DoInvoke()
/art/compiler/optimizing/
Dinstruction_builder.cc817 return kInterface; in GetInvokeTypeFromOpCode()
917 if (*invoke_type == kInterface) { in ResolveMethod()
934 } else if (*invoke_type == kInterface) { in ResolveMethod()
1068 DCHECK_EQ(invoke_type, kInterface); in BuildInvoke()
Dcode_generator.cc595 case kInterface: in GenerateInvokeStaticOrDirectRuntimeCall()
622 case kInterface: in GenerateInvokeUnresolvedRuntimeCall()
Dinliner.cc2023 if (invoke_type == kInterface) { in TryBuildAndInlineHelper()
Dnodes.h4931 kInterface), in HInvokeInterface()
/art/dex2oat/driver/
Dcompiler_driver.cc132 resolved_methods_[kInterface] + unresolved_methods_[kInterface] - in Dump()