Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dliterals.cpp34 pg->CreateEmptyArray(templateLit); in GetTemplateObject()
37 pg->CreateEmptyArray(templateLit); in GetTemplateObject()
55 pg->CreateEmptyArray(lit); in GetTemplateObject()
Ddestructuring.cpp46 pg->CreateEmptyArray(restElement); in GenRestElement()
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dliterals.cpp37 pg->CreateEmptyArray(templateLit); in GetTemplateObject()
40 pg->CreateEmptyArray(templateLit); in GetTemplateObject()
62 pg->CreateEmptyArray(lit); in GetTemplateObject()
Ddestructuring.cpp47 pg->CreateEmptyArray(restElement); in GenRestElement()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stub_csigns.h89 V(CreateEmptyArray) \
Dnew_object_stub_builder.h111 GateRef CreateEmptyArray(GateRef glue);
112 GateRef CreateEmptyArray(GateRef glue, GateRef jsFunc, TraceIdInfo traceIdInfo,
Dcall_signature.h429 V(CreateEmptyArray) \
Dcommon_stubs.cpp914 Return(newBuilder.CreateEmptyArray(glue)); in GenerateCircuit()
Dnew_object_stub_builder.cpp1981 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
Dtyped_native_inline_lowering.cpp3289 result = newBuilder.CreateEmptyArray(glue); in LowerArrayFilter()
3384 result = newBuilder.CreateEmptyArray(glue); in LowerArrayMap()
3864 res->WriteVariable(newBuilder.CreateEmptyArray(acc_.GetGlueFromArgList())); in CheckAndCalcuSliceIndex()
Dcall_signature.cpp877 DEF_CALL_SIGNATURE(CreateEmptyArray) in DEF_CALL_SIGNATURE() argument
Dinterpreter_stub.cpp759 …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/
Dpandagen.cpp1350 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()
Dpandagen.h186 void CreateEmptyArray(const ir::AstNode *node);
DJSCompiler.cpp316 pg->CreateEmptyArray(node); in CompileMissingProperties()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h365 V(CreateEmptyArray) \
Druntime_stubs.cpp2362 DEF_RUNTIME_STUBS(CreateEmptyArray) in DEF_RUNTIME_STUBS() argument
2364 RUNTIME_STUBS_HEADER(CreateEmptyArray); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h99 …static JSTaggedValue CreateEmptyArray(JSThread *thread, ObjectFactory *factory, JSHandle<GlobalEnv…
Dslow_runtime_stub.cpp579 JSTaggedValue SlowRuntimeStub::CreateEmptyArray(JSThread *thread, ObjectFactory *factory, JSHandle<… in CreateEmptyArray() function in panda::ecmascript::SlowRuntimeStub
581 INTERPRETER_TRACE(thread, CreateEmptyArray); in CreateEmptyArray()
Dinterpreter-inl.cpp2407 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/
Dpandagen.cpp1585 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()
Dpandagen.h396 void CreateEmptyArray(const ir::AstNode *node);
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp461 result->WriteVariable(newBuilder.CreateEmptyArray(glue)); in Concat()
590 result->WriteVariable(newBuilder.CreateEmptyArray(glue)); in Filter()
753 result->WriteVariable(newBuilder.CreateEmptyArray(glue)); in Map()
1175 result->WriteVariable(newBuilder.CreateEmptyArray(glue)); in Slice()
3112 result->WriteVariable(newBuilder.CreateEmptyArray(glue)); in ToSpliced()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h182 V(CreateEmptyArray) \
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp682 GateRef result = newBuilder.CreateEmptyArray(glue, curFunc, { 0, traceId, false }, in GenerateCircuit()
698 …newBuilder.CreateEmptyArray(glue, curFunc, { 0, traceId, false }, profileTypeInfo, slotId, callbac… in GenerateCircuit()

12