Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/base/
Dliterals.cpp37 pg->CreateEmptyArray(templateLit); in GetTemplateObject()
40 pg->CreateEmptyArray(templateLit); in GetTemplateObject()
58 pg->CreateEmptyArray(lit); in GetTemplateObject()
Ddestructuring.cpp47 pg->CreateEmptyArray(restElement); in GenRestElement()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h96 …static JSTaggedValue CreateEmptyArray(JSThread *thread, ObjectFactory *factory, JSHandle<GlobalEnv…
Dslow_runtime_stub.cpp583 JSTaggedValue SlowRuntimeStub::CreateEmptyArray(JSThread *thread, ObjectFactory *factory, JSHandle<… in CreateEmptyArray() function in panda::ecmascript::SlowRuntimeStub
585 INTERPRETER_TRACE(thread, CreateEmptyArray); in CreateEmptyArray()
Dinterpreter-inl.h2198 JSTaggedValue res = SlowRuntimeStub::CreateEmptyArray(thread, factory, globalEnv); in RunInternal()
2205 JSTaggedValue res = SlowRuntimeStub::CreateEmptyArray(thread, factory, globalEnv); in RunInternal()
Dinterpreter_assembly.cpp1874 JSTaggedValue res = SlowRuntimeStub::CreateEmptyArray(thread, factory, globalEnv); in HandleCreateemptyarrayImm8()
2857 JSTaggedValue res = SlowRuntimeStub::CreateEmptyArray(thread, factory, globalEnv); in HandleCreateemptyarrayImm16()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1504 void PandaGen::CreateEmptyArray(const ir::AstNode *node) in CreateEmptyArray() function in panda::es2panda::compiler::PandaGen
1520 CreateEmptyArray(node); in CreateArray()
1536 CreateEmptyArray(node); in CreateArray()
Dpandagen.h393 void CreateEmptyArray(const ir::AstNode *node);
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h230 V(CreateEmptyArray) \
Druntime_stubs.cpp1495 DEF_RUNTIME_STUBS(CreateEmptyArray) in DEF_RUNTIME_STUBS() argument
1497 RUNTIME_STUBS_HEADER(CreateEmptyArray); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h170 V(CreateEmptyArray) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp402 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateEmptyArray), {}); in DECLARE_ASM_HANDLER()
410 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateEmptyArray), {}); in DECLARE_ASM_HANDLER()