Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stubs.h77 V(CreateArrayWithBuffer) \
Dnew_object_stub_builder.h61 …GateRef CreateArrayWithBuffer(GateRef glue, GateRef index, GateRef jsFunc, ProfileOperation callba…
Dntype_hcr_lowering.cpp178 GateRef array = builder_.CreateArrayWithBuffer(0, index, elementIndexGate); in LowerNTypedCreateArrayWithBuffer()
Dcall_signature.h375 V(CreateArrayWithBuffer) \
Dnew_object_stub_builder.cpp532 GateRef NewObjectStubBuilder::CreateArrayWithBuffer( in CreateArrayWithBuffer() function in panda::ecmascript::kungfu::NewObjectStubBuilder
Dgate_meta_data.h358 V(CreateArrayWithBuffer, CREATE_ARRAY_WITH_BUFFER, GateFlags::CHECKABLE, 1, 1, 2) \
Dcommon_stubs.cpp684 Return(newBuilder.CreateArrayWithBuffer(glue, index, jsFunc, ProfileOperation())); in GenerateCircuit()
Dcircuit_builder.cpp1556 GateRef CircuitBuilder::CreateArrayWithBuffer(size_t arraySize, GateRef constPoolIndex, in CreateArrayWithBuffer() function in panda::ecmascript::kungfu::CircuitBuilder
1563 GateRef newGate = GetCircuit()->NewGate(circuit_->CreateArrayWithBuffer(arraySize), in CreateArrayWithBuffer()
Dcircuit_builder.h624 GateRef CreateArrayWithBuffer(size_t arraySize, GateRef constPoolIndex, GateRef elementIndex);
Dcall_signature.cpp659 DEF_CALL_SIGNATURE(CreateArrayWithBuffer) in DEF_CALL_SIGNATURE() argument
Dinterpreter_stub.cpp3825 GateRef res = newBuilder.CreateArrayWithBuffer(glue, imm, currentFunc, callback); in DECLARE_ASM_HANDLER()
3835 GateRef res = newBuilder.CreateArrayWithBuffer(glue, imm, currentFunc, callback); in DECLARE_ASM_HANDLER()
3845 GateRef res = newBuilder.CreateArrayWithBuffer(glue, imm, currentFunc, callback); in DECLARE_ASM_HANDLER()
Dslowpath_lowering.cpp1466 …GateRef result = builder_.CallStub(glue_, gate, CommonStubCSigns::CreateArrayWithBuffer, { glue_, … in LowerCreateArrayWithBuffer()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h104 …static JSTaggedValue CreateArrayWithBuffer(JSThread *thread, ObjectFactory *factory, JSArray *lite…
Dslow_runtime_stub.cpp709 JSTaggedValue SlowRuntimeStub::CreateArrayWithBuffer(JSThread *thread, ObjectFactory *factory, JSAr… in CreateArrayWithBuffer() function in panda::ecmascript::SlowRuntimeStub
711 INTERPRETER_TRACE(thread, CreateArrayWithBuffer); in CreateArrayWithBuffer()
Dinterpreter-inl.h4475 JSTaggedValue res = SlowRuntimeStub::CreateArrayWithBuffer(thread, factory, result); in RunInternal()
4488 JSTaggedValue res = SlowRuntimeStub::CreateArrayWithBuffer(thread, factory, result); in RunInternal()
4500 JSTaggedValue res = SlowRuntimeStub::CreateArrayWithBuffer(thread, factory, result); in RunInternal()
Dinterpreter_assembly.cpp4764 JSTaggedValue res = SlowRuntimeStub::CreateArrayWithBuffer(thread, factory, result); in HandleDeprecatedCreatearraywithbufferPrefImm16()
7397 JSTaggedValue res = SlowRuntimeStub::CreateArrayWithBuffer(thread, factory, result); in HandleCreatearraywithbufferImm8Id16()
7417 JSTaggedValue res = SlowRuntimeStub::CreateArrayWithBuffer(thread, factory, result); in HandleCreatearraywithbufferImm16Id16()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h415 void CreateArrayWithBuffer(const ir::AstNode *node, uint32_t idx);
Dpandagen.cpp1518 void PandaGen::CreateArrayWithBuffer(const ir::AstNode *node, uint32_t idx) in CreateArrayWithBuffer() function in panda::es2panda::compiler::PandaGen
1548 CreateArrayWithBuffer(node, bufIdx); in CreateArray()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h250 V(CreateArrayWithBuffer) \
Druntime_stubs.cpp1605 DEF_RUNTIME_STUBS(CreateArrayWithBuffer) in DEF_RUNTIME_STUBS() argument
1607 RUNTIME_STUBS_HEADER(CreateArrayWithBuffer); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h180 V(CreateArrayWithBuffer) \