Home
last modified time | relevance | path

Searched refs:CreateObjectWithBuffer (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.h184 void CreateObjectWithBuffer(const ir::AstNode *node, uint32_t idx);
Dpandagen.cpp1279 void PandaGen::CreateObjectWithBuffer(const ir::AstNode *node, uint32_t idx) in CreateObjectWithBuffer() function in panda::es2panda::compiler::PandaGen
DJSCompiler.cpp1041 pg->CreateObjectWithBuffer(expr, bufIdx); in CompileStaticProperties()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h100 …static JSTaggedValue CreateObjectWithBuffer(JSThread *thread, ObjectFactory *factory, JSObject *li…
Dslow_runtime_stub.cpp612 JSTaggedValue SlowRuntimeStub::CreateObjectWithBuffer(JSThread *thread, ObjectFactory *factory, JSO… in CreateObjectWithBuffer() function in panda::ecmascript::SlowRuntimeStub
614 INTERPRETER_TRACE(thread, CreateObjectWithBuffer); in CreateObjectWithBuffer()
Dinterpreter-inl.h4650 JSTaggedValue res = SlowRuntimeStub::CreateObjectWithBuffer(thread, factory, result); in RunInternal()
Dinterpreter_assembly.cpp4778 JSTaggedValue res = SlowRuntimeStub::CreateObjectWithBuffer(thread, factory, result); in HandleDeprecatedCreateobjectwithbufferPrefImm16()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp238 pg->CreateObjectWithBuffer(this, bufIdx); in EmitCreateObjectWithBuffer()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h419 void CreateObjectWithBuffer(const ir::AstNode *node, uint32_t idx);
Dpandagen.cpp1561 void PandaGen::CreateObjectWithBuffer(const ir::AstNode *node, uint32_t idx) in CreateObjectWithBuffer() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h300 V(CreateObjectWithBuffer) \
Druntime_stubs.cpp2155 DEF_RUNTIME_STUBS(CreateObjectWithBuffer) in DEF_RUNTIME_STUBS() argument
2157 RUNTIME_STUBS_HEADER(CreateObjectWithBuffer); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h183 V(CreateObjectWithBuffer) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp4143 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateObjectWithBuffer), { result }); in DECLARE_ASM_HANDLER()