| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | common_stubs.h | 77 V(CreateArrayWithBuffer) \
|
| D | new_object_stub_builder.h | 61 …GateRef CreateArrayWithBuffer(GateRef glue, GateRef index, GateRef jsFunc, ProfileOperation callba…
|
| D | ntype_hcr_lowering.cpp | 178 GateRef array = builder_.CreateArrayWithBuffer(0, index, elementIndexGate); in LowerNTypedCreateArrayWithBuffer()
|
| D | call_signature.h | 375 V(CreateArrayWithBuffer) \
|
| D | new_object_stub_builder.cpp | 532 GateRef NewObjectStubBuilder::CreateArrayWithBuffer( in CreateArrayWithBuffer() function in panda::ecmascript::kungfu::NewObjectStubBuilder
|
| D | gate_meta_data.h | 358 V(CreateArrayWithBuffer, CREATE_ARRAY_WITH_BUFFER, GateFlags::CHECKABLE, 1, 1, 2) \
|
| D | common_stubs.cpp | 684 Return(newBuilder.CreateArrayWithBuffer(glue, index, jsFunc, ProfileOperation())); in GenerateCircuit()
|
| D | circuit_builder.cpp | 1556 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()
|
| D | circuit_builder.h | 624 GateRef CreateArrayWithBuffer(size_t arraySize, GateRef constPoolIndex, GateRef elementIndex);
|
| D | call_signature.cpp | 659 DEF_CALL_SIGNATURE(CreateArrayWithBuffer) in DEF_CALL_SIGNATURE() argument
|
| D | interpreter_stub.cpp | 3825 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()
|
| D | slowpath_lowering.cpp | 1466 …GateRef result = builder_.CallStub(glue_, gate, CommonStubCSigns::CreateArrayWithBuffer, { glue_, … in LowerCreateArrayWithBuffer()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 104 …static JSTaggedValue CreateArrayWithBuffer(JSThread *thread, ObjectFactory *factory, JSArray *lite…
|
| D | slow_runtime_stub.cpp | 709 JSTaggedValue SlowRuntimeStub::CreateArrayWithBuffer(JSThread *thread, ObjectFactory *factory, JSAr… in CreateArrayWithBuffer() function in panda::ecmascript::SlowRuntimeStub 711 INTERPRETER_TRACE(thread, CreateArrayWithBuffer); in CreateArrayWithBuffer()
|
| D | interpreter-inl.h | 4475 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()
|
| D | interpreter_assembly.cpp | 4764 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/ |
| D | pandagen.h | 415 void CreateArrayWithBuffer(const ir::AstNode *node, uint32_t idx);
|
| D | pandagen.cpp | 1518 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/ |
| D | runtime_stubs.h | 250 V(CreateArrayWithBuffer) \
|
| D | runtime_stubs.cpp | 1605 DEF_RUNTIME_STUBS(CreateArrayWithBuffer) in DEF_RUNTIME_STUBS() argument 1607 RUNTIME_STUBS_HEADER(CreateArrayWithBuffer); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 180 V(CreateArrayWithBuffer) \
|