Home
last modified time | relevance | path

Searched refs:CreateArrayWithBuffer (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h102 …static JSTaggedValue CreateArrayWithBuffer(JSThread *thread, ObjectFactory *factory, JSArray *lite…
Dslow_runtime_stub.cpp696 JSTaggedValue SlowRuntimeStub::CreateArrayWithBuffer(JSThread *thread, ObjectFactory *factory, JSAr… in CreateArrayWithBuffer() function in panda::ecmascript::SlowRuntimeStub
698 INTERPRETER_TRACE(thread, CreateArrayWithBuffer); in CreateArrayWithBuffer()
Dinterpreter-inl.h4325 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()
Dinterpreter_assembly.cpp4664 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/
Dpandagen.h395 void CreateArrayWithBuffer(const ir::AstNode *node, uint32_t idx);
Dpandagen.cpp1509 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/
Druntime_stubs.h234 V(CreateArrayWithBuffer) \
Druntime_stubs.cpp1532 DEF_RUNTIME_STUBS(CreateArrayWithBuffer) in DEF_RUNTIME_STUBS() argument
1534 RUNTIME_STUBS_HEADER(CreateArrayWithBuffer); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h179 V(CreateArrayWithBuffer) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp3782 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()