Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h371 V(CreateObjectWithBuffer) \
Druntime_stubs.cpp2438 DEF_RUNTIME_STUBS(CreateObjectWithBuffer) in DEF_RUNTIME_STUBS() argument
2440 RUNTIME_STUBS_HEADER(CreateObjectWithBuffer); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h101 …static JSTaggedValue CreateObjectWithBuffer(JSThread *thread, ObjectFactory *factory, JSObject *li…
Dslow_runtime_stub.cpp595 JSTaggedValue SlowRuntimeStub::CreateObjectWithBuffer(JSThread *thread, ObjectFactory *factory, JSO… in CreateObjectWithBuffer() function in panda::ecmascript::SlowRuntimeStub
597 INTERPRETER_TRACE(thread, CreateObjectWithBuffer); in CreateObjectWithBuffer()
Dinterpreter-inl.cpp4678 JSTaggedValue res = SlowRuntimeStub::CreateObjectWithBuffer(thread, factory, result); in RunInternal()
Dinterpreter_assembly.cpp4810 JSTaggedValue res = SlowRuntimeStub::CreateObjectWithBuffer(thread, factory, result); in HandleDeprecatedCreateobjectwithbufferPrefImm16()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.h181 void CreateObjectWithBuffer(const ir::AstNode *node, uint32_t idx);
Dpandagen.cpp1319 void PandaGen::CreateObjectWithBuffer(const ir::AstNode *node, uint32_t idx) in CreateObjectWithBuffer() function in ark::es2panda::compiler::PandaGen
DJSCompiler.cpp899 pg->CreateObjectWithBuffer(expr, bufIdx); in CompileStaticProperties()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp237 pg->CreateObjectWithBuffer(this, static_cast<uint32_t>(bufIdx)); in EmitCreateObjectWithBuffer()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h391 void CreateObjectWithBuffer(const ir::AstNode *node, uint32_t idx);
Dpandagen.cpp1559 void PandaGen::CreateObjectWithBuffer(const ir::AstNode *node, uint32_t idx) in CreateObjectWithBuffer() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h184 V(CreateObjectWithBuffer) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp4633 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateObjectWithBuffer), { result }); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp3855 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateObjectWithBuffer), { result }); in GenerateCircuit()