| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| D | literals.cpp | 34 pg->CreateEmptyArray(templateLit); in GetTemplateObject() 37 pg->CreateEmptyArray(templateLit); in GetTemplateObject() 55 pg->CreateEmptyArray(lit); in GetTemplateObject()
|
| D | destructuring.cpp | 46 pg->CreateEmptyArray(restElement); in GenRestElement()
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | literals.cpp | 37 pg->CreateEmptyArray(templateLit); in GetTemplateObject() 40 pg->CreateEmptyArray(templateLit); in GetTemplateObject() 62 pg->CreateEmptyArray(lit); in GetTemplateObject()
|
| D | destructuring.cpp | 47 pg->CreateEmptyArray(restElement); in GenRestElement()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.h | 78 GateRef CreateEmptyArray(GateRef glue); 79 …GateRef CreateEmptyArray(GateRef glue, GateRef jsFunc, GateRef pc, GateRef profileTypeInfo, GateRe…
|
| D | common_stubs.h | 83 V(CreateEmptyArray) \
|
| D | call_signature.h | 382 V(CreateEmptyArray) \
|
| D | new_object_stub_builder.cpp | 1247 GateRef NewObjectStubBuilder::CreateEmptyArray(GateRef glue) in CreateEmptyArray() function in panda::ecmascript::kungfu::NewObjectStubBuilder 1258 GateRef NewObjectStubBuilder::CreateEmptyArray( in CreateEmptyArray() function in panda::ecmascript::kungfu::NewObjectStubBuilder
|
| D | common_stubs.cpp | 757 Return(newBuilder.CreateEmptyArray(glue)); in GenerateCircuit()
|
| D | call_signature.cpp | 762 DEF_CALL_SIGNATURE(CreateEmptyArray) in DEF_CALL_SIGNATURE() argument
|
| D | interpreter_stub.cpp | 555 varAcc = newBuilder.CreateEmptyArray(glue, func, pc, profileTypeInfo, slotId, callback); in DECLARE_ASM_HANDLER() 567 varAcc = newBuilder.CreateEmptyArray(glue, func, pc, profileTypeInfo, slotId, callback); in DECLARE_ASM_HANDLER()
|
| D | slowpath_lowering.cpp | 1517 GateRef result = builder_.CallStub(glue_, gate, CommonStubCSigns::CreateEmptyArray, { glue_ }); in LowerCreateEmptyArray()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | pandagen.cpp | 1309 void PandaGen::CreateEmptyArray(const ir::AstNode *node) in CreateEmptyArray() function in panda::es2panda::compiler::PandaGen 1323 CreateEmptyArray(node); in CreateArray() 1344 CreateEmptyArray(node); in CreateArray() 1761 CreateEmptyArray(node); in DirectEval() 1772 CreateEmptyArray(node); in DirectEval()
|
| D | pandagen.h | 190 void CreateEmptyArray(const ir::AstNode *node);
|
| D | JSCompiler.cpp | 264 pg->CreateEmptyArray(node); in CompileMissingProperties()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 98 …static JSTaggedValue CreateEmptyArray(JSThread *thread, ObjectFactory *factory, JSHandle<GlobalEnv…
|
| D | slow_runtime_stub.cpp | 596 JSTaggedValue SlowRuntimeStub::CreateEmptyArray(JSThread *thread, ObjectFactory *factory, JSHandle<… in CreateEmptyArray() function in panda::ecmascript::SlowRuntimeStub 598 INTERPRETER_TRACE(thread, CreateEmptyArray); in CreateEmptyArray()
|
| D | interpreter-inl.h | 2391 JSTaggedValue res = SlowRuntimeStub::CreateEmptyArray(thread, factory, globalEnv); in RunInternal() 2398 JSTaggedValue res = SlowRuntimeStub::CreateEmptyArray(thread, factory, globalEnv); in RunInternal()
|
| D | interpreter_assembly.cpp | 1978 JSTaggedValue res = SlowRuntimeStub::CreateEmptyArray(thread, factory, globalEnv); in HandleCreateemptyarrayImm8() 2994 JSTaggedValue res = SlowRuntimeStub::CreateEmptyArray(thread, factory, globalEnv); in HandleCreateemptyarrayImm16()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 1587 void PandaGen::CreateEmptyArray(const ir::AstNode *node) in CreateEmptyArray() function in panda::es2panda::compiler::PandaGen 1603 CreateEmptyArray(node); in CreateArray() 1619 CreateEmptyArray(node); in CreateArray()
|
| D | pandagen.h | 424 void CreateEmptyArray(const ir::AstNode *node);
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 71 result->WriteVariable(newBuilder.CreateEmptyArray(glue)); in Concat() 191 result->WriteVariable(newBuilder.CreateEmptyArray(glue)); in Filter() 509 result->WriteVariable(newBuilder.CreateEmptyArray(glue)); in Slice()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 295 V(CreateEmptyArray) \
|
| D | runtime_stubs.cpp | 2109 DEF_RUNTIME_STUBS(CreateEmptyArray) in DEF_RUNTIME_STUBS() argument 2111 RUNTIME_STUBS_HEADER(CreateEmptyArray); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 181 V(CreateEmptyArray) \
|