Home
last modified time | relevance | path

Searched refs:GetPropIterator (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
DforInStatement.cpp59 pg->GetPropIterator(this); in Compile()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h38 static JSTaggedValue GetPropIterator(JSThread *thread, JSTaggedValue value);
Dslow_runtime_stub.cpp129 JSTaggedValue SlowRuntimeStub::GetPropIterator(JSThread *thread, JSTaggedValue value) in GetPropIterator() function in panda::ecmascript::SlowRuntimeStub
131 INTERPRETER_TRACE(thread, GetPropIterator); in GetPropIterator()
Dinterpreter-inl.h1621 JSTaggedValue res = SlowRuntimeStub::GetPropIterator(thread, GET_ACC()); in RunInternal()
Dinterpreter_assembly.cpp801 JSTaggedValue res = SlowRuntimeStub::GetPropIterator(thread, GET_ACC()); in HandleGetpropiterator()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h405 void GetPropIterator(const ir::AstNode *node);
Dpandagen.cpp1472 void PandaGen::GetPropIterator(const ir::AstNode *node) in GetPropIterator() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h217 V(GetPropIterator) \
Druntime_stubs.cpp1253 DEF_RUNTIME_STUBS(GetPropIterator) in DEF_RUNTIME_STUBS() argument
1255 RUNTIME_STUBS_HEADER(GetPropIterator); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h101 V(GetPropIterator) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp1270 const int id = RTSTUB_ID(GetPropIterator); in LowerGetPropIterator()
Dinterpreter_stub.cpp408 GateRef res = CallRuntime(glue, RTSTUB_ID(GetPropIterator), { *varAcc }); in DECLARE_ASM_HANDLER()