Home
last modified time | relevance | path

Searched refs:InvokeVoid (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_utils.cpp41 void LambdaUtils::InvokeVoid(EtsCoroutine *coro, EtsObject *lambda) in InvokeVoid() function in ark::ets::LambdaUtils
49 invoke->GetPandaMethod()->InvokeVoid(coro, &arg); in InvokeVoid()
H A Dets_utils.h33 PANDA_PUBLIC_API static void InvokeVoid(EtsCoroutine *coro, EtsObject *lambda);
H A Dets_exceptions.cpp112 EtsMethod::ToRuntimeMethod(ctor)->InvokeVoid(coroutine, args.data()); in SetupEtsException()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Djs_job_queue.cpp191 LambdaUtils::InvokeVoid(coro, callback); in Run()
H A Dinterop_context.cpp214 ctor->InvokeVoid(coro, args.data()); in CreateETSCoreJSError()
/arkcompiler/runtime_core/static_core/runtime/core/
H A Dcore_language_context.cpp96 ctor->InvokeVoid(thread, args.data()); in ThrowException()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_method.h51 void InvokeVoid(napi::ScopedManagedCodeFix *s, Value *args) in InvokeVoid() function in ark::ets::EtsMethod
/arkcompiler/runtime_core/static_core/runtime/
H A Dclass_initializer.cpp337 cctor->InvokeVoid(thread, nullptr);
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_gc.cpp103 LambdaUtils::InvokeVoid(coroutine, obj); in GCPhaseStarted()
H A Dstd_core_Type.cpp540 method->GetPandaMethod()->InvokeVoid(coroutine, args.data()); in MakeClassInstance()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod.h247 void InvokeVoid(ManagedThread *thread, Value *args) in InvokeVoid() function in ark::Method::VerificationStage

Completed in 8 milliseconds