Searched refs:CloseIterator (Results 1 - 15 of 15) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
H A D | iterators.cpp | 126 pg_->CloseIterator(node_, iterator_); in Close()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 279 V(CloseIterator) \
|
H A D | runtime_stubs.cpp | 1065 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 D | pandagen.h | 202 void CloseIterator(const ir::AstNode *node, VReg iter);
|
H A D | pandagen.cpp | 1518 void PandaGen::CloseIterator(const ir::AstNode *node, VReg iter) in CloseIterator() function in ark::es2panda::compiler::PandaGen
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 116 static JSTaggedValue CloseIterator(JSThread *thread, JSTaggedValue iter);
|
H A D | slow_runtime_stub.cpp | 634 JSTaggedValue SlowRuntimeStub::CloseIterator(JSThread *thread, JSTaggedValue iter) in CloseIterator() function in panda::ecmascript::SlowRuntimeStub 636 INTERPRETER_TRACE(thread, CloseIterator); in CloseIterator()
|
H A D | interpreter-inl.cpp | 1707 JSTaggedValue res = SlowRuntimeStub::CloseIterator(thread, iter); in RunInternal() 6587 JSTaggedValue res = SlowRuntimeStub::CloseIterator(thread, iter); in RunInternal()
|
H A D | interpreter_assembly.cpp | 949 JSTaggedValue res = SlowRuntimeStub::CloseIterator(thread, iter); in HandleCloseiteratorImm8V8() 3060 JSTaggedValue res = SlowRuntimeStub::CloseIterator(thread, iter);
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.h | 409 void CloseIterator(const ir::AstNode *node, VReg iter);
|
H A D | pandagen.cpp | 1747 void PandaGen::CloseIterator(const ir::AstNode *node, VReg iter) in CloseIterator() function in panda::es2panda::compiler::PandaGen
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 135 V(CloseIterator) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 526 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 D | interpreter_stub.cpp | 1509 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 D | slowpath_lowering.cpp | 1397 const int id = RTSTUB_ID(CloseIterator); in LowerCloseIterator()
|
Completed in 80 milliseconds