Searched defs:NewArray (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/mem/ | ||
| H A D | chunk.h | 59 [[nodiscard]] T *NewArray(size_t size) in NewArray() function in panda::ecmascript::Chunk |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/ | ||
| H A D | mempool.h | 206 T *NewArray(size_t num) in NewArray() function in maple::MemPool |
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ | ||
| H A D | ETSGen.cpp | 2598 void ETSGen::NewArray(const ir::AstNode *const node, const VReg arr, const VReg dim, const checker::Type *const arrType) in NewArray() function in ETSGen |
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ | ||
| H A D | builtins_array_stub_builder.cpp | 2506 GateRef BuiltinsArrayStubBuilder::NewArray(GateRef glue, GateRef count) in NewArray() function in panda::ecmascript::kungfu::BuiltinsArrayStubBuilder |
Completed in 13 milliseconds