Home
last modified time | relevance | path

Searched defs:CreateArray (Results 1 – 5 of 5) 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/ets_frontend/es2panda/compiler/core/
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
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp1544 GateRef CircuitBuilder::CreateArray(size_t arraySize) in CreateArray() function in panda::ecmascript::kungfu::CircuitBuilder