| /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 | common_stub_csigns.h | 89 V(CreateEmptyArray) \
|
| D | new_object_stub_builder.h | 111 GateRef CreateEmptyArray(GateRef glue); 112 GateRef CreateEmptyArray(GateRef glue, GateRef jsFunc, TraceIdInfo traceIdInfo,
|
| D | call_signature.h | 429 V(CreateEmptyArray) \
|
| D | common_stubs.cpp | 914 Return(newBuilder.CreateEmptyArray(glue)); in GenerateCircuit()
|
| D | new_object_stub_builder.cpp | 1981 GateRef NewObjectStubBuilder::CreateEmptyArray(GateRef glue) in CreateEmptyArray() function in panda::ecmascript::kungfu::NewObjectStubBuilder 1992 GateRef NewObjectStubBuilder::CreateEmptyArray(GateRef glue, GateRef jsFunc, TraceIdInfo traceIdInf… in CreateEmptyArray() function in panda::ecmascript::kungfu::NewObjectStubBuilder
|
| D | typed_native_inline_lowering.cpp | 3289 result = newBuilder.CreateEmptyArray(glue); in LowerArrayFilter() 3384 result = newBuilder.CreateEmptyArray(glue); in LowerArrayMap() 3864 res->WriteVariable(newBuilder.CreateEmptyArray(acc_.GetGlueFromArgList())); in CheckAndCalcuSliceIndex()
|
| D | call_signature.cpp | 877 DEF_CALL_SIGNATURE(CreateEmptyArray) in DEF_CALL_SIGNATURE() argument
|
| D | interpreter_stub.cpp | 759 …varAcc = newBuilder.CreateEmptyArray(glue, func, { pc, 0, true }, profileTypeInfo, slotId, callbac… in DECLARE_ASM_HANDLER() 771 …varAcc = newBuilder.CreateEmptyArray(glue, func, { pc, 0 , true }, profileTypeInfo, slotId, callba… in DECLARE_ASM_HANDLER()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | pandagen.cpp | 1350 void PandaGen::CreateEmptyArray(const ir::AstNode *node) in CreateEmptyArray() function in ark::es2panda::compiler::PandaGen 1379 CreateEmptyArray(node); in HandleArrayLiterals() 1454 CreateEmptyArray(node); in CreateArray() 1814 CreateEmptyArray(node); in DirectEval() 1825 CreateEmptyArray(node); in DirectEval()
|
| D | pandagen.h | 186 void CreateEmptyArray(const ir::AstNode *node);
|
| D | JSCompiler.cpp | 316 pg->CreateEmptyArray(node); in CompileMissingProperties()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stub_list.h | 366 V(CreateEmptyArray) \
|
| D | runtime_stubs.cpp | 2392 DEF_RUNTIME_STUBS(CreateEmptyArray) in DEF_RUNTIME_STUBS() argument 2394 RUNTIME_STUBS_HEADER(CreateEmptyArray); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 99 …static JSTaggedValue CreateEmptyArray(JSThread *thread, ObjectFactory *factory, JSHandle<GlobalEnv…
|
| D | slow_runtime_stub.cpp | 579 JSTaggedValue SlowRuntimeStub::CreateEmptyArray(JSThread *thread, ObjectFactory *factory, JSHandle<… in CreateEmptyArray() function in panda::ecmascript::SlowRuntimeStub 581 INTERPRETER_TRACE(thread, CreateEmptyArray); in CreateEmptyArray()
|
| D | interpreter-inl.cpp | 2407 JSTaggedValue res = SlowRuntimeStub::CreateEmptyArray(thread, factory, globalEnv); in RunInternal() 2414 JSTaggedValue res = SlowRuntimeStub::CreateEmptyArray(thread, factory, globalEnv); in RunInternal()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 1585 void PandaGen::CreateEmptyArray(const ir::AstNode *node) in CreateEmptyArray() function in panda::es2panda::compiler::PandaGen 1601 CreateEmptyArray(node); in CreateArray() 1617 CreateEmptyArray(node); in CreateArray()
|
| D | pandagen.h | 396 void CreateEmptyArray(const ir::AstNode *node);
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 461 result->WriteVariable(newBuilder.CreateEmptyArray(glue)); in Concat() 593 result->WriteVariable(newBuilder.CreateEmptyArray(glue)); in Filter() 759 result->WriteVariable(newBuilder.CreateEmptyArray(glue)); in Map() 1181 result->WriteVariable(newBuilder.CreateEmptyArray(glue)); in Slice() 3118 result->WriteVariable(newBuilder.CreateEmptyArray(glue)); in ToSpliced()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 182 V(CreateEmptyArray) \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 682 GateRef result = newBuilder.CreateEmptyArray(glue, curFunc, { 0, traceId, false }, in GenerateCircuit() 698 …newBuilder.CreateEmptyArray(glue, curFunc, { 0, traceId, false }, profileTypeInfo, slotId, callbac… in GenerateCircuit()
|