Searched refs:CreateEmptyArray (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | literals.cpp | 37 pg->CreateEmptyArray(templateLit); in GetTemplateObject() 40 pg->CreateEmptyArray(templateLit); in GetTemplateObject() 58 pg->CreateEmptyArray(lit); in GetTemplateObject()
|
| D | destructuring.cpp | 47 pg->CreateEmptyArray(restElement); in GenRestElement()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 96 …static JSTaggedValue CreateEmptyArray(JSThread *thread, ObjectFactory *factory, JSHandle<GlobalEnv…
|
| D | slow_runtime_stub.cpp | 583 JSTaggedValue SlowRuntimeStub::CreateEmptyArray(JSThread *thread, ObjectFactory *factory, JSHandle<… in CreateEmptyArray() function in panda::ecmascript::SlowRuntimeStub 585 INTERPRETER_TRACE(thread, CreateEmptyArray); in CreateEmptyArray()
|
| D | interpreter-inl.h | 2198 JSTaggedValue res = SlowRuntimeStub::CreateEmptyArray(thread, factory, globalEnv); in RunInternal() 2205 JSTaggedValue res = SlowRuntimeStub::CreateEmptyArray(thread, factory, globalEnv); in RunInternal()
|
| D | interpreter_assembly.cpp | 1874 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/ |
| D | pandagen.cpp | 1504 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()
|
| D | pandagen.h | 393 void CreateEmptyArray(const ir::AstNode *node);
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 230 V(CreateEmptyArray) \
|
| D | runtime_stubs.cpp | 1495 DEF_RUNTIME_STUBS(CreateEmptyArray) in DEF_RUNTIME_STUBS() argument 1497 RUNTIME_STUBS_HEADER(CreateEmptyArray); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 170 V(CreateEmptyArray) \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 402 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateEmptyArray), {}); in DECLARE_ASM_HANDLER() 410 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateEmptyArray), {}); in DECLARE_ASM_HANDLER()
|