Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/base/
Dpt_returns.cpp33 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
63 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
91 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
107 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
144 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
168 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
177 array = PtJson::CreateArray(); in ToJson()
187 array = PtJson::CreateArray(); in ToJson()
271 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
296 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()
230 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
250 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
320 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson()
Dpt_json.h39 static std::unique_ptr<PtJson> CreateArray();
Dpt_types.cpp1713 std::unique_ptr<PtJson> values = PtJson::CreateArray(); in ToJson()
1923 std::unique_ptr<PtJson> childrens = PtJson::CreateArray(); in ToJson()
1986 std::unique_ptr<PtJson> samples = PtJson::CreateArray(); in ToJson()
2145 std::unique_ptr<PtJson> childrens = PtJson::CreateArray(); in ToJson()
2153 std::unique_ptr<PtJson> positionTicks = PtJson::CreateArray(); in ToJson()
2379 std::unique_ptr<PtJson> nodes = PtJson::CreateArray(); in ToJson()
2388 std::unique_ptr<PtJson> samples = PtJson::CreateArray(); in ToJson()
2397 std::unique_ptr<PtJson> timeDeltas = PtJson::CreateArray(); in ToJson()
2511 std::unique_ptr<PtJson> ranges = PtJson::CreateArray(); in ToJson()
2579 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/es2panda/ir/expressions/
DnewExpression.cpp65 pg->CreateArray(this, arguments_, argsObj); in Compile()
DcallExpression.cpp57 pg->CreateArray(this, arguments_, argsObj); in CreateSpreadArguments()
DarrayExpression.cpp144 pg->CreateArray(this, elements_, arrayObj); in Compile()
/arkcompiler/toolchain/tooling/test/
Dpt_json_test.cpp141 auto arr = PtJson::CreateArray(); in HWTEST_F_L0()
/arkcompiler/runtime_core/compiler/tests/
Dcodegen_test.cpp266 auto param_1 = GetExecModule().CreateArray(array_data, 4, GetObjectAllocator()); in CheckStoreArray()
337 auto param_1 = GetExecModule().CreateArray(array_data, 4, GetObjectAllocator()); in CheckLoadArray()
420 auto param_1 = GetExecModule().CreateArray(array_data, 6, GetObjectAllocator()); in CheckStoreArrayPair()
522 auto param_1 = GetExecModule().CreateArray(array_data, 6, GetObjectAllocator()); in CheckLoadArrayPair()
785 auto param_1 = GetExecModule().CreateArray(array, 4, GetObjectAllocator()); in TEST_F()
1509 auto param_1 = GetExecModule().CreateArray(array, 4, GetObjectAllocator()); in TEST_F()
1576 auto param_1 = GetExecModule().CreateArray(array, 4, GetObjectAllocator()); in TEST_F()
1806 auto param_1 = GetExecModule().CreateArray(array_data, 4, GetObjectAllocator()); in TEST_F()
1989 auto param_1 = GetExecModule().CreateArray(array, ARRAY_LEN, GetObjectAllocator()); in TEST_F()
2133 auto param = GetExecModule().CreateArray(array_data, index + 1, GetObjectAllocator()); in TEST_F()
Dvixl_exec_module.h129 void *CreateArray(T *array, int size, ArenaAllocator *object_allocator) in CreateArray() function
/arkcompiler/runtime_core/runtime/interpreter/
Druntime_interface.h148 static coretypes::Array *CreateArray(Class *klass, coretypes::array_size_t length) in CreateArray() function
Dinterpreter-inl.h1456 coretypes::Array *array = RuntimeIfaceT::CreateArray(klass, size); in HandleNewarr()
/arkcompiler/runtime_core/runtime/tests/interpreter/
Dtest_runtime_interface.h241 static coretypes::Array *CreateArray(Class *klass, coretypes::array_size_t length) in CreateArray() function
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h394 …void CreateArray(const ir::AstNode *node, const ArenaVector<ir::Expression *> &elements, VReg obj);
Dpandagen.cpp1517 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.h2103 constexpr auto CreateArray(T value, [[maybe_unused]] std::index_sequence<Is...> unused) in CreateArray() function
2109 …std::array<Register, N> src_regs_ = CreateArray(INVALID_REG, std::make_index_sequence<INPUT_COUNT>…