Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_opcodes.h61 V(CreateArrayWithBuffer, CREATE_ARRAY_WITH_BUFFER, GateFlags::CHECKABLE, 1, 1, 2) \
Dcommon_stub_csigns.h90 V(CreateArrayWithBuffer) \
Dnew_object_stub_builder.h114 …GateRef CreateArrayWithBuffer(GateRef glue, GateRef index, GateRef jsFunc, TraceIdInfo traceIdInfo,
Dntype_bytecode_lowering.cpp228 builder_.CreateArrayWithBuffer(kind, ArrayMetaDataAccessor::Mode::CREATE, cpIdGr, index); in LowerNTypedCreateArrayWithBuffer()
Dcall_signature.h430 V(CreateArrayWithBuffer) \
Dhcr_circuit_builder.cpp529 GateRef CircuitBuilder::CreateArrayWithBuffer(ElementsKind kind, ArrayMetaDataAccessor::Mode mode, … in CreateArrayWithBuffer() function in panda::ecmascript::kungfu::CircuitBuilder
537 GateRef newGate = GetCircuit()->NewGate(circuit_->CreateArrayWithBuffer(accessor.ToValue()), in CreateArrayWithBuffer()
Dcommon_stubs.cpp924 Return(newBuilder.CreateArrayWithBuffer( in GenerateCircuit()
Dcircuit_builder.h393 GateRef CreateArrayWithBuffer(ElementsKind kind, ArrayMetaDataAccessor::Mode mode, GateRef cpId,
Dgate_accessor.cpp207 auto meta = circuit_->CreateArrayWithBuffer(accessor.ToValue()); in SetArraySize()
Dcall_signature.cpp895 DEF_CALL_SIGNATURE(CreateArrayWithBuffer) in DEF_CALL_SIGNATURE() argument
Dinterpreter_stub.cpp4572 GateRef res = newBuilder.CreateArrayWithBuffer( in DECLARE_ASM_HANDLER()
4584 GateRef res = newBuilder.CreateArrayWithBuffer( in DECLARE_ASM_HANDLER()
4596 GateRef res = newBuilder.CreateArrayWithBuffer( in DECLARE_ASM_HANDLER()
Dnew_object_stub_builder.cpp2028 GateRef NewObjectStubBuilder::CreateArrayWithBuffer(GateRef glue, GateRef index, GateRef jsFunc, in CreateArrayWithBuffer() function in panda::ecmascript::kungfu::NewObjectStubBuilder
Dslowpath_lowering.cpp1588 …GateRef result = builder_.CallStub(glue_, gate, CommonStubCSigns::CreateArrayWithBuffer, { glue_, … in LowerCreateArrayWithBuffer()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h370 V(CreateArrayWithBuffer) \
Druntime_stubs.cpp2429 DEF_RUNTIME_STUBS(CreateArrayWithBuffer) in DEF_RUNTIME_STUBS() argument
2431 RUNTIME_STUBS_HEADER(CreateArrayWithBuffer); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h105 …static JSTaggedValue CreateArrayWithBuffer(JSThread *thread, ObjectFactory *factory, JSArray *lite…
Dslow_runtime_stub.cpp692 JSTaggedValue SlowRuntimeStub::CreateArrayWithBuffer(JSThread *thread, ObjectFactory *factory, JSAr… in CreateArrayWithBuffer() function in panda::ecmascript::SlowRuntimeStub
694 INTERPRETER_TRACE(thread, CreateArrayWithBuffer); in CreateArrayWithBuffer()
Dinterpreter-inl.cpp4612 JSTaggedValue res = SlowRuntimeStub::CreateArrayWithBuffer(thread, factory, result); in RunInternal()
4625 JSTaggedValue res = SlowRuntimeStub::CreateArrayWithBuffer(thread, factory, result); in RunInternal()
4637 JSTaggedValue res = SlowRuntimeStub::CreateArrayWithBuffer(thread, factory, result); in RunInternal()
Dinterpreter_assembly.cpp4829 JSTaggedValue res = SlowRuntimeStub::CreateArrayWithBuffer(thread, factory, result); in HandleDeprecatedCreatearraywithbufferPrefImm16()
7704 JSTaggedValue res = SlowRuntimeStub::CreateArrayWithBuffer(thread, factory, result); in HandleCreatearraywithbufferImm8Id16()
7724 JSTaggedValue res = SlowRuntimeStub::CreateArrayWithBuffer(thread, factory, result); in HandleCreatearraywithbufferImm16Id16()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.h190 void CreateArrayWithBuffer(const ir::AstNode *node, uint32_t idx);
Dpandagen.cpp1355 void PandaGen::CreateArrayWithBuffer(const ir::AstNode *node, uint32_t idx) in CreateArrayWithBuffer() function in ark::es2panda::compiler::PandaGen
1382 CreateArrayWithBuffer(node, bufIdx); in HandleArrayLiterals()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h398 void CreateArrayWithBuffer(const ir::AstNode *node, uint32_t idx);
Dpandagen.cpp1590 void PandaGen::CreateArrayWithBuffer(const ir::AstNode *node, uint32_t idx) in CreateArrayWithBuffer() function in panda::es2panda::compiler::PandaGen
1620 CreateArrayWithBuffer(node, bufIdx); in CreateArray()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h191 V(CreateArrayWithBuffer) \
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp781 GateRef res = newBuilder.CreateArrayWithBuffer( in GenerateCircuit()
797 GateRef res = newBuilder.CreateArrayWithBuffer( in GenerateCircuit()
3805 GateRef res = newBuilder.CreateArrayWithBuffer( in GenerateCircuit()