/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/interpreter/ |
D | runtime_interface.h | 148 static coretypes::Array *CreateArray(Class *klass, coretypes::ArraySizeT length) in CreateArray() function
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_json.cpp | 26 std::unique_ptr<PtJson> PtJson::CreateArray() in CreateArray() function in panda::ecmascript::tooling::PtJson
|
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
D | reg_acc_alloc_test.cpp | 626 TEST_F(RegAccAllocTest, CreateArray) in TEST_F() argument
|
/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_runtime/ecmascript/compiler/ |
D | hcr_circuit_builder.cpp | 408 GateRef CircuitBuilder::CreateArray(ElementsKind kind, uint32_t arraySize, GateRef elementsLength) in CreateArray() function in panda::ecmascript::kungfu::CircuitBuilder
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | inst.h | 1668 constexpr auto CreateArray(T value, [[maybe_unused]] std::index_sequence<Is...> unused) in CreateArray() function
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.cpp | 1600 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/ |
D | pandagen.cpp | 1320 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/ |
D | inst.h | 2428 constexpr auto CreateArray(T value, [[maybe_unused]] std::index_sequence<IS...> unused) in CreateArray() function
|