Home
last modified time | relevance | path

Searched defs:CreateArray (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dvixl_exec_module.h129 void *CreateArray(T *array, int size, ArenaAllocator *object_allocator) in CreateArray() function
/arkcompiler/toolchain/tooling/base/
Dpt_json.cpp26 std::unique_ptr<PtJson> PtJson::CreateArray() in CreateArray() function in panda::ecmascript::tooling::PtJson
/arkcompiler/runtime_core/runtime/interpreter/
Druntime_interface.h148 static coretypes::Array *CreateArray(Class *klass, coretypes::array_size_t length) in CreateArray() function
/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.cpp1515 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