Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/base/
Dliterals.cpp37 pg->CreateEmptyArray(templateLit); in GetTemplateObject()
40 pg->CreateEmptyArray(templateLit); in GetTemplateObject()
58 pg->CreateEmptyArray(lit); in GetTemplateObject()
Ddestructuring.cpp47 pg->CreateEmptyArray(restElement); in GenRestElement()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stubs.h76 V(CreateEmptyArray) \
Dnew_object_stub_builder.h60 GateRef CreateEmptyArray(GateRef glue, ProfileOperation callback);
Dcall_signature.h374 V(CreateEmptyArray) \
Dnew_object_stub_builder.cpp502 GateRef NewObjectStubBuilder::CreateEmptyArray(GateRef glue, ProfileOperation callback) in CreateEmptyArray() function in panda::ecmascript::kungfu::NewObjectStubBuilder
Dcommon_stubs.cpp675 Return(newBuilder.CreateEmptyArray(glue, ProfileOperation())); in GenerateCircuit()
Dcall_signature.cpp645 DEF_CALL_SIGNATURE(CreateEmptyArray) in DEF_CALL_SIGNATURE() argument
Dinterpreter_stub.cpp439 varAcc = newBuilder.CreateEmptyArray(glue, callback); in DECLARE_ASM_HANDLER()
447 varAcc = newBuilder.CreateEmptyArray(glue, callback); in DECLARE_ASM_HANDLER()
Dslowpath_lowering.cpp1452 GateRef result = builder_.CallStub(glue_, gate, CommonStubCSigns::CreateEmptyArray, { glue_ }); in LowerCreateEmptyArray()
/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.h2344 JSTaggedValue res = SlowRuntimeStub::CreateEmptyArray(thread, factory, globalEnv); in RunInternal()
2351 JSTaggedValue res = SlowRuntimeStub::CreateEmptyArray(thread, factory, globalEnv); in RunInternal()
Dinterpreter_assembly.cpp1944 JSTaggedValue res = SlowRuntimeStub::CreateEmptyArray(thread, factory, globalEnv); in HandleCreateemptyarrayImm8()
2957 JSTaggedValue res = SlowRuntimeStub::CreateEmptyArray(thread, factory, globalEnv); in HandleCreateemptyarrayImm16()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1513 void PandaGen::CreateEmptyArray(const ir::AstNode *node) in CreateEmptyArray() function in panda::es2panda::compiler::PandaGen
1529 CreateEmptyArray(node); in CreateArray()
1545 CreateEmptyArray(node); in CreateArray()
Dpandagen.h413 void CreateEmptyArray(const ir::AstNode *node);
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h246 V(CreateEmptyArray) \
Druntime_stubs.cpp1568 DEF_RUNTIME_STUBS(CreateEmptyArray) in DEF_RUNTIME_STUBS() argument
1570 RUNTIME_STUBS_HEADER(CreateEmptyArray); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h171 V(CreateEmptyArray) \