Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.h77 GateRef CreateEmptyObject(GateRef glue);
Dnew_object_stub_builder.cpp1237 GateRef NewObjectStubBuilder::CreateEmptyObject(GateRef glue) in CreateEmptyObject() function in panda::ecmascript::kungfu::NewObjectStubBuilder
Dslowpath_lowering.cpp1524 GateRef result = LowerCallRuntime(gate, RTSTUB_ID(CreateEmptyObject), {}, true); in LowerCreateEmptyObject()
Dinterpreter_stub.cpp543 varAcc = newBuilder.CreateEmptyObject(glue); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp233 pg->CreateEmptyObject(this); in EmitCreateObjectWithBuffer()
453 pg->CreateEmptyObject(this); in Compile()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.h183 void CreateEmptyObject(const ir::AstNode *node);
DJSCompiler.cpp933 pg->CreateEmptyObject(expr); in Compile()
1032 pg->CreateEmptyObject(expr); in CompileStaticProperties()
Dpandagen.cpp1274 void PandaGen::CreateEmptyObject(const ir::AstNode *node) in CreateEmptyObject() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h99 …static JSTaggedValue CreateEmptyObject(JSThread *thread, ObjectFactory *factory, JSHandle<GlobalEn…
Dslow_runtime_stub.cpp603 JSTaggedValue SlowRuntimeStub::CreateEmptyObject(JSThread *thread, ObjectFactory *factory, in CreateEmptyObject() function in panda::ecmascript::SlowRuntimeStub
606 INTERPRETER_TRACE(thread, CreateEmptyObject); in CreateEmptyObject()
Dinterpreter-inl.h2405 JSTaggedValue res = SlowRuntimeStub::CreateEmptyObject(thread, factory, globalEnv); in RunInternal()
Dinterpreter_assembly.cpp1992 JSTaggedValue res = SlowRuntimeStub::CreateEmptyObject(thread, factory, globalEnv); in HandleCreateemptyobject()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h418 void CreateEmptyObject(const ir::AstNode *node);
Dpandagen.cpp1556 void PandaGen::CreateEmptyObject(const ir::AstNode *node) in CreateEmptyObject() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h294 V(CreateEmptyObject) \
Druntime_stubs.cpp2100 DEF_RUNTIME_STUBS(CreateEmptyObject) in DEF_RUNTIME_STUBS() argument
2102 RUNTIME_STUBS_HEADER(CreateEmptyObject); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h182 V(CreateEmptyObject) \