Home
last modified time | relevance | path

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

/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()
287 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()
82 std::unique_ptr<PtJson> nativePointerArray = PtJson::CreateArray(); in ToJson()
89 std::unique_ptr<PtJson> callFrameArray = PtJson::CreateArray(); in ToJson()
246 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
266 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
336 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
Dpt_json.h39 static std::unique_ptr<PtJson> CreateArray();
Dpt_types.cpp1972 std::unique_ptr<PtJson> values = PtJson::CreateArray(); in ToJson()
2192 std::unique_ptr<PtJson> childrens = PtJson::CreateArray(); in ToJson()
2255 std::unique_ptr<PtJson> samples = PtJson::CreateArray(); in ToJson()
2452 std::unique_ptr<PtJson> childrens = PtJson::CreateArray(); in ToJson()
2460 std::unique_ptr<PtJson> positionTicks = PtJson::CreateArray(); in ToJson()
2686 std::unique_ptr<PtJson> nodes = PtJson::CreateArray(); in ToJson()
2695 std::unique_ptr<PtJson> samples = PtJson::CreateArray(); in ToJson()
2704 std::unique_ptr<PtJson> timeDeltas = PtJson::CreateArray(); in ToJson()
2818 std::unique_ptr<PtJson> ranges = PtJson::CreateArray(); in ToJson()
2886 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/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.cpp60 pg->CreateArray(this, arguments_, argsObj); in CreateSpreadArguments()
DarrayExpression.cpp144 pg->CreateArray(this, elements_, arrayObj); in Compile()
/arkcompiler/runtime_core/compiler/tests/
Dvixl_exec_module.h129 void *CreateArray(T *array, int size, ArenaAllocator *object_allocator) in CreateArray() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_hcr_lowering.cpp141 GateRef array = builder_.CreateArray(0); in LowerNTypedCreateEmptyArray()
Dgate_meta_data.h357 V(CreateArray, CREATE_ARRAY, GateFlags::NONE_FLAG, 1, 1, 0) \
Dcircuit_builder.cpp1544 GateRef CircuitBuilder::CreateArray(size_t arraySize) in CreateArray() function in panda::ecmascript::kungfu::CircuitBuilder
1549 GateRef newGate = GetCircuit()->NewGate(circuit_->CreateArray(arraySize), MachineType::I64, in CreateArray()
Dcircuit_builder.h623 GateRef CreateArray(size_t arraySize);
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h414 …void CreateArray(const ir::AstNode *node, const ArenaVector<ir::Expression *> &elements, VReg obj);
Dpandagen.cpp1526 void PandaGen::CreateArray(const ir::AstNode *node, const ArenaVector<ir::Expression *> &elements, … in CreateArray() function in panda::es2panda::compiler::PandaGen
/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>…