Searched refs:CreateObjectWithBuffer (Results 1 – 15 of 15) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stub_list.h | 371 V(CreateObjectWithBuffer) \
|
| D | runtime_stubs.cpp | 2438 DEF_RUNTIME_STUBS(CreateObjectWithBuffer) in DEF_RUNTIME_STUBS() argument 2440 RUNTIME_STUBS_HEADER(CreateObjectWithBuffer); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 101 …static JSTaggedValue CreateObjectWithBuffer(JSThread *thread, ObjectFactory *factory, JSObject *li…
|
| D | slow_runtime_stub.cpp | 595 JSTaggedValue SlowRuntimeStub::CreateObjectWithBuffer(JSThread *thread, ObjectFactory *factory, JSO… in CreateObjectWithBuffer() function in panda::ecmascript::SlowRuntimeStub 597 INTERPRETER_TRACE(thread, CreateObjectWithBuffer); in CreateObjectWithBuffer()
|
| D | interpreter-inl.cpp | 4678 JSTaggedValue res = SlowRuntimeStub::CreateObjectWithBuffer(thread, factory, result); in RunInternal()
|
| D | interpreter_assembly.cpp | 4810 JSTaggedValue res = SlowRuntimeStub::CreateObjectWithBuffer(thread, factory, result); in HandleDeprecatedCreateobjectwithbufferPrefImm16()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | pandagen.h | 181 void CreateObjectWithBuffer(const ir::AstNode *node, uint32_t idx);
|
| D | pandagen.cpp | 1319 void PandaGen::CreateObjectWithBuffer(const ir::AstNode *node, uint32_t idx) in CreateObjectWithBuffer() function in ark::es2panda::compiler::PandaGen
|
| D | JSCompiler.cpp | 899 pg->CreateObjectWithBuffer(expr, bufIdx); in CompileStaticProperties()
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | objectExpression.cpp | 237 pg->CreateObjectWithBuffer(this, static_cast<uint32_t>(bufIdx)); in EmitCreateObjectWithBuffer()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.h | 391 void CreateObjectWithBuffer(const ir::AstNode *node, uint32_t idx);
|
| D | pandagen.cpp | 1559 void PandaGen::CreateObjectWithBuffer(const ir::AstNode *node, uint32_t idx) in CreateObjectWithBuffer() function in panda::es2panda::compiler::PandaGen
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 184 V(CreateObjectWithBuffer) \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 4633 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateObjectWithBuffer), { result }); in DECLARE_ASM_HANDLER()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 3855 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateObjectWithBuffer), { result }); in GenerateCircuit()
|