| /arkcompiler/toolchain/tooling/base/ |
| D | pt_returns.cpp | 24 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 …]
|
| 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 | 2085 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 …]
|
| 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.sts | 20 function CreateArray(a: func_type): func_type[] { 30 let array_too = CreateArray(a)
|
| D | functionPointerArray-expected.txt | 285 "name": "CreateArray", 309 "name": "CreateArray", 984 "name": "CreateArray",
|
| /arkcompiler/toolchain/tooling/test/ |
| D | pt_types_test.cpp | 337 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 …]
|
| 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 | 63 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 | 60 V(CreateArray, CREATE_ARRAY, GateFlags::NONE_FLAG, 1, 1, 1) \
|
| D | ntype_bytecode_lowering.cpp | 206 GateRef array = builder_.CreateArray(kind, 0, builder_.Int64(length)); in LowerNTypedCreateEmptyArray()
|
| D | hcr_circuit_builder.cpp | 515 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/ |
| D | codegen_test_1.cpp | 167 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()
|
| D | codegen_test_2.cpp | 114 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/ |
| 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/compiler/tests/ |
| D | vixl_exec_module.h | 138 void *CreateArray(T *array, int size, ArenaAllocator *objectAllocator) 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 | 189 …void CreateArray(const ir::AstNode *node, const ArenaVector<ir::Expression *> &elements, VReg obj);
|
| D | JSCompiler.cpp | 430 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/ |
| D | pandagen.h | 397 …void CreateArray(const ir::AstNode *node, const ArenaVector<ir::Expression *> &elements, VReg obj);
|