Home
last modified time | relevance | path

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

12

/arkcompiler/toolchain/tooling/base/
Dpt_returns.cpp24 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
37 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
52 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
68 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
98 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
126 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
142 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
179 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
203 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
212 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.cpp2085 std::unique_ptr<PtJson> values = PtJson::CreateArray(); in ToJson()
2305 std::unique_ptr<PtJson> childrens = PtJson::CreateArray(); in ToJson()
2368 std::unique_ptr<PtJson> samples = PtJson::CreateArray(); in ToJson()
2565 std::unique_ptr<PtJson> childrens = PtJson::CreateArray(); in ToJson()
2573 std::unique_ptr<PtJson> positionTicks = PtJson::CreateArray(); in ToJson()
2799 std::unique_ptr<PtJson> nodes = PtJson::CreateArray(); in ToJson()
2808 std::unique_ptr<PtJson> samples = PtJson::CreateArray(); in ToJson()
2817 std::unique_ptr<PtJson> timeDeltas = PtJson::CreateArray(); in ToJson()
2931 std::unique_ptr<PtJson> ranges = PtJson::CreateArray(); in ToJson()
2999 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.sts20 function CreateArray(a: func_type): func_type[] {
30 let array_too = CreateArray(a)
DfunctionPointerArray-expected.txt285 "name": "CreateArray",
309 "name": "CreateArray",
984 "name": "CreateArray",
/arkcompiler/toolchain/tooling/test/
Dpt_types_test.cpp337 std::unique_ptr<PtJson> includedCategoriesArray = PtJson::CreateArray(); in HWTEST_F_L0()
339 std::unique_ptr<PtJson> excludedCategoriesArray = PtJson::CreateArray(); in HWTEST_F_L0()
342 std::unique_ptr<PtJson> syntheticDelaysArray = PtJson::CreateArray(); in HWTEST_F_L0()
368 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in HWTEST_F_L0()
380 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in HWTEST_F_L0()
392 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in HWTEST_F_L0()
404 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in HWTEST_F_L0()
634 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in HWTEST_F_L0()
649 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in HWTEST_F_L0()
779 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.cpp63 pg->CreateArray(this, arguments_, argsObj); in CreateSpreadArguments()
DarrayExpression.cpp144 pg->CreateArray(this, elements_, arrayObj); in Compile()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_opcodes.h60 V(CreateArray, CREATE_ARRAY, GateFlags::NONE_FLAG, 1, 1, 1) \
Dntype_bytecode_lowering.cpp206 GateRef array = builder_.CreateArray(kind, 0, builder_.Int64(length)); in LowerNTypedCreateEmptyArray()
Dhcr_circuit_builder.cpp515 GateRef CircuitBuilder::CreateArray(ElementsKind kind, uint32_t arraySize, GateRef elementsLength) in CreateArray() function in panda::ecmascript::kungfu::CircuitBuilder
521 …GateRef newGate = GetCircuit()->NewGate(circuit_->CreateArray(accessor.ToValue()), MachineType::I6… in CreateArray()
/arkcompiler/runtime_core/static_core/compiler/tests/codegen/
Dcodegen_test_1.cpp167 auto param1 = GetExecModule().CreateArray(arrayData, 4U, GetObjectAllocator()); in CheckStoreArray()
242 auto param1 = GetExecModule().CreateArray(arrayData, 4U, GetObjectAllocator()); in CheckLoadArray()
321 auto param1 = GetExecModule().CreateArray(arrayData, 6U, GetObjectAllocator()); in CheckStoreArrayPair()
419 auto param1 = GetExecModule().CreateArray(arrayData, 6U, GetObjectAllocator()); in CheckLoadArrayPair()
654 auto param1 = GetExecModule().CreateArray(array, 4U, GetObjectAllocator()); in TEST_F()
1423 auto param1 = GetExecModule().CreateArray(array, 4U, GetObjectAllocator()); in TEST_F()
1490 auto param1 = GetExecModule().CreateArray(array, 4U, GetObjectAllocator()); in TEST_F()
1734 auto param1 = GetExecModule().CreateArray(arrayData, 4U, GetObjectAllocator()); in TEST_F()
Dcodegen_test_2.cpp114 auto param = GetExecModule().CreateArray(arrayData, index + 1U, GetObjectAllocator()); in TEST_F()
635 auto param1 = GetExecModule().CreateArray(array, ARRAY_LEN, GetObjectAllocator()); in TEST_F()
/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/compiler/tests/
Dvixl_exec_module.h138 void *CreateArray(T *array, int size, ArenaAllocator *objectAllocator) 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.h189 …void CreateArray(const ir::AstNode *node, const ArenaVector<ir::Expression *> &elements, VReg obj);
DJSCompiler.cpp430 pg->CreateArray(expr, expr->Elements(), arrayObj); in Compile()
548 pg->CreateArray(expr, expr->Arguments(), argsObj); in CreateSpreadArguments()
782 pg->CreateArray(expr, expr->Arguments(), argsObj); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h397 …void CreateArray(const ir::AstNode *node, const ArenaVector<ir::Expression *> &elements, VReg obj);

12