Searched refs:InvokeVoid (Results 1 - 11 of 11) sorted by relevance
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
H A D | ets_utils.cpp | 41 void LambdaUtils::InvokeVoid(EtsCoroutine *coro, EtsObject *lambda) in InvokeVoid() function in ark::ets::LambdaUtils 49 invoke->GetPandaMethod()->InvokeVoid(coro, &arg); in InvokeVoid()
|
H A D | ets_utils.h | 33 PANDA_PUBLIC_API static void InvokeVoid(EtsCoroutine *coro, EtsObject *lambda);
|
H A D | ets_exceptions.cpp | 112 EtsMethod::ToRuntimeMethod(ctor)->InvokeVoid(coroutine, args.data()); in SetupEtsException()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
H A D | js_job_queue.cpp | 191 LambdaUtils::InvokeVoid(coro, callback); in Run()
|
H A D | interop_context.cpp | 214 ctor->InvokeVoid(coro, args.data()); in CreateETSCoreJSError()
|
/arkcompiler/runtime_core/static_core/runtime/core/ |
H A D | core_language_context.cpp | 96 ctor->InvokeVoid(thread, args.data()); in ThrowException()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
H A D | ets_method.h | 51 void InvokeVoid(napi::ScopedManagedCodeFix *s, Value *args) in InvokeVoid() function in ark::ets::EtsMethod
|
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | class_initializer.cpp | 337 cctor->InvokeVoid(thread, nullptr);
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
H A D | std_core_gc.cpp | 103 LambdaUtils::InvokeVoid(coroutine, obj); in GCPhaseStarted()
|
H A D | std_core_Type.cpp | 540 method->GetPandaMethod()->InvokeVoid(coroutine, args.data()); in MakeClassInstance()
|
/arkcompiler/runtime_core/static_core/runtime/include/ |
H A D | method.h | 247 void InvokeVoid(ManagedThread *thread, Value *args) in InvokeVoid() function in ark::Method::VerificationStage
|
Completed in 8 milliseconds