Searched defs:CreateArray (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/toolchain/tooling/base/ |
H A D | pt_json.cpp | 26 std::unique_ptr<PtJson> PtJson::CreateArray() in CreateArray() function in panda::ecmascript::tooling::PtJson
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | vixl_exec_module.h | 129 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 D | vixl_exec_module.h | 138 void *CreateArray(T *array, int size, ArenaAllocator *objectAllocator) in CreateArray() function in ark::compiler::VixlExecModule
|
/arkcompiler/runtime_core/static_core/runtime/interpreter/ |
H A D | runtime_interface.h | 148 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 D | test_runtime_interface.h | 261 static coretypes::Array *CreateArray(Class *klass, coretypes::ArraySizeT length) in CreateArray() function in ark::interpreter::test::RuntimeInterface
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | hcr_circuit_builder.cpp | 515 GateRef CircuitBuilder::CreateArray(ElementsKind kind, uint32_t arraySize, in CreateArray() function in panda::ecmascript::kungfu::CircuitBuilder
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | pandagen.cpp | 1451 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 D | pandagen.cpp | 1603 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