/aosp12/packages/modules/NeuralNetworks/runtime/ |
H A D | Manager.cpp | 71 const std::string& getName() const override { return kInterface->getName(); } in getName() 74 int32_t getType() const override { return static_cast<int32_t>(kInterface->getType()); } in getType() 77 return kInterface->getSupportedExtensions(); in getSupportedExtensions() 80 const Capabilities& getCapabilities() const override { return kInterface->getCapabilities(); } in getCapabilities() 97 return kInterface->getNumberOfCacheFilesNeeded(); in getNumberOfCacheFilesNeeded() 105 auto result = kInterface->wait(); in wait() 122 const SharedDevice kInterface; member in android::nn::DriverDevice 226 : kInterface(std::move(device)), kIsUpdatable(isUpdatable) { in DriverDevice() 227 CHECK(kInterface != nullptr); in DriverDevice() 246 Version featureLevel = kInterface->getFeatureLevel(); in getFeatureLevel() [all …]
|
/aosp12/art/runtime/mirror/ |
H A D | iftable-inl.h | 31 GetWithoutChecks<kVerifyFlags, kReadBarrierOption>((i * kMax) + kInterface)->AsClass(); in GetInterface() 39 const size_t idx = i * kMax + kInterface; in SetInterface()
|
H A D | iftable.h | 55 kInterface = 0, enumerator
|
/aosp12/art/libdexfile/dex/ |
H A D | invoke_type.h | 29 kInterface, // <<interface>> enumerator
|
H A D | class_accessor.h | 131 return kInterface; in GetVirtualMethodInvokeType()
|
/aosp12/art/runtime/entrypoints/quick/ |
H A D | quick_trampoline_entrypoints.cc | 1283 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()
|
/aosp12/art/runtime/interpreter/mterp/ |
H A D | nterp.cc | 269 invoke_type = kInterface; in NterpGetMethod() 298 invoke_type = kInterface; in NterpGetMethod() 374 if (invoke_type == kInterface) { in NterpGetMethod()
|
/aosp12/art/runtime/entrypoints/ |
H A D | entrypoint_utils-inl.h | 529 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()
|
/aosp12/art/runtime/ |
H A D | common_throws.cc | 582 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kInterface); in ThrowNullPointerExceptionFromDexPC() 585 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kInterface); in ThrowNullPointerExceptionFromDexPC()
|
H A D | art_method-inl.h | 119 case kInterface: { in CheckIncompatibleClassChange()
|
H A D | class_linker-inl.h | 231 case kInterface: { in CheckInvokeClassMismatch()
|
H A D | art_method.cc | 168 return kInterface; in GetInvokeType()
|
H A D | class_linker.cc | 9675 InvokeType::kInterface); in ResolveMethodHandleForMethod()
|
/aosp12/art/runtime/interpreter/ |
H A D | interpreter_switch_impl-inl.h | 1053 return HandleInvoke<kInterface, /*is_range=*/ false>(); in INVOKE_INTERFACE() 1057 return HandleInvoke<kInterface, /*is_range=*/ true>(); in INVOKE_INTERFACE_RANGE()
|
/aosp12/art/compiler/optimizing/ |
H A D | instruction_builder.cc | 847 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()
|
H A D | code_generator.cc | 597 case kInterface: in GenerateInvokeStaticOrDirectRuntimeCall() 625 case kInterface: in GenerateInvokeUnresolvedRuntimeCall()
|
H A D | inliner.cc | 1914 if (invoke_type == kInterface) { in TryBuildAndInlineHelper()
|
H A D | nodes.h | 5149 kInterface),
|
/aosp12/art/dex2oat/driver/ |
H A D | compiler_driver.cc | 130 resolved_methods_[kInterface] + unresolved_methods_[kInterface] - in Dump()
|