| /arkcompiler/ets_frontend/es2panda/compiler/function/ |
| D | asyncGeneratorFunctionBuilder.cpp | 66 pg_->AsyncGeneratorResolve(node, funcObj_, retVal, canSuspend); in DirectReturn() 89 pg_->AsyncGeneratorResolve(node, funcObj_, resumeValue, canSuspend); in ExplicitReturn()
|
| D | functionBuilder.cpp | 87 pg_->AsyncGeneratorResolve(node, funcObj_, value, done); in AsyncYield()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_async_generator_object.h | 81 …static JSTaggedValue AsyncGeneratorResolve(JSThread *thread, const JSHandle<JSAsyncGeneratorObject…
|
| D | js_async_generator_object.cpp | 55 JSTaggedValue JSAsyncGeneratorObject::AsyncGeneratorResolve(JSThread *thread, in AsyncGeneratorResolve() function in panda::ecmascript::JSAsyncGeneratorObject 214 return AsyncGeneratorResolve(thread, generator, comVal, true); in AsyncGeneratorResumeNext() 351 return AsyncGeneratorResolve(thread, asyncGen, value, true); in ProcessorFulfilledFunc()
|
| D | runtime_call_id.h | 224 V(AsyncGeneratorResolve) \
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 174 static JSTaggedValue AsyncGeneratorResolve(JSThread *thread, JSTaggedValue asyncFuncObj,
|
| D | slow_runtime_stub.cpp | 1142 JSTaggedValue SlowRuntimeStub::AsyncGeneratorResolve(JSThread *thread, JSTaggedValue asyncFuncObj, in AsyncGeneratorResolve() function in panda::ecmascript::SlowRuntimeStub 1145 INTERPRETER_TRACE(thread, AsyncGeneratorResolve); in AsyncGeneratorResolve()
|
| D | interpreter-inl.h | 3112 … JSTaggedValue res = SlowRuntimeStub::AsyncGeneratorResolve(thread, asyncGenerator, value, flag); in RunInternal()
|
| D | interpreter_assembly.cpp | 2724 JSTaggedValue res = SlowRuntimeStub::AsyncGeneratorResolve(thread, asyncGenerator, value, flag); in HandleAsyncgeneratorresolveV8V8V8()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.h | 399 …void AsyncGeneratorResolve(const ir::AstNode *node, VReg asyncGenObj, VReg value, VReg canSuspend);
|
| D | pandagen.cpp | 1451 void PandaGen::AsyncGeneratorResolve(const ir::AstNode *node, VReg asyncGenObj, VReg value, VReg ca… in AsyncGeneratorResolve() function in panda::es2panda::compiler::PandaGen
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 274 V(AsyncGeneratorResolve) \
|
| D | runtime_stubs.cpp | 659 DEF_RUNTIME_STUBS(AsyncGeneratorResolve) in DEF_RUNTIME_STUBS() argument 661 RUNTIME_STUBS_HEADER(AsyncGeneratorResolve); in DEF_RUNTIME_STUBS()
|
| D | runtime_stubs-inl.h | 371 …return JSAsyncGeneratorObject::AsyncGeneratorResolve(thread, asyncGeneratorObjHandle, valueHandle,… in RuntimeAsyncGeneratorResolve() 2314 …return JSAsyncGeneratorObject::AsyncGeneratorResolve(thread, asyncGeneratorObjHandle, valueHandle,… in RuntimeOptAsyncGeneratorResolve()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 2852 GateRef res = CallRuntime(glue, RTSTUB_ID(AsyncGeneratorResolve), in DECLARE_ASM_HANDLER()
|