| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.h | 77 GateRef CreateEmptyObject(GateRef glue);
|
| D | new_object_stub_builder.cpp | 1237 GateRef NewObjectStubBuilder::CreateEmptyObject(GateRef glue) in CreateEmptyObject() function in panda::ecmascript::kungfu::NewObjectStubBuilder
|
| D | slowpath_lowering.cpp | 1524 GateRef result = LowerCallRuntime(gate, RTSTUB_ID(CreateEmptyObject), {}, true); in LowerCreateEmptyObject()
|
| D | interpreter_stub.cpp | 543 varAcc = newBuilder.CreateEmptyObject(glue); in DECLARE_ASM_HANDLER()
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | objectExpression.cpp | 233 pg->CreateEmptyObject(this); in EmitCreateObjectWithBuffer() 453 pg->CreateEmptyObject(this); in Compile()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | pandagen.h | 183 void CreateEmptyObject(const ir::AstNode *node);
|
| D | JSCompiler.cpp | 933 pg->CreateEmptyObject(expr); in Compile() 1032 pg->CreateEmptyObject(expr); in CompileStaticProperties()
|
| D | pandagen.cpp | 1274 void PandaGen::CreateEmptyObject(const ir::AstNode *node) in CreateEmptyObject() function in panda::es2panda::compiler::PandaGen
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 99 …static JSTaggedValue CreateEmptyObject(JSThread *thread, ObjectFactory *factory, JSHandle<GlobalEn…
|
| D | slow_runtime_stub.cpp | 603 JSTaggedValue SlowRuntimeStub::CreateEmptyObject(JSThread *thread, ObjectFactory *factory, in CreateEmptyObject() function in panda::ecmascript::SlowRuntimeStub 606 INTERPRETER_TRACE(thread, CreateEmptyObject); in CreateEmptyObject()
|
| D | interpreter-inl.h | 2405 JSTaggedValue res = SlowRuntimeStub::CreateEmptyObject(thread, factory, globalEnv); in RunInternal()
|
| D | interpreter_assembly.cpp | 1992 JSTaggedValue res = SlowRuntimeStub::CreateEmptyObject(thread, factory, globalEnv); in HandleCreateemptyobject()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.h | 418 void CreateEmptyObject(const ir::AstNode *node);
|
| D | pandagen.cpp | 1556 void PandaGen::CreateEmptyObject(const ir::AstNode *node) in CreateEmptyObject() function in panda::es2panda::compiler::PandaGen
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 294 V(CreateEmptyObject) \
|
| D | runtime_stubs.cpp | 2100 DEF_RUNTIME_STUBS(CreateEmptyObject) in DEF_RUNTIME_STUBS() argument 2102 RUNTIME_STUBS_HEADER(CreateEmptyObject); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 182 V(CreateEmptyObject) \
|