Home
last modified time | relevance | path

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

/art/runtime/
Dinvoke_type.h29 kInterface, // <<interface>> enumerator
30 kMaxInvokeType = kInterface
Dcommon_throws.cc382 ThrowNullPointerExceptionForMethodAccess(instr->VRegB_35c(), kInterface); in ThrowNullPointerExceptionFromDexPC()
385 ThrowNullPointerExceptionForMethodAccess(instr->VRegB_3rc(), kInterface); in ThrowNullPointerExceptionFromDexPC()
Dart_method-inl.h181 case kInterface: { in CheckIncompatibleClassChange()
Dart_method.cc71 return kInterface; in GetInvokeType()
Dclass_linker.cc5363 case kInterface: in ResolveMethod()
5385 case kInterface: in ResolveMethod()
5416 case kInterface: in ResolveMethod()
5449 ThrowIncompatibleClassChangeError(type, kInterface, resolved, referrer); in ResolveMethod()
5455 case kInterface: in ResolveMethod()
5480 ThrowIncompatibleClassChangeError(type, kInterface, resolved, referrer); in ResolveMethod()
Ddex_file.h1223 return kInterface; in GetMethodInvokeType()
/art/runtime/mirror/
Diftable.h29 Class* interface = GetWithoutChecks((i * kMax) + kInterface)->AsClass(); in GetInterface()
61 kInterface = 0, enumerator
Diftable-inl.h28 const size_t idx = i * kMax + kInterface; in SetInterface()
/art/compiler/dex/
Dmir_method_info.cc122 soa, current_dex_cache, class_loader, &cu, it->target_method_idx_, kInterface, false); in Resolve()
129 if (resolved_method->GetInvokeType() == kInterface) { in Resolve()
131 (static_cast<uint16_t>(kInterface) << kBitInvokeTypeBegin); in Resolve()
Dmir_analysis.cc1304 static constexpr uint16_t invoke_types[] = { kVirtual, kSuper, kDirect, kStatic, kInterface }; in DoCacheMethodLoweringInfo()
/art/compiler/optimizing/
Dintrinsics.cc33 return kInterface; // Non-sensical for intrinsic. in GetIntrinsicInvokeType()
42 return kInterface; in GetIntrinsicInvokeType()
Dbuilder.cc593 invoke_type = kInterface; in BuildInvoke()
655 } else if (optimized_invoke_type == kInterface) { in BuildInvoke()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h443 case kInterface: { in FindMethodFromCode()
489 EXPLICIT_FIND_METHOD_FROM_CODE_TYPED_TEMPLATE_DECL(kInterface);
571 if (type == kInterface) { // Most common form of slow path dispatch. in FindMethodFast()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc873 invoke_type = kInterface; in artQuickResolutionTrampoline()
877 invoke_type = kInterface; in artQuickResolutionTrampoline()
897 const bool virtual_or_interface = invoke_type == kVirtual || invoke_type == kInterface; in artQuickResolutionTrampoline()
1995 EXPLICIT_INVOKE_COMMON_TEMPLATE_DECL(kInterface, false);
1996 EXPLICIT_INVOKE_COMMON_TEMPLATE_DECL(kInterface, true);
2010 return artInvokeCommon<kInterface, true>(method_idx, this_object, in artInvokeInterfaceTrampolineWithAccessCheck()
2097 method = FindMethodFromCode<kInterface, false>(dex_method_idx, &this_object, &caller_method, in artInvokeInterfaceTrampoline()
/art/compiler/driver/
Dcompiler_driver-inl.h301 } else if (type == kInterface) { in GetResolvedMethodVTableIndex()
363 if ((*invoke_type == kVirtual || *invoke_type == kInterface) && devirt_target != nullptr) { in IsFastInvoke()
Dcompiler_driver.cc131 resolved_methods_[kInterface] + unresolved_methods_[kInterface] - in Dump()
249 DCHECK(type == kVirtual || type == kInterface || type == kSuper); in VirtualMadeDirect()
/art/runtime/interpreter/
Dinterpreter_common.h408 EXPLICIT_DO_INVOKE_ALL_TEMPLATE_DECL(kInterface) // invoke-interface/range.
Dinterpreter_goto_table_impl.cc1565 bool success = DoInvoke<kInterface, false, do_access_check>( in ExecuteGotoImpl()
1573 bool success = DoInvoke<kInterface, true, do_access_check>( in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1404 bool success = DoInvoke<kInterface, false, do_access_check>( in ExecuteSwitchImpl()
1411 bool success = DoInvoke<kInterface, true, do_access_check>( in ExecuteSwitchImpl()
/art/compiler/dex/quick/
Dmir_to_lir.cc941 GenInvoke(mir_graph_->NewMemCallInfo(bb, mir, kInterface, false)); in CompileDalvikInstruction()
944 GenInvoke(mir_graph_->NewMemCallInfo(bb, mir, kInterface, true)); in CompileDalvikInstruction()
Dgen_invoke.cc1578 if (info->type == kInterface) { in GenInvokeNoInline()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc368 case kInterface: in PreloadDexCachesResolveMethod()
/art/compiler/dex/quick/x86/
Dtarget_x86.cc1000 case kInterface: in GenInvokeNoInlineCall()