Home
last modified time | relevance | path

Searched defs:argsHandle (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Method.cpp106 VMHandle<EtsArray> argsHandle {coro, args->GetCoreType()}; in TypeAPIMethodInvoke() local
118 VMHandle<EtsArray> argsHandle {coro, args->GetCoreType()}; in TypeAPIMethodInvokeConstructor() local
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_vm.cpp281 VMHandle<ObjectHeader> argsHandle(thread, objectHeader); in InvokeEntrypointImpl() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.cpp521 EtsHandle<EtsObjectArray> argsHandle(coroutine, etsObjectArray); in InvokeEntrypointImpl() local