Searched refs:kInterface (Results 1 – 19 of 19) sorted by relevance
/art/runtime/mirror/ |
D | iftable-inl.h | 31 GetWithoutChecks<kVerifyFlags, kReadBarrierOption>((i * kMax) + kInterface)->AsClass(); in GetInterface() 39 const size_t idx = i * kMax + kInterface; in SetInterface()
|
D | iftable.h | 55 kInterface = 0, enumerator
|
/art/libdexfile/dex/ |
D | invoke_type.h | 29 kInterface, // <<interface>> enumerator
|
D | class_accessor.h | 130 return kInterface; in GetVirtualMethodInvokeType()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 535 case kInterface: { in FindMethodToCall() 607 EXPLICIT_FIND_METHOD_FROM_CODE_TYPED_TEMPLATE_DECL(kInterface); 670 if (type == kInterface) { // Most common form of slow path dispatch. in FindMethodFast()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1365 invoke_type = kInterface; in artQuickResolutionTrampoline() 1369 invoke_type = kInterface; in artQuickResolutionTrampoline() 1392 const bool virtual_or_interface = invoke_type == kVirtual || invoke_type == kInterface; in artQuickResolutionTrampoline() 1434 } else if (invoke_type == kInterface) { in artQuickResolutionTrampoline() 2574 EXPLICIT_INVOKE_COMMON_TEMPLATE_DECL(kInterface, false); 2575 EXPLICIT_INVOKE_COMMON_TEMPLATE_DECL(kInterface, true); 2588 return artInvokeCommon<kInterface, true>(method_idx, this_object, self, sp); in artInvokeInterfaceTrampolineWithAccessCheck() 2678 self, dex_method_idx, caller_method, kInterface); in artInvokeInterfaceTrampoline()
|
/art/runtime/ |
D | common_throws.cc | 600 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kInterface); in ThrowNullPointerExceptionFromDexPC() 603 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kInterface); in ThrowNullPointerExceptionFromDexPC()
|
D | art_method-inl.h | 119 case kInterface: { in CheckIncompatibleClassChange()
|
D | class_linker-inl.h | 227 case kInterface: { in CheckInvokeClassMismatch()
|
D | art_method.cc | 158 return kInterface; in GetInvokeType()
|
D | class_linker.cc | 9121 InvokeType::kInterface); in ResolveMethodHandleForMethod()
|
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 194 return DoInvoke<kInterface, /*is_range=*/ false, /*do_access_check=*/ false, /*is_mterp=*/ true>( in MterpInvokeInterface() 271 return DoInvoke<kInterface, /*is_range=*/ true, /*do_access_check=*/ false, /*is_mterp=*/ true>( in MterpInvokeInterfaceRange()
|
/art/runtime/interpreter/ |
D | interpreter_common.h | 204 if (jit != nullptr && (type == kVirtual || type == kInterface)) { in DoInvoke()
|
D | interpreter_switch_impl-inl.h | 1724 bool success = DoInvoke<kInterface, false, do_access_check, /*is_mterp=*/ false>( in INVOKE_INTERFACE() 1730 bool success = DoInvoke<kInterface, true, do_access_check, /*is_mterp=*/ false>( in INVOKE_INTERFACE_RANGE()
|
/art/compiler/optimizing/ |
D | code_generator.cc | 550 case kInterface: in GenerateInvokeStaticOrDirectRuntimeCall() 577 case kInterface: in GenerateInvokeUnresolvedRuntimeCall()
|
D | instruction_builder.cc | 805 return kInterface; in GetInvokeTypeFromOpCode() 1003 DCHECK_EQ(invoke_type, kInterface); in BuildInvoke()
|
D | inliner.cc | 1793 if (invoke_type == kInterface) { in TryBuildAndInlineHelper()
|
D | nodes.h | 4820 kInterface), in HInvokeInterface()
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 130 resolved_methods_[kInterface] + unresolved_methods_[kInterface] - in Dump()
|