Home
last modified time | relevance | path

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

/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/
Dnew_object_stub_builder.h78 GateRef CreateEmptyArray(GateRef glue);
79 …GateRef CreateEmptyArray(GateRef glue, GateRef jsFunc, GateRef pc, GateRef profileTypeInfo, GateRe…
Dcommon_stubs.h83 V(CreateEmptyArray) \
Dcall_signature.h382 V(CreateEmptyArray) \
Dnew_object_stub_builder.cpp1247 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
Dcommon_stubs.cpp757 Return(newBuilder.CreateEmptyArray(glue)); in GenerateCircuit()
Dcall_signature.cpp762 DEF_CALL_SIGNATURE(CreateEmptyArray) in DEF_CALL_SIGNATURE() argument
Dinterpreter_stub.cpp555 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()
Dslowpath_lowering.cpp1517 GateRef result = builder_.CallStub(glue_, gate, CommonStubCSigns::CreateEmptyArray, { glue_ }); in LowerCreateEmptyArray()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.cpp1309 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()
Dpandagen.h190 void CreateEmptyArray(const ir::AstNode *node);
DJSCompiler.cpp264 pg->CreateEmptyArray(node); in CompileMissingProperties()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h98 …static JSTaggedValue CreateEmptyArray(JSThread *thread, ObjectFactory *factory, JSHandle<GlobalEnv…
Dslow_runtime_stub.cpp596 JSTaggedValue SlowRuntimeStub::CreateEmptyArray(JSThread *thread, ObjectFactory *factory, JSHandle<… in CreateEmptyArray() function in panda::ecmascript::SlowRuntimeStub
598 INTERPRETER_TRACE(thread, CreateEmptyArray); in CreateEmptyArray()
Dinterpreter-inl.h2391 JSTaggedValue res = SlowRuntimeStub::CreateEmptyArray(thread, factory, globalEnv); in RunInternal()
2398 JSTaggedValue res = SlowRuntimeStub::CreateEmptyArray(thread, factory, globalEnv); in RunInternal()
Dinterpreter_assembly.cpp1978 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/
Dpandagen.cpp1587 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()
Dpandagen.h424 void CreateEmptyArray(const ir::AstNode *node);
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp71 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/
Druntime_stubs.h295 V(CreateEmptyArray) \
Druntime_stubs.cpp2109 DEF_RUNTIME_STUBS(CreateEmptyArray) in DEF_RUNTIME_STUBS() argument
2111 RUNTIME_STUBS_HEADER(CreateEmptyArray); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h181 V(CreateEmptyArray) \