Home
last modified time | relevance | path

Searched defs:invoke (Results 1 – 25 of 3192) sorted by relevance

12345678910>>...128

/aosp_15_r20/art/compiler/optimizing/
H A Dintrinsics_x86_64.cc63 bool IntrinsicLocationsBuilderX86_64::TryDispatch(HInvoke* invoke) { in TryDispatch()
183 static void CreateFPToIntLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateFPToIntLocations()
190 static void CreateIntToFPLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateIntToFPLocations()
209 void IntrinsicLocationsBuilderX86_64::VisitDoubleDoubleToRawLongBits(HInvoke* invoke) { in VisitDoubleDoubleToRawLongBits()
212 void IntrinsicLocationsBuilderX86_64::VisitDoubleLongBitsToDouble(HInvoke* invoke) { in VisitDoubleLongBitsToDouble()
216 void IntrinsicCodeGeneratorX86_64::VisitDoubleDoubleToRawLongBits(HInvoke* invoke) { in VisitDoubleDoubleToRawLongBits()
219 void IntrinsicCodeGeneratorX86_64::VisitDoubleLongBitsToDouble(HInvoke* invoke) { in VisitDoubleLongBitsToDouble()
223 void IntrinsicLocationsBuilderX86_64::VisitFloatFloatToRawIntBits(HInvoke* invoke) { in VisitFloatFloatToRawIntBits()
226 void IntrinsicLocationsBuilderX86_64::VisitFloatIntBitsToFloat(HInvoke* invoke) { in VisitFloatIntBitsToFloat()
230 void IntrinsicCodeGeneratorX86_64::VisitFloatFloatToRawIntBits(HInvoke* invoke) { in VisitFloatFloatToRawIntBits()
[all …]
H A Dintrinsics_x86.cc62 bool IntrinsicLocationsBuilderX86::TryDispatch(HInvoke* invoke) { in TryDispatch()
151 static void CreateFPToIntLocations(ArenaAllocator* allocator, HInvoke* invoke, bool is64bit) { in CreateFPToIntLocations()
161 static void CreateIntToFPLocations(ArenaAllocator* allocator, HInvoke* invoke, bool is64bit) { in CreateIntToFPLocations()
203 void IntrinsicLocationsBuilderX86::VisitDoubleDoubleToRawLongBits(HInvoke* invoke) { in VisitDoubleDoubleToRawLongBits()
206 void IntrinsicLocationsBuilderX86::VisitDoubleLongBitsToDouble(HInvoke* invoke) { in VisitDoubleLongBitsToDouble()
210 void IntrinsicCodeGeneratorX86::VisitDoubleDoubleToRawLongBits(HInvoke* invoke) { in VisitDoubleDoubleToRawLongBits()
213 void IntrinsicCodeGeneratorX86::VisitDoubleLongBitsToDouble(HInvoke* invoke) { in VisitDoubleLongBitsToDouble()
217 void IntrinsicLocationsBuilderX86::VisitFloatFloatToRawIntBits(HInvoke* invoke) { in VisitFloatFloatToRawIntBits()
220 void IntrinsicLocationsBuilderX86::VisitFloatIntBitsToFloat(HInvoke* invoke) { in VisitFloatIntBitsToFloat()
224 void IntrinsicCodeGeneratorX86::VisitFloatFloatToRawIntBits(HInvoke* invoke) { in VisitFloatFloatToRawIntBits()
[all …]
H A Dintrinsics_arm64.cc200 bool IntrinsicLocationsBuilderARM64::TryDispatch(HInvoke* invoke) { in TryDispatch()
211 static void CreateFPToIntLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateFPToIntLocations()
218 static void CreateIntToFPLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateIntToFPLocations()
239 void IntrinsicLocationsBuilderARM64::VisitDoubleDoubleToRawLongBits(HInvoke* invoke) { in VisitDoubleDoubleToRawLongBits()
242 void IntrinsicLocationsBuilderARM64::VisitDoubleLongBitsToDouble(HInvoke* invoke) { in VisitDoubleLongBitsToDouble()
246 void IntrinsicCodeGeneratorARM64::VisitDoubleDoubleToRawLongBits(HInvoke* invoke) { in VisitDoubleDoubleToRawLongBits()
249 void IntrinsicCodeGeneratorARM64::VisitDoubleLongBitsToDouble(HInvoke* invoke) { in VisitDoubleLongBitsToDouble()
253 void IntrinsicLocationsBuilderARM64::VisitFloatFloatToRawIntBits(HInvoke* invoke) { in VisitFloatFloatToRawIntBits()
256 void IntrinsicLocationsBuilderARM64::VisitFloatIntBitsToFloat(HInvoke* invoke) { in VisitFloatIntBitsToFloat()
260 void IntrinsicCodeGeneratorARM64::VisitFloatFloatToRawIntBits(HInvoke* invoke) { in VisitFloatFloatToRawIntBits()
[all …]
H A Dintrinsics_riscv64.cc93 bool IntrinsicLocationsBuilderRISCV64::TryDispatch(HInvoke* invoke) { in TryDispatch()
106 static void CreateFPToIntLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateFPToIntLocations()
113 static void CreateIntToFPLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateIntToFPLocations()
120 static void CreateFPToFPCallLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateFPToFPCallLocations()
133 static void CreateFPFPToFPCallLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateFPFPToFPCallLocations()
148 static void CreateFpFpFpToFpNoOverlapLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateFpFpFpToFpNoOverlapLocations()
165 HInvoke* invoke, in CreateFPToFPLocations()
173 void IntrinsicLocationsBuilderRISCV64::VisitDoubleDoubleToRawLongBits(HInvoke* invoke) { in VisitDoubleDoubleToRawLongBits()
177 void IntrinsicCodeGeneratorRISCV64::VisitDoubleDoubleToRawLongBits(HInvoke* invoke) { in VisitDoubleDoubleToRawLongBits()
183 void IntrinsicLocationsBuilderRISCV64::VisitDoubleLongBitsToDouble(HInvoke* invoke) { in VisitDoubleLongBitsToDouble()
[all …]
H A Dintrinsics_arm_vixl.cc156 bool IntrinsicLocationsBuilderARMVIXL::TryDispatch(HInvoke* invoke) { in TryDispatch()
165 static void CreateFPToIntLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateFPToIntLocations()
172 static void CreateIntToFPLocations(ArenaAllocator* allocator, HInvoke* invoke) { in CreateIntToFPLocations()
199 void IntrinsicLocationsBuilderARMVIXL::VisitDoubleDoubleToRawLongBits(HInvoke* invoke) { in VisitDoubleDoubleToRawLongBits()
202 void IntrinsicLocationsBuilderARMVIXL::VisitDoubleLongBitsToDouble(HInvoke* invoke) { in VisitDoubleLongBitsToDouble()
206 void IntrinsicCodeGeneratorARMVIXL::VisitDoubleDoubleToRawLongBits(HInvoke* invoke) { in VisitDoubleDoubleToRawLongBits()
209 void IntrinsicCodeGeneratorARMVIXL::VisitDoubleLongBitsToDouble(HInvoke* invoke) { in VisitDoubleLongBitsToDouble()
213 void IntrinsicLocationsBuilderARMVIXL::VisitFloatFloatToRawIntBits(HInvoke* invoke) { in VisitFloatFloatToRawIntBits()
216 void IntrinsicLocationsBuilderARMVIXL::VisitFloatIntBitsToFloat(HInvoke* invoke) { in VisitFloatIntBitsToFloat()
220 void IntrinsicCodeGeneratorARMVIXL::VisitFloatFloatToRawIntBits(HInvoke* invoke) { in VisitFloatFloatToRawIntBits()
[all …]
H A Dintrinsics_utils.h49 explicit IntrinsicSlowPath(HInvoke* invoke) : TSlowPathCode(invoke), invoke_(invoke) { } in IntrinsicSlowPath()
104 static inline size_t GetExpectedVarHandleCoordinatesCount(HInvoke *invoke) { in GetExpectedVarHandleCoordinatesCount()
113 static inline DataType::Type GetDataTypeFromShorty(HInvoke* invoke, uint32_t index) { in GetDataTypeFromShorty()
122 static inline bool IsVarHandleGetAndBitwiseOp(HInvoke* invoke) { in IsVarHandleGetAndBitwiseOp()
139 static inline bool IsVarHandleGetAndAdd(HInvoke* invoke) { in IsVarHandleGetAndAdd()
150 static inline bool IsVarHandleGet(HInvoke* invoke) { in IsVarHandleGet()
156 static inline bool IsUnsafeGetReference(HInvoke* invoke) { in IsUnsafeGetReference()
169 static inline bool IsUnsafeCASReference(HInvoke* invoke) { in IsUnsafeCASReference()
180 static inline bool IsUnsafeGetAndSetReference(HInvoke* invoke) { in IsUnsafeGetAndSetReference()
190 static inline bool IsVarHandleCASFamily(HInvoke* invoke) { in IsVarHandleCASFamily()
[all …]
/aosp_15_r20/external/kotlinc/lib/
HDkotlin-test.jar ... > () public final java.lang.String invoke (java.lang.Object) Object p0 public ...
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/context/detail/preprocessed/
Ddefault_eval.hpp26 result_type invoke(Expr &expr, Context &context, mpl::false_) const in invoke() function
32 result_type invoke(Expr &expr, Context &context, mpl::true_) const in invoke() function
60 result_type invoke(Expr &expr, Context &context, mpl::false_) const in invoke() function
66 result_type invoke(Expr &expr, Context &context, mpl::true_) const in invoke() function
94 result_type invoke(Expr &expr, Context &context, mpl::false_) const in invoke() function
100 result_type invoke(Expr &expr, Context &context, mpl::true_) const in invoke() function
128 result_type invoke(Expr &expr, Context &context, mpl::false_) const in invoke() function
134 result_type invoke(Expr &expr, Context &context, mpl::true_) const in invoke() function
162 result_type invoke(Expr &expr, Context &context, mpl::false_) const in invoke() function
168 result_type invoke(Expr &expr, Context &context, mpl::true_) const in invoke() function
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core-lambda-stubs/android_common/turbine-combined/
Dcore-lambda-stubs.jar ... lang.invoke.MethodHandle, java.lang.invoke.MethodType) throws java.lang.invoke. ...
/aosp_15_r20/out/soong/.intermediates/libcore/core-lambda-stubs/android_common/turbine/
Dcore-lambda-stubs.jar ... lang.invoke.MethodHandle, java.lang.invoke.MethodType) throws java.lang.invoke. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/plugin_core/PluginAnnotationProcessorLib/linux_glibc_common/kotlin/
DPluginAnnotationProcessorLib.jar ... lang.String) String $sourceName public final void invoke (com.android.systemui.plugins.processor ...
/aosp_15_r20/prebuilts/manifest-merger/com/android/tools/analytics-library/shared/31.9.0-alpha03/
HDshared-31.9.0-alpha03.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/analytics-library/shared/
HDtools.analytics-shared.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utils/di/
DFakeComponents.kt82 override suspend fun invoke(): List<AccessLog> { in invoke() method in com.android.healthconnect.controller.tests.utils.di.FakeRecentAccessUseCase
94 override suspend fun invoke(): List<ConnectedAppMetadata> { in invoke() method in com.android.healthconnect.controller.tests.utils.di.FakeHealthPermissionAppsUseCase
106 override suspend fun invoke(input: LoadDataEntriesInput): UseCaseResults<List<FormattedEntry>> { in invoke() method in com.android.healthconnect.controller.tests.utils.di.FakeLoadDataEntriesUseCase
122 override suspend fun invoke( in invoke() method in com.android.healthconnect.controller.tests.utils.di.FakeLoadMenstruationDataUseCase
156 override suspend fun invoke( in invoke() method in com.android.healthconnect.controller.tests.utils.di.FakeLoadDataAggregationsUseCase
191 override suspend fun invoke( in invoke() method in com.android.healthconnect.controller.tests.utils.di.FakeLoadMostRecentAggregationsUseCase
213 override suspend fun invoke( in invoke() method in com.android.healthconnect.controller.tests.utils.di.FakeLoadMedicalEntriesUseCase
259 override suspend fun invoke( in invoke() method in com.android.healthconnect.controller.tests.utils.di.FakeLoadPriorityEntriesUseCase
288 override suspend fun invoke( in invoke() method in com.android.healthconnect.controller.tests.utils.di.FakeLoadPotentialPriorityListUseCase
309 override suspend fun invoke( in invoke() method in com.android.healthconnect.controller.tests.utils.di.FakeLoadPriorityListUseCase
[all …]
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/java/
Dcore-lambda-stubs.jar ... lang.invoke.MethodHandle, java.lang.invoke.MethodType) throws java.lang.invoke. ...
/aosp_15_r20/prebuilts/module_sdk/art/13/java/
Dcore-lambda-stubs.jar ... lang.invoke.MethodHandle, java.lang.invoke.MethodType) throws java.lang.invoke. ...
/aosp_15_r20/prebuilts/sdk/tools/darwin/bin/
HDcore-lambda-stubs.jar ... lang.invoke.MethodHandle, java.lang.invoke.MethodType) throws java.lang.invoke. ...
/aosp_15_r20/prebuilts/module_sdk/art/3/java/
Dcore-lambda-stubs.jar ... lang.invoke.MethodHandle, java.lang.invoke.MethodType) throws java.lang.invoke. ...
/aosp_15_r20/prebuilts/module_sdk/art/1/java/
Dcore-lambda-stubs.jar ... lang.invoke.MethodHandle, java.lang.invoke.MethodType) throws java.lang.invoke. ...
/aosp_15_r20/prebuilts/sdk/tools/windows/bin/
HDcore-lambda-stubs.jar ... lang.invoke.MethodHandle, java.lang.invoke.MethodType) throws java.lang.invoke. ...
/aosp_15_r20/prebuilts/sdk/tools/linux/bin/
HDcore-lambda-stubs.jar ... lang.invoke.MethodHandle, java.lang.invoke.MethodType) throws java.lang.invoke. ...
/aosp_15_r20/prebuilts/module_sdk/art/7/java/
Dcore-lambda-stubs.jar ... lang.invoke.MethodHandle, java.lang.invoke.MethodType) throws java.lang.invoke. ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.9.0-alpha01/androidx.fragment_fragment-ktx/android_common/aar/
Dandroidx.fragment_fragment-ktx.jar ... Fragment $receiver public final androidx.lifecycle.ViewModelStore invoke () public volatile synthetic java.lang.Object ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.9.0-alpha01/androidx.fragment_fragment-ktx/android_common_apex33/aar/
Dandroidx.fragment_fragment-ktx.jar ... Fragment $receiver public final androidx.lifecycle.ViewModelStore invoke () public volatile synthetic java.lang.Object ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/fragment/fragment-ktx/1.9.0-alpha01/androidx.fragment_fragment-ktx/android_common_apex34/aar/
Dclasses.jar ... Fragment $receiver public final androidx.lifecycle.ViewModelStore invoke () public volatile synthetic java.lang.Object ...

12345678910>>...128