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.h55 kInterface = 0, enumerator
/art/libdexfile/dex/
Dinvoke_type.h29 kInterface, // <<interface>> enumerator
Dclass_accessor.h131 return kInterface; in GetVirtualMethodInvokeType()
/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()
1333 } else if (invoke_type == kInterface) { in artQuickResolutionTrampoline()
1360 if (invoke_type == kSuper || invoke_type == kInterface || invoke_type == kVirtual) { in artQuickResolutionTrampoline()
2243 EXPLICIT_INVOKE_COMMON_TEMPLATE_DECL(kInterface, false);
2244 EXPLICIT_INVOKE_COMMON_TEMPLATE_DECL(kInterface, true);
2257 return artInvokeCommon<kInterface, true>(method_idx, this_object, self, sp); in artInvokeInterfaceTrampolineWithAccessCheck()
2330 self, dex_method_idx, caller_method, kInterface); in artInvokeInterfaceTrampoline()
/art/runtime/interpreter/mterp/
Dnterp.cc269 invoke_type = kInterface; in NterpGetMethod()
298 invoke_type = kInterface; in NterpGetMethod()
374 if (invoke_type == kInterface) { in NterpGetMethod()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h529 case kInterface: { in FindMethodToCall()
601 EXPLICIT_FIND_METHOD_FROM_CODE_TYPED_TEMPLATE_DECL(kInterface);
663 if (type == kInterface) { // Most common form of slow path dispatch. in FindMethodFast()
/art/runtime/
Dcommon_throws.cc582 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kInterface); in ThrowNullPointerExceptionFromDexPC()
585 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kInterface); in ThrowNullPointerExceptionFromDexPC()
Dart_method-inl.h119 case kInterface: { in CheckIncompatibleClassChange()
Dclass_linker-inl.h231 case kInterface: { in CheckInvokeClassMismatch()
Dart_method.cc168 return kInterface; in GetInvokeType()
Dclass_linker.cc9675 InvokeType::kInterface); in ResolveMethodHandleForMethod()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1053 return HandleInvoke<kInterface, /*is_range=*/ false>(); in INVOKE_INTERFACE()
1057 return HandleInvoke<kInterface, /*is_range=*/ true>(); in INVOKE_INTERFACE_RANGE()
/art/compiler/optimizing/
Dinstruction_builder.cc847 return kInterface; in GetInvokeTypeFromOpCode()
964 if (*invoke_type == kInterface) { in ResolveMethod()
979 } else if (*invoke_type == kInterface) { in ResolveMethod()
1132 DCHECK_EQ(invoke_type, kInterface); in BuildInvoke()
Dcode_generator.cc597 case kInterface: in GenerateInvokeStaticOrDirectRuntimeCall()
625 case kInterface: in GenerateInvokeUnresolvedRuntimeCall()
Dinliner.cc1914 if (invoke_type == kInterface) { in TryBuildAndInlineHelper()
Dnodes.h5149 kInterface),
/art/dex2oat/driver/
Dcompiler_driver.cc130 resolved_methods_[kInterface] + unresolved_methods_[kInterface] - in Dump()