Home
last modified time | relevance | path

Searched defs:CreateArray (Results 1 – 11 of 11) 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/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/interpreter/
Druntime_interface.h148 static coretypes::Array *CreateArray(Class *klass, coretypes::ArraySizeT length) 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/static_core/bytecode_optimizer/tests/
Dreg_acc_alloc_test.cpp626 TEST_F(RegAccAllocTest, CreateArray) in TEST_F() argument
/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_runtime/ecmascript/compiler/
Dhcr_circuit_builder.cpp408 GateRef CircuitBuilder::CreateArray(ElementsKind kind, uint32_t arraySize, GateRef elementsLength) in CreateArray() function in panda::ecmascript::kungfu::CircuitBuilder
/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_frontend/es2panda/compiler/core/
Dpandagen.cpp1600 void PandaGen::CreateArray(const ir::AstNode *node, const ArenaVector<ir::Expression *> &elements, … in CreateArray() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.cpp1320 void PandaGen::CreateArray(const ir::AstNode *node, const ArenaVector<ir::Expression *> &elements, … in CreateArray() function in panda::es2panda::compiler::PandaGen
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h2428 constexpr auto CreateArray(T value, [[maybe_unused]] std::index_sequence<IS...> unused) in CreateArray() function