| /arkcompiler/toolchain/tooling/base/ |
| D | pt_returns.cpp | 33 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 …]
|
| D | pt_events.cpp | 37 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()
|
| D | pt_json.h | 40 static std::unique_ptr<PtJson> CreateArray();
|
| D | pt_types.cpp | 2038 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 …]
|
| D | pt_json.cpp | 26 std::unique_ptr<PtJson> PtJson::CreateArray() in CreateArray() function in panda::ecmascript::tooling::PtJson
|
| /arkcompiler/ets_frontend/ets2panda/test/compiler/ets/ |
| D | functionPointerArray.ets | 20 function CreateArray(a: func_type): func_type[] { 30 let array_too = CreateArray(a)
|
| D | functionPointerArray-expected.txt | 341 "name": "CreateArray", 365 "name": "CreateArray", 1068 "name": "CreateArray",
|
| /arkcompiler/toolchain/tooling/test/ |
| D | pt_types_test.cpp | 314 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 …]
|
| D | pt_params_test.cpp | 107 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()
|
| D | pt_json_test.cpp | 141 auto arr = PtJson::CreateArray(); in HWTEST_F_L0()
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | newExpression.cpp | 65 pg->CreateArray(this, arguments_, argsObj); in Compile()
|
| D | callExpression.cpp | 61 pg->CreateArray(this, arguments_, argsObj); in CreateSpreadArguments()
|
| D | arrayExpression.cpp | 144 pg->CreateArray(this, elements_, arrayObj); in Compile()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | hcr_opcodes.h | 48 V(CreateArray, CREATE_ARRAY, GateFlags::NONE_FLAG, 1, 1, 1) \
|
| D | ntype_bytecode_lowering.cpp | 158 GateRef array = builder_.CreateArray(kind, 0, builder_.Int64(length)); in LowerNTypedCreateEmptyArray()
|
| D | hcr_circuit_builder.cpp | 408 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/ |
| D | codegen_test.cpp | 231 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()
|
| D | vixl_exec_module.h | 138 void *CreateArray(T *array, int size, ArenaAllocator *objectAllocator) in CreateArray() function
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | runtime_interface.h | 148 static coretypes::Array *CreateArray(Class *klass, coretypes::ArraySizeT length) in CreateArray() function
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | vixl_exec_module.h | 129 void *CreateArray(T *array, int size, ArenaAllocator *object_allocator) in CreateArray() function
|
| /arkcompiler/runtime_core/static_core/runtime/tests/interpreter/ |
| D | test_runtime_interface.h | 261 static coretypes::Array *CreateArray(Class *klass, coretypes::ArraySizeT length) in CreateArray() function
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | pandagen.h | 191 …void CreateArray(const ir::AstNode *node, const ArenaVector<ir::Expression *> &elements, VReg obj);
|
| D | JSCompiler.cpp | 566 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/ |
| D | pandagen.h | 425 …void CreateArray(const ir::AstNode *node, const ArenaVector<ir::Expression *> &elements, VReg obj);
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | inst.h | 1668 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>…
|