| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | hcr_opcodes.h | 61 V(CreateArrayWithBuffer, CREATE_ARRAY_WITH_BUFFER, GateFlags::CHECKABLE, 1, 1, 2) \
|
| D | common_stub_csigns.h | 90 V(CreateArrayWithBuffer) \
|
| D | new_object_stub_builder.h | 114 …GateRef CreateArrayWithBuffer(GateRef glue, GateRef index, GateRef jsFunc, TraceIdInfo traceIdInfo,
|
| D | ntype_bytecode_lowering.cpp | 228 builder_.CreateArrayWithBuffer(kind, ArrayMetaDataAccessor::Mode::CREATE, cpIdGr, index); in LowerNTypedCreateArrayWithBuffer()
|
| D | call_signature.h | 430 V(CreateArrayWithBuffer) \
|
| D | hcr_circuit_builder.cpp | 529 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()
|
| D | common_stubs.cpp | 924 Return(newBuilder.CreateArrayWithBuffer( in GenerateCircuit()
|
| D | gate_accessor.cpp | 207 auto meta = circuit_->CreateArrayWithBuffer(accessor.ToValue()); in SetArraySize()
|
| D | circuit_builder.h | 392 GateRef CreateArrayWithBuffer(ElementsKind kind, ArrayMetaDataAccessor::Mode mode, GateRef cpId,
|
| D | call_signature.cpp | 895 DEF_CALL_SIGNATURE(CreateArrayWithBuffer) in DEF_CALL_SIGNATURE() argument
|
| D | interpreter_stub.cpp | 4572 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()
|
| D | new_object_stub_builder.cpp | 2028 GateRef NewObjectStubBuilder::CreateArrayWithBuffer(GateRef glue, GateRef index, GateRef jsFunc, in CreateArrayWithBuffer() function in panda::ecmascript::kungfu::NewObjectStubBuilder
|
| D | slowpath_lowering.cpp | 1588 …GateRef result = builder_.CallStub(glue_, gate, CommonStubCSigns::CreateArrayWithBuffer, { glue_, … in LowerCreateArrayWithBuffer()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stub_list.h | 369 V(CreateArrayWithBuffer) \
|
| D | runtime_stubs.cpp | 2399 DEF_RUNTIME_STUBS(CreateArrayWithBuffer) in DEF_RUNTIME_STUBS() argument 2401 RUNTIME_STUBS_HEADER(CreateArrayWithBuffer); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 105 …static JSTaggedValue CreateArrayWithBuffer(JSThread *thread, ObjectFactory *factory, JSArray *lite…
|
| D | slow_runtime_stub.cpp | 692 JSTaggedValue SlowRuntimeStub::CreateArrayWithBuffer(JSThread *thread, ObjectFactory *factory, JSAr… in CreateArrayWithBuffer() function in panda::ecmascript::SlowRuntimeStub 694 INTERPRETER_TRACE(thread, CreateArrayWithBuffer); in CreateArrayWithBuffer()
|
| D | interpreter-inl.cpp | 4612 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()
|
| D | interpreter_assembly.cpp | 4829 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/ |
| D | pandagen.h | 190 void CreateArrayWithBuffer(const ir::AstNode *node, uint32_t idx);
|
| D | pandagen.cpp | 1355 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/ |
| D | pandagen.h | 398 void CreateArrayWithBuffer(const ir::AstNode *node, uint32_t idx);
|
| D | pandagen.cpp | 1590 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/ |
| D | runtime_call_id.h | 191 V(CreateArrayWithBuffer) \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 781 GateRef res = newBuilder.CreateArrayWithBuffer( in GenerateCircuit() 797 GateRef res = newBuilder.CreateArrayWithBuffer( in GenerateCircuit() 3805 GateRef res = newBuilder.CreateArrayWithBuffer( in GenerateCircuit()
|