Home
last modified time | relevance | path

Searched defs:buffSize (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/mem/
Darena.h137 AlignedArena(size_t buffSize, void *buff) : Arena(buffSize, buff, ALIGNMENT_T) {} in AlignedArena()
154 …DoubleLinkedAlignedArena(size_t buffSize, void *buff) : AlignedArena<ALIGNMENT_T>(buffSize, buff) … in DoubleLinkedAlignedArena()
Darena-inl.h27 inline Arena::Arena(size_t buffSize, void *buff) : Arena(buffSize, buff, ARENA_DEFAULT_ALIGNMENT) {} in Arena()
29 inline Arena::Arena(size_t buffSize, void *buff, Alignment startAlignment) in Arena()
/arkcompiler/runtime_core/static_core/tools/ark_js_napi_cli/utils/
Dutils.cpp24 …etAsset(const std::string &uri, [[maybe_unused]] uint8_t **buff, [[maybe_unused]] size_t *buffSize, in GetAsset()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dan_file_info.cpp127 size_t buffSize = 0; in Load() local
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot.cpp233 size_t buffSize = 0; in Deserialize() local
/arkcompiler/runtime_core/static_core/runtime/hotreload/
Dhotreload.cpp71 …da_file::File *ArkHotreloadBase::ReadAndOwnPandaFileFromMemory(const void *buffer, size_t buffSize) in ReadAndOwnPandaFileFromMemory()
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dzip_file.cpp399 size_t buffSize = sizeof(LocalHeader) + nameSize; in CheckCoherencyLocalHeader() local
/arkcompiler/runtime_core/static_core/libziparchive/extractortool/
Dzip_file.cpp639 size_t buffSize = sizeof(LocalHeader) + nameSize; in CheckCoherencyLocalHeader() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp6249 …std::function<bool(std::string dirPath, uint8_t **buff, size_t *buffSize, std::string &errorMsg)> … in SetHostResolveBufferTracker()
6255 …std::function<bool(std::string dirPath, uint8_t **buff, size_t *buffSize, std::string &errorMsg)> … in SetHostResolveBufferTrackerForHybridApp()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp3540 …[](const std::string &inputPath, uint8_t **buff, size_t *buffSize, std::string &errorMsg) -> bool { in HWTEST_F_L0()