Home
last modified time | relevance | path

Searched defs:CreateArray (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/toolchain/tooling/base/
H A Dpt_json.cpp26 std::unique_ptr<PtJson> PtJson::CreateArray() in CreateArray() function in panda::ecmascript::tooling::PtJson
/arkcompiler/runtime_core/compiler/tests/
H A Dvixl_exec_module.h129 void *CreateArray(T *array, int size, ArenaAllocator *object_allocator) in CreateArray() function in panda::compiler::VixlExecModule
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dvixl_exec_module.h138 void *CreateArray(T *array, int size, ArenaAllocator *objectAllocator) in CreateArray() function in ark::compiler::VixlExecModule
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Druntime_interface.h148 static coretypes::Array *CreateArray(Class *klass, coretypes::ArraySizeT length) in CreateArray() function in ark::interpreter::RuntimeInterface
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
H A Dtest_runtime_interface.h261 static coretypes::Array *CreateArray(Class *klass, coretypes::ArraySizeT length) in CreateArray() function in ark::interpreter::test::RuntimeInterface
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dhcr_circuit_builder.cpp515 GateRef CircuitBuilder::CreateArray(ElementsKind kind, uint32_t arraySize, in CreateArray() function in panda::ecmascript::kungfu::CircuitBuilder
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.cpp1451 void PandaGen::CreateArray(const ir::AstNode *node, const ArenaVector<ir::Expression *> &elements, VReg obj) in CreateArray() function in ark::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp1603 void PandaGen::CreateArray(const ir::AstNode *node, const ArenaVector<ir::Expression *> &elements, VReg obj) in CreateArray() function in panda::es2panda::compiler::PandaGen

Completed in 13 milliseconds