| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | literals.cpp | 37 pg->CreateEmptyArray(templateLit); in GetTemplateObject() 40 pg->CreateEmptyArray(templateLit); in GetTemplateObject() 58 pg->CreateEmptyArray(lit); in GetTemplateObject()
|
| D | destructuring.cpp | 47 pg->CreateEmptyArray(restElement); in GenRestElement()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | common_stubs.h | 76 V(CreateEmptyArray) \
|
| D | new_object_stub_builder.h | 60 GateRef CreateEmptyArray(GateRef glue, ProfileOperation callback);
|
| D | call_signature.h | 374 V(CreateEmptyArray) \
|
| D | new_object_stub_builder.cpp | 502 GateRef NewObjectStubBuilder::CreateEmptyArray(GateRef glue, ProfileOperation callback) in CreateEmptyArray() function in panda::ecmascript::kungfu::NewObjectStubBuilder
|
| D | common_stubs.cpp | 675 Return(newBuilder.CreateEmptyArray(glue, ProfileOperation())); in GenerateCircuit()
|
| D | call_signature.cpp | 645 DEF_CALL_SIGNATURE(CreateEmptyArray) in DEF_CALL_SIGNATURE() argument
|
| D | interpreter_stub.cpp | 439 varAcc = newBuilder.CreateEmptyArray(glue, callback); in DECLARE_ASM_HANDLER() 447 varAcc = newBuilder.CreateEmptyArray(glue, callback); in DECLARE_ASM_HANDLER()
|
| D | slowpath_lowering.cpp | 1452 GateRef result = builder_.CallStub(glue_, gate, CommonStubCSigns::CreateEmptyArray, { glue_ }); in LowerCreateEmptyArray()
|
| /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 | 2344 JSTaggedValue res = SlowRuntimeStub::CreateEmptyArray(thread, factory, globalEnv); in RunInternal() 2351 JSTaggedValue res = SlowRuntimeStub::CreateEmptyArray(thread, factory, globalEnv); in RunInternal()
|
| D | interpreter_assembly.cpp | 1944 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/ |
| D | pandagen.cpp | 1513 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()
|
| D | pandagen.h | 413 void CreateEmptyArray(const ir::AstNode *node);
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 246 V(CreateEmptyArray) \
|
| D | runtime_stubs.cpp | 1568 DEF_RUNTIME_STUBS(CreateEmptyArray) in DEF_RUNTIME_STUBS() argument 1570 RUNTIME_STUBS_HEADER(CreateEmptyArray); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 171 V(CreateEmptyArray) \
|