Searched defs:buffSize (Results 1 - 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| H A D | arena.h | 137 AlignedArena(size_t buffSize, void *buff) : Arena(buffSize, buff, ALIGNMENT_T) {} in AlignedArena() argument 154 DoubleLinkedAlignedArena(size_t buffSize, void *buff) : AlignedArena<ALIGNMENT_T>(buffSize, buff) {} in DoubleLinkedAlignedArena() argument
|
| H A D | arena-inl.h | 27 inline Arena::Arena(size_t buffSize, void *buff) : Arena(buffSize, buff, ARENA_DEFAULT_ALIGNMENT) {} in Arena() argument 29 inline Arena::Arena(size_t buffSize, void *buff, Alignment startAlignment) in Arena() argument 37 LOG(DEBUG, ALLOC) << "Arena: created with buff addr = " << buff << " size = " << buffSize; in Arena() local
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| H A D | snapshot.cpp | 205 size_t buffSize = 0; in Deserialize() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| H A D | an_file_info.cpp | 100 size_t buffSize = 0; in Load() local
|
| /arkcompiler/runtime_core/static_core/runtime/hotreload/ |
| H A D | hotreload.cpp | 71 const panda_file::File *ArkHotreloadBase::ReadAndOwnPandaFileFromMemory(const void *buffer, size_t buffSize) in ReadAndOwnPandaFileFromMemory() argument
|
| /arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
| H A D | zip_file.cpp | 399 size_t buffSize = sizeof(LocalHeader) + nameSize; in CheckCoherencyLocalHeader() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| H A D | jsnapi_expo.cpp | 5609 SetHostResolveBufferTracker(EcmaVM *vm, std::function<bool(std::string dirPath, uint8_t **buff, size_t *buffSize, std::string &errorMsg)> cb) SetHostResolveBufferTracker() argument
|
Completed in 16 milliseconds