Home
last modified time | relevance | path

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

/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.h4527 JSTaggedValue res = SlowRuntimeStub::CreateObjectWithBuffer(thread, factory, result); in RunInternal()
Dinterpreter_assembly.cpp4746 JSTaggedValue res = SlowRuntimeStub::CreateObjectWithBuffer(thread, factory, result); in HandleDeprecatedCreateobjectwithbufferPrefImm16()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h408 void CreateObjectWithBuffer(const ir::AstNode *node, uint32_t idx);
Dpandagen.cpp1487 void PandaGen::CreateObjectWithBuffer(const ir::AstNode *node, uint32_t idx) in CreateObjectWithBuffer() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp237 pg->CreateObjectWithBuffer(this, bufIdx); in EmitCreateObjectWithBuffer()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h251 V(CreateObjectWithBuffer) \
Druntime_stubs.cpp1613 DEF_RUNTIME_STUBS(CreateObjectWithBuffer) in DEF_RUNTIME_STUBS() argument
1615 RUNTIME_STUBS_HEADER(CreateObjectWithBuffer); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h173 V(CreateObjectWithBuffer) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp3876 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateObjectWithBuffer), { result }); in DECLARE_ASM_HANDLER()