Home
last modified time | relevance | path

Searched refs:GetNextPropName (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DforInStatement.cpp84 pg->GetNextPropName(this, iter); in Compile()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h275 V(GetNextPropName) \
H A Druntime_stubs.cpp1042 DEF_RUNTIME_STUBS(GetNextPropName) in DEF_RUNTIME_STUBS()
1044 RUNTIME_STUBS_HEADER(GetNextPropName); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.h179 void GetNextPropName(const ir::AstNode *node, VReg iter);
H A Dpandagen.cpp1309 void PandaGen::GetNextPropName(const ir::AstNode *node, VReg iter) in GetNextPropName() function in ark::es2panda::compiler::PandaGen
H A DJSCompiler.cpp1363 pg->GetNextPropName(st, iter); in Compile()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h108 static JSTaggedValue GetNextPropName(JSThread *thread, JSTaggedValue iter);
H A Dslow_runtime_stub.cpp710 JSTaggedValue SlowRuntimeStub::GetNextPropName(JSThread *thread, JSTaggedValue iter) in GetNextPropName() function in panda::ecmascript::SlowRuntimeStub
712 INTERPRETER_TRACE(thread, GetNextPropName); in GetNextPropName()
H A Dinterpreter-inl.cpp2473 JSTaggedValue res = SlowRuntimeStub::GetNextPropName(thread, iter); in RunInternal()
H A Dinterpreter_assembly.cpp2053 JSTaggedValue res = SlowRuntimeStub::GetNextPropName(thread, iter);
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.h390 void GetNextPropName(const ir::AstNode *node, VReg iter);
H A Dpandagen.cpp1554 void PandaGen::GetNextPropName(const ir::AstNode *node, VReg iter) in GetNextPropName() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h193 V(GetNextPropName) \

Completed in 52 milliseconds