Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp232 pg->CreateEmptyObject(this); in EmitCreateObjectWithBuffer()
430 pg->CreateEmptyObject(this); in Compile()
/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.h2358 JSTaggedValue res = SlowRuntimeStub::CreateEmptyObject(thread, factory, globalEnv); in RunInternal()
Dinterpreter_assembly.cpp1958 JSTaggedValue res = SlowRuntimeStub::CreateEmptyObject(thread, factory, globalEnv); in HandleCreateemptyobject()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h407 void CreateEmptyObject(const ir::AstNode *node);
Dpandagen.cpp1482 void PandaGen::CreateEmptyObject(const ir::AstNode *node) in CreateEmptyObject() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h245 V(CreateEmptyObject) \
Druntime_stubs.cpp1559 DEF_RUNTIME_STUBS(CreateEmptyObject) in DEF_RUNTIME_STUBS() argument
1561 RUNTIME_STUBS_HEADER(CreateEmptyObject); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h172 V(CreateEmptyObject) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp1458 GateRef result = LowerCallRuntime(gate, RTSTUB_ID(CreateEmptyObject), {}, true); in LowerCreateEmptyObject()
Dinterpreter_stub.cpp429 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateEmptyObject), {}); in DECLARE_ASM_HANDLER()