Searched refs:NotifyConcurrentResult (Results 1 – 12 of 12) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/function/ |
D | asyncFunctionBuilder.cpp | 27 pg_->NotifyConcurrentResult(node); in DirectReturn() 59 pg_->NotifyConcurrentResult(node); in CleanUp()
|
D | functionBuilder.cpp | 40 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/ |
D | slow_runtime_stub.h | 183 …static JSTaggedValue NotifyConcurrentResult(JSThread *thread, JSTaggedValue result, JSTaggedValue …
|
D | slow_runtime_stub.cpp | 1183 JSTaggedValue SlowRuntimeStub::NotifyConcurrentResult(JSThread *thread, JSTaggedValue result, JSTag… in NotifyConcurrentResult() function in panda::ecmascript::SlowRuntimeStub 1185 INTERPRETER_TRACE(thread, NotifyConcurrentResult); in NotifyConcurrentResult()
|
D | interpreter-inl.h | 7215 SlowRuntimeStub::NotifyConcurrentResult(thread, acc, funcObj); in RunInternal()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.h | 370 void NotifyConcurrentResult(const ir::AstNode *node);
|
D | pandagen.cpp | 1301 void PandaGen::NotifyConcurrentResult(const ir::AstNode *node) in NotifyConcurrentResult() function in panda::es2panda::compiler::PandaGen
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.h | 307 V(NotifyConcurrentResult) \
|
D | runtime_stubs.cpp | 2020 DEF_RUNTIME_STUBS(NotifyConcurrentResult) in DEF_RUNTIME_STUBS() argument 2022 RUNTIME_STUBS_HEADER(NotifyConcurrentResult); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | runtime_call_id.h | 230 V(NotifyConcurrentResult) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | slowpath_lowering.cpp | 3176 const int id = RTSTUB_ID(NotifyConcurrentResult); in LowerNotifyConcurrentResult()
|
D | interpreter_stub.cpp | 4634 CallRuntime(glue, RTSTUB_ID(NotifyConcurrentResult), {acc, funcObj}); in DECLARE_ASM_HANDLER()
|