| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | objectExpression.cpp | 232 pg->CreateEmptyObject(this); in EmitCreateObjectWithBuffer() 455 pg->CreateEmptyObject(this); in Compile()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.h | 110 GateRef CreateEmptyObject(GateRef glue);
|
| D | new_object_stub_builder.cpp | 1974 GateRef NewObjectStubBuilder::CreateEmptyObject(GateRef glue) in CreateEmptyObject() function in panda::ecmascript::kungfu::NewObjectStubBuilder
|
| D | slowpath_lowering.cpp | 1580 GateRef result = LowerCallRuntime(gate, RTSTUB_ID(CreateEmptyObject), {}, true); in LowerCreateEmptyObject()
|
| D | interpreter_stub.cpp | 747 varAcc = newBuilder.CreateEmptyObject(glue); in DECLARE_ASM_HANDLER()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stub_list.h | 365 V(CreateEmptyObject) \
|
| D | runtime_stubs.cpp | 2383 DEF_RUNTIME_STUBS(CreateEmptyObject) in DEF_RUNTIME_STUBS() argument 2385 RUNTIME_STUBS_HEADER(CreateEmptyObject); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 100 …static JSTaggedValue CreateEmptyObject(JSThread *thread, ObjectFactory *factory, JSHandle<GlobalEn…
|
| D | slow_runtime_stub.cpp | 586 JSTaggedValue SlowRuntimeStub::CreateEmptyObject(JSThread *thread, ObjectFactory *factory, in CreateEmptyObject() function in panda::ecmascript::SlowRuntimeStub 589 INTERPRETER_TRACE(thread, CreateEmptyObject); in CreateEmptyObject()
|
| D | interpreter-inl.cpp | 2421 JSTaggedValue res = SlowRuntimeStub::CreateEmptyObject(thread, factory, globalEnv); in RunInternal()
|
| D | interpreter_assembly.cpp | 1984 JSTaggedValue res = SlowRuntimeStub::CreateEmptyObject(thread, factory, globalEnv); in HandleCreateemptyobject()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | pandagen.h | 180 void CreateEmptyObject(const ir::AstNode *node);
|
| D | JSCompiler.cpp | 791 pg->CreateEmptyObject(expr); in Compile() 890 pg->CreateEmptyObject(expr); in CompileStaticProperties()
|
| D | pandagen.cpp | 1314 void PandaGen::CreateEmptyObject(const ir::AstNode *node) in CreateEmptyObject() function in ark::es2panda::compiler::PandaGen
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.h | 390 void CreateEmptyObject(const ir::AstNode *node);
|
| D | pandagen.cpp | 1554 void PandaGen::CreateEmptyObject(const ir::AstNode *node) in CreateEmptyObject() function in panda::es2panda::compiler::PandaGen
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_object_stub_builder.cpp | 2253 GateRef descriptors = newBuilder.CreateEmptyObject(glue_); in GetOwnPropertyDescriptors() 2271 GateRef descriptor = newBuilder.CreateEmptyObject(glue_); in GetOwnPropertyDescriptors()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 183 V(CreateEmptyObject) \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 669 GateRef result = newBuilder.CreateEmptyObject(glue); in GenerateCircuit()
|