Home
last modified time | relevance | path

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

12

/arkcompiler/toolchain/tooling/base/
Dpt_returns.cpp33 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
49 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
79 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
107 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
123 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
160 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
184 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
193 array = PtJson::CreateArray(); in ToJson()
203 array = PtJson::CreateArray(); in ToJson()
317 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
[all …]
Dpt_events.cpp37 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
50 std::unique_ptr<PtJson> breakpoints = PtJson::CreateArray(); in ToJson()
94 std::unique_ptr<PtJson> nativePointerArray = PtJson::CreateArray(); in ToJson()
101 std::unique_ptr<PtJson> callFrameArray = PtJson::CreateArray(); in ToJson()
258 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
278 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
383 std::unique_ptr<PtJson> traceEvents = PtJson::CreateArray(); in ToJson()
Dpt_json.h40 static std::unique_ptr<PtJson> CreateArray();
Dpt_types.cpp2038 std::unique_ptr<PtJson> values = PtJson::CreateArray(); in ToJson()
2258 std::unique_ptr<PtJson> childrens = PtJson::CreateArray(); in ToJson()
2321 std::unique_ptr<PtJson> samples = PtJson::CreateArray(); in ToJson()
2518 std::unique_ptr<PtJson> childrens = PtJson::CreateArray(); in ToJson()
2526 std::unique_ptr<PtJson> positionTicks = PtJson::CreateArray(); in ToJson()
2752 std::unique_ptr<PtJson> nodes = PtJson::CreateArray(); in ToJson()
2761 std::unique_ptr<PtJson> samples = PtJson::CreateArray(); in ToJson()
2770 std::unique_ptr<PtJson> timeDeltas = PtJson::CreateArray(); in ToJson()
2884 std::unique_ptr<PtJson> ranges = PtJson::CreateArray(); in ToJson()
2952 std::unique_ptr<PtJson> functions = PtJson::CreateArray(); in ToJson()
[all …]
Dpt_json.cpp26 std::unique_ptr<PtJson> PtJson::CreateArray() in CreateArray() function in panda::ecmascript::tooling::PtJson
/arkcompiler/ets_frontend/ets2panda/test/compiler/ets/
DfunctionPointerArray.ets20 function CreateArray(a: func_type): func_type[] {
30 let array_too = CreateArray(a)
DfunctionPointerArray-expected.txt341 "name": "CreateArray",
365 "name": "CreateArray",
1068 "name": "CreateArray",
/arkcompiler/toolchain/tooling/test/
Dpt_types_test.cpp314 std::unique_ptr<PtJson> includedCategoriesArray = PtJson::CreateArray(); in HWTEST_F_L0()
315 std::unique_ptr<PtJson> excludedCategoriesArray = PtJson::CreateArray(); in HWTEST_F_L0()
316 std::unique_ptr<PtJson> syntheticDelaysArray = PtJson::CreateArray(); in HWTEST_F_L0()
343 std::unique_ptr<PtJson> memoryDumpConfig = PtJson::CreateArray(); in HWTEST_F_L0()
352 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in HWTEST_F_L0()
364 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in HWTEST_F_L0()
376 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in HWTEST_F_L0()
388 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in HWTEST_F_L0()
618 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in HWTEST_F_L0()
633 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in HWTEST_F_L0()
[all …]
Dpt_params_test.cpp107 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in HWTEST_F_L0()
121 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in HWTEST_F_L0()
140 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in HWTEST_F_L0()
Dpt_json_test.cpp141 auto arr = PtJson::CreateArray(); in HWTEST_F_L0()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DnewExpression.cpp65 pg->CreateArray(this, arguments_, argsObj); in Compile()
DcallExpression.cpp61 pg->CreateArray(this, arguments_, argsObj); in CreateSpreadArguments()
DarrayExpression.cpp144 pg->CreateArray(this, elements_, arrayObj); in Compile()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_opcodes.h48 V(CreateArray, CREATE_ARRAY, GateFlags::NONE_FLAG, 1, 1, 1) \
Dntype_bytecode_lowering.cpp158 GateRef array = builder_.CreateArray(kind, 0, builder_.Int64(length)); in LowerNTypedCreateEmptyArray()
Dhcr_circuit_builder.cpp408 GateRef CircuitBuilder::CreateArray(ElementsKind kind, uint32_t arraySize, GateRef elementsLength) in CreateArray() function in panda::ecmascript::kungfu::CircuitBuilder
414 …GateRef newGate = GetCircuit()->NewGate(circuit_->CreateArray(accessor.ToValue()), MachineType::I6… in CreateArray()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dcodegen_test.cpp231 auto param1 = GetExecModule().CreateArray(arrayData, 4U, GetObjectAllocator()); in CheckStoreArray()
302 auto param1 = GetExecModule().CreateArray(arrayData, 4U, GetObjectAllocator()); in CheckLoadArray()
376 auto param1 = GetExecModule().CreateArray(arrayData, 6U, GetObjectAllocator()); in CheckStoreArrayPair()
469 auto param1 = GetExecModule().CreateArray(arrayData, 6U, GetObjectAllocator()); in CheckLoadArrayPair()
754 auto param1 = GetExecModule().CreateArray(array, 4U, GetObjectAllocator()); in TEST_F()
1458 auto param1 = GetExecModule().CreateArray(array, 4U, GetObjectAllocator()); in TEST_F()
1525 auto param1 = GetExecModule().CreateArray(array, 4U, GetObjectAllocator()); in TEST_F()
1755 auto param1 = GetExecModule().CreateArray(arrayData, 4U, GetObjectAllocator()); in TEST_F()
1938 auto param1 = GetExecModule().CreateArray(array, ARRAY_LEN, GetObjectAllocator()); in TEST_F()
2082 auto param = GetExecModule().CreateArray(arrayData, index + 1U, GetObjectAllocator()); in TEST_F()
Dvixl_exec_module.h138 void *CreateArray(T *array, int size, ArenaAllocator *objectAllocator) in CreateArray() function
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Druntime_interface.h148 static coretypes::Array *CreateArray(Class *klass, coretypes::ArraySizeT length) in CreateArray() function
/arkcompiler/runtime_core/compiler/tests/
Dvixl_exec_module.h129 void *CreateArray(T *array, int size, ArenaAllocator *object_allocator) in CreateArray() function
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h261 static coretypes::Array *CreateArray(Class *klass, coretypes::ArraySizeT length) in CreateArray() function
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.h191 …void CreateArray(const ir::AstNode *node, const ArenaVector<ir::Expression *> &elements, VReg obj);
DJSCompiler.cpp566 pg->CreateArray(expr, expr->Elements(), arrayObj); in Compile()
684 pg->CreateArray(expr, expr->Arguments(), argsObj); in CreateSpreadArguments()
924 pg->CreateArray(expr, expr->Arguments(), argsObj); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h425 …void CreateArray(const ir::AstNode *node, const ArenaVector<ir::Expression *> &elements, VReg obj);
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h1668 constexpr auto CreateArray(T value, [[maybe_unused]] std::index_sequence<Is...> unused) in CreateArray() function
1673 …std::array<Register, N> src_regs_ = CreateArray(INVALID_REG, std::make_index_sequence<INPUT_COUNT>…

12