Searched refs:CreateObjectWithBuffer (Results 1 – 11 of 11) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | slow_runtime_stub.h | 100 …static JSTaggedValue CreateObjectWithBuffer(JSThread *thread, ObjectFactory *factory, JSObject *li…
|
D | slow_runtime_stub.cpp | 612 JSTaggedValue SlowRuntimeStub::CreateObjectWithBuffer(JSThread *thread, ObjectFactory *factory, JSO… in CreateObjectWithBuffer() function in panda::ecmascript::SlowRuntimeStub 614 INTERPRETER_TRACE(thread, CreateObjectWithBuffer); in CreateObjectWithBuffer()
|
D | interpreter-inl.h | 4527 JSTaggedValue res = SlowRuntimeStub::CreateObjectWithBuffer(thread, factory, result); in RunInternal()
|
D | interpreter_assembly.cpp | 4746 JSTaggedValue res = SlowRuntimeStub::CreateObjectWithBuffer(thread, factory, result); in HandleDeprecatedCreateobjectwithbufferPrefImm16()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.h | 408 void CreateObjectWithBuffer(const ir::AstNode *node, uint32_t idx);
|
D | pandagen.cpp | 1487 void PandaGen::CreateObjectWithBuffer(const ir::AstNode *node, uint32_t idx) in CreateObjectWithBuffer() function in panda::es2panda::compiler::PandaGen
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
D | objectExpression.cpp | 237 pg->CreateObjectWithBuffer(this, bufIdx); in EmitCreateObjectWithBuffer()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.h | 251 V(CreateObjectWithBuffer) \
|
D | runtime_stubs.cpp | 1613 DEF_RUNTIME_STUBS(CreateObjectWithBuffer) in DEF_RUNTIME_STUBS() argument 1615 RUNTIME_STUBS_HEADER(CreateObjectWithBuffer); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | runtime_call_id.h | 173 V(CreateObjectWithBuffer) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | interpreter_stub.cpp | 3876 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateObjectWithBuffer), { result }); in DECLARE_ASM_HANDLER()
|