Searched refs:GetPropIterator (Results 1 – 12 of 12) sorted by relevance
59 pg->GetPropIterator(this); in Compile()
38 static JSTaggedValue GetPropIterator(JSThread *thread, JSTaggedValue value);
129 JSTaggedValue SlowRuntimeStub::GetPropIterator(JSThread *thread, JSTaggedValue value) in GetPropIterator() function in panda::ecmascript::SlowRuntimeStub131 INTERPRETER_TRACE(thread, GetPropIterator); in GetPropIterator()
1621 JSTaggedValue res = SlowRuntimeStub::GetPropIterator(thread, GET_ACC()); in RunInternal()
801 JSTaggedValue res = SlowRuntimeStub::GetPropIterator(thread, GET_ACC()); in HandleGetpropiterator()
405 void GetPropIterator(const ir::AstNode *node);
1472 void PandaGen::GetPropIterator(const ir::AstNode *node) in GetPropIterator() function in panda::es2panda::compiler::PandaGen
217 V(GetPropIterator) \
1253 DEF_RUNTIME_STUBS(GetPropIterator) in DEF_RUNTIME_STUBS() argument1255 RUNTIME_STUBS_HEADER(GetPropIterator); in DEF_RUNTIME_STUBS()
101 V(GetPropIterator) \
1270 const int id = RTSTUB_ID(GetPropIterator); in LowerGetPropIterator()
408 GateRef res = CallRuntime(glue, RTSTUB_ID(GetPropIterator), { *varAcc }); in DECLARE_ASM_HANDLER()