Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp232 pg->CreateEmptyObject(this); in EmitCreateObjectWithBuffer()
455 pg->CreateEmptyObject(this); in Compile()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.h110 GateRef CreateEmptyObject(GateRef glue);
Dnew_object_stub_builder.cpp1974 GateRef NewObjectStubBuilder::CreateEmptyObject(GateRef glue) in CreateEmptyObject() function in panda::ecmascript::kungfu::NewObjectStubBuilder
Dslowpath_lowering.cpp1580 GateRef result = LowerCallRuntime(gate, RTSTUB_ID(CreateEmptyObject), {}, true); in LowerCreateEmptyObject()
Dinterpreter_stub.cpp747 varAcc = newBuilder.CreateEmptyObject(glue); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h365 V(CreateEmptyObject) \
Druntime_stubs.cpp2383 DEF_RUNTIME_STUBS(CreateEmptyObject) in DEF_RUNTIME_STUBS() argument
2385 RUNTIME_STUBS_HEADER(CreateEmptyObject); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h100 …static JSTaggedValue CreateEmptyObject(JSThread *thread, ObjectFactory *factory, JSHandle<GlobalEn…
Dslow_runtime_stub.cpp586 JSTaggedValue SlowRuntimeStub::CreateEmptyObject(JSThread *thread, ObjectFactory *factory, in CreateEmptyObject() function in panda::ecmascript::SlowRuntimeStub
589 INTERPRETER_TRACE(thread, CreateEmptyObject); in CreateEmptyObject()
Dinterpreter-inl.cpp2421 JSTaggedValue res = SlowRuntimeStub::CreateEmptyObject(thread, factory, globalEnv); in RunInternal()
Dinterpreter_assembly.cpp1984 JSTaggedValue res = SlowRuntimeStub::CreateEmptyObject(thread, factory, globalEnv); in HandleCreateemptyobject()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.h180 void CreateEmptyObject(const ir::AstNode *node);
DJSCompiler.cpp791 pg->CreateEmptyObject(expr); in Compile()
890 pg->CreateEmptyObject(expr); in CompileStaticProperties()
Dpandagen.cpp1314 void PandaGen::CreateEmptyObject(const ir::AstNode *node) in CreateEmptyObject() function in ark::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h390 void CreateEmptyObject(const ir::AstNode *node);
Dpandagen.cpp1554 void PandaGen::CreateEmptyObject(const ir::AstNode *node) in CreateEmptyObject() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp2253 GateRef descriptors = newBuilder.CreateEmptyObject(glue_); in GetOwnPropertyDescriptors()
2271 GateRef descriptor = newBuilder.CreateEmptyObject(glue_); in GetOwnPropertyDescriptors()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h183 V(CreateEmptyObject) \
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp669 GateRef result = newBuilder.CreateEmptyObject(glue); in GenerateCircuit()