Searched refs:CreateArrayWithBuffer (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 102 …static JSTaggedValue CreateArrayWithBuffer(JSThread *thread, ObjectFactory *factory, JSArray *lite…
|
| D | slow_runtime_stub.cpp | 696 JSTaggedValue SlowRuntimeStub::CreateArrayWithBuffer(JSThread *thread, ObjectFactory *factory, JSAr… in CreateArrayWithBuffer() function in panda::ecmascript::SlowRuntimeStub 698 INTERPRETER_TRACE(thread, CreateArrayWithBuffer); in CreateArrayWithBuffer()
|
| D | interpreter-inl.h | 4325 JSTaggedValue res = SlowRuntimeStub::CreateArrayWithBuffer(thread, factory, result); in RunInternal() 4338 JSTaggedValue res = SlowRuntimeStub::CreateArrayWithBuffer(thread, factory, result); in RunInternal() 4350 JSTaggedValue res = SlowRuntimeStub::CreateArrayWithBuffer(thread, factory, result); in RunInternal()
|
| D | interpreter_assembly.cpp | 4664 JSTaggedValue res = SlowRuntimeStub::CreateArrayWithBuffer(thread, factory, result); in HandleDeprecatedCreatearraywithbufferPrefImm16() 7297 JSTaggedValue res = SlowRuntimeStub::CreateArrayWithBuffer(thread, factory, result); in HandleCreatearraywithbufferImm8Id16() 7317 JSTaggedValue res = SlowRuntimeStub::CreateArrayWithBuffer(thread, factory, result); in HandleCreatearraywithbufferImm16Id16()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.h | 395 void CreateArrayWithBuffer(const ir::AstNode *node, uint32_t idx);
|
| D | pandagen.cpp | 1509 void PandaGen::CreateArrayWithBuffer(const ir::AstNode *node, uint32_t idx) in CreateArrayWithBuffer() function in panda::es2panda::compiler::PandaGen 1539 CreateArrayWithBuffer(node, bufIdx); in CreateArray()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 234 V(CreateArrayWithBuffer) \
|
| D | runtime_stubs.cpp | 1532 DEF_RUNTIME_STUBS(CreateArrayWithBuffer) in DEF_RUNTIME_STUBS() argument 1534 RUNTIME_STUBS_HEADER(CreateArrayWithBuffer); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 179 V(CreateArrayWithBuffer) \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 3782 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateArrayWithBuffer), { result }); in DECLARE_ASM_HANDLER() 3792 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateArrayWithBuffer), { result }); in DECLARE_ASM_HANDLER() 3802 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateArrayWithBuffer), { result }); in DECLARE_ASM_HANDLER()
|