Home
last modified time | relevance | path

Searched refs:NotifyConcurrentResult (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/function/
DasyncFunctionBuilder.cpp27 pg_->NotifyConcurrentResult(node); in DirectReturn()
59 pg_->NotifyConcurrentResult(node); in CleanUp()
DfunctionBuilder.cpp40 pg_->NotifyConcurrentResult(node); in DirectReturn()
50 pg_->NotifyConcurrentResult(node); in ImplicitReturn()
55 pg_->NotifyConcurrentResult(node); in ImplicitReturn()
66 pg_->NotifyConcurrentResult(node); in ImplicitReturn()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h183 …static JSTaggedValue NotifyConcurrentResult(JSThread *thread, JSTaggedValue result, JSTaggedValue …
Dslow_runtime_stub.cpp1183 JSTaggedValue SlowRuntimeStub::NotifyConcurrentResult(JSThread *thread, JSTaggedValue result, JSTag… in NotifyConcurrentResult() function in panda::ecmascript::SlowRuntimeStub
1185 INTERPRETER_TRACE(thread, NotifyConcurrentResult); in NotifyConcurrentResult()
Dinterpreter-inl.h7215 SlowRuntimeStub::NotifyConcurrentResult(thread, acc, funcObj); in RunInternal()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h370 void NotifyConcurrentResult(const ir::AstNode *node);
Dpandagen.cpp1301 void PandaGen::NotifyConcurrentResult(const ir::AstNode *node) in NotifyConcurrentResult() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h307 V(NotifyConcurrentResult) \
Druntime_stubs.cpp2020 DEF_RUNTIME_STUBS(NotifyConcurrentResult) in DEF_RUNTIME_STUBS() argument
2022 RUNTIME_STUBS_HEADER(NotifyConcurrentResult); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h230 V(NotifyConcurrentResult) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp3176 const int id = RTSTUB_ID(NotifyConcurrentResult); in LowerNotifyConcurrentResult()
Dinterpreter_stub.cpp4634 CallRuntime(glue, RTSTUB_ID(NotifyConcurrentResult), {acc, funcObj}); in DECLARE_ASM_HANDLER()