Searched refs:GetAsyncIterator (Results 1 – 15 of 15) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | js_iterator.h | 59 …static JSHandle<JSTaggedValue> GetAsyncIterator(JSThread *thread, const JSHandle<JSTaggedValue> &o…
|
D | js_iterator.cpp | 76 JSHandle<JSTaggedValue> JSIterator::GetAsyncIterator(JSThread *thread, const JSHandle<JSTaggedValue… in GetAsyncIterator() function in panda::ecmascript::JSIterator
|
D | runtime_call_id.h | 118 V(GetAsyncIterator) \
|
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
D | iterators.cpp | 31 pg_->GetAsyncIterator(node); in Iterator()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | slow_runtime_stub.h | 113 static JSTaggedValue GetAsyncIterator(JSThread *thread, JSTaggedValue obj);
|
D | slow_runtime_stub.cpp | 780 JSTaggedValue SlowRuntimeStub::GetAsyncIterator(JSThread *thread, JSTaggedValue obj) in GetAsyncIterator() function in panda::ecmascript::SlowRuntimeStub 782 INTERPRETER_TRACE(thread, GetAsyncIterator); in GetAsyncIterator()
|
D | interpreter-inl.h | 4435 JSTaggedValue res = SlowRuntimeStub::GetAsyncIterator(thread, obj); in RunInternal()
|
D | interpreter_assembly.cpp | 861 JSTaggedValue res = SlowRuntimeStub::GetAsyncIterator(thread, obj); in HandleGetasynciteratorImm8()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.h | 421 void GetAsyncIterator(const ir::AstNode *node);
|
D | pandagen.cpp | 1642 void PandaGen::GetAsyncIterator(const ir::AstNode *node) in GetAsyncIterator() function in panda::es2panda::compiler::PandaGen
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.h | 220 V(GetAsyncIterator) \
|
D | runtime_stubs.cpp | 1273 DEF_RUNTIME_STUBS(GetAsyncIterator) in DEF_RUNTIME_STUBS() argument 1275 RUNTIME_STUBS_HEADER(GetAsyncIterator); in DEF_RUNTIME_STUBS()
|
D | runtime_stubs-inl.h | 1252 JSHandle<JSTaggedValue> asyncit = JSIterator::GetAsyncIterator(thread, obj); in RuntimeGetAsyncIterator()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | slowpath_lowering.cpp | 905 …auto result = LowerCallRuntime(gate, RTSTUB_ID(GetAsyncIterator), {acc_.GetValueIn(gate, 0)}, true… in LowerGetAsyncIterator()
|
D | interpreter_stub.cpp | 468 GateRef res = CallRuntime(glue, RTSTUB_ID(GetAsyncIterator), { *varAcc }); in DECLARE_ASM_HANDLER()
|