Home
last modified time | relevance | path

Searched defs:buffSize (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Darena.h137 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 Darena-inl.h27 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 Dsnapshot.cpp205 size_t buffSize = 0; in Deserialize() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dan_file_info.cpp100 size_t buffSize = 0; in Load() local
/arkcompiler/runtime_core/static_core/runtime/hotreload/
H A Dhotreload.cpp71 const panda_file::File *ArkHotreloadBase::ReadAndOwnPandaFileFromMemory(const void *buffer, size_t buffSize) in ReadAndOwnPandaFileFromMemory() argument
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dzip_file.cpp399 size_t buffSize = sizeof(LocalHeader) + nameSize; in CheckCoherencyLocalHeader() local
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp5609 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