Searched defs:buffSize (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | arena.h | 137 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()
|
| D | arena-inl.h | 27 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/ |
| D | utils.cpp | 24 …etAsset(const std::string &uri, [[maybe_unused]] uint8_t **buff, [[maybe_unused]] size_t *buffSize, in GetAsset()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | an_file_info.cpp | 127 size_t buffSize = 0; in Load() local
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot.cpp | 233 size_t buffSize = 0; in Deserialize() local
|
| /arkcompiler/runtime_core/static_core/runtime/hotreload/ |
| D | hotreload.cpp | 71 …da_file::File *ArkHotreloadBase::ReadAndOwnPandaFileFromMemory(const void *buffer, size_t buffSize) in ReadAndOwnPandaFileFromMemory()
|
| /arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
| D | zip_file.cpp | 399 size_t buffSize = sizeof(LocalHeader) + nameSize; in CheckCoherencyLocalHeader() local
|
| /arkcompiler/runtime_core/static_core/libziparchive/extractortool/ |
| D | zip_file.cpp | 639 size_t buffSize = sizeof(LocalHeader) + nameSize; in CheckCoherencyLocalHeader() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 6249 …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/ |
| D | ffi_workload.cpp | 3540 …[](const std::string &inputPath, uint8_t **buff, size_t *buffSize, std::string &errorMsg) -> bool { in HWTEST_F_L0()
|