Home
last modified time | relevance | path

Searched refs:CloseIterator (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Diterators.cpp126 pg_->CloseIterator(node_, iterator_); in Close()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h279 V(CloseIterator) \
H A Druntime_stubs.cpp1065 DEF_RUNTIME_STUBS(CloseIterator) in DEF_RUNTIME_STUBS()
1067 RUNTIME_STUBS_HEADER(CloseIterator); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.h202 void CloseIterator(const ir::AstNode *node, VReg iter);
H A Dpandagen.cpp1518 void PandaGen::CloseIterator(const ir::AstNode *node, VReg iter) in CloseIterator() function in ark::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h116 static JSTaggedValue CloseIterator(JSThread *thread, JSTaggedValue iter);
H A Dslow_runtime_stub.cpp634 JSTaggedValue SlowRuntimeStub::CloseIterator(JSThread *thread, JSTaggedValue iter) in CloseIterator() function in panda::ecmascript::SlowRuntimeStub
636 INTERPRETER_TRACE(thread, CloseIterator); in CloseIterator()
H A Dinterpreter-inl.cpp1707 JSTaggedValue res = SlowRuntimeStub::CloseIterator(thread, iter); in RunInternal()
6587 JSTaggedValue res = SlowRuntimeStub::CloseIterator(thread, iter); in RunInternal()
H A Dinterpreter_assembly.cpp949 JSTaggedValue res = SlowRuntimeStub::CloseIterator(thread, iter); in HandleCloseiteratorImm8V8()
3060 JSTaggedValue res = SlowRuntimeStub::CloseIterator(thread, iter);
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.h409 void CloseIterator(const ir::AstNode *node, VReg iter);
H A Dpandagen.cpp1747 void PandaGen::CloseIterator(const ir::AstNode *node, VReg iter) in CloseIterator() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h135 V(CloseIterator) \
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp526 GateRef result = CallRuntime(glue, RTSTUB_ID(CloseIterator), { iter }); in GenerateCircuit()
538 GateRef result = CallRuntime(glue, RTSTUB_ID(CloseIterator), { iter }); in GenerateCircuit()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp1509 GateRef result = CallRuntime(glue, RTSTUB_ID(CloseIterator), { iter }); in DECLARE_ASM_HANDLER()
1517 GateRef result = CallRuntime(glue, RTSTUB_ID(CloseIterator), { iter }); in DECLARE_ASM_HANDLER()
H A Dslowpath_lowering.cpp1397 const int id = RTSTUB_ID(CloseIterator); in LowerCloseIterator()

Completed in 80 milliseconds