Home
last modified time | relevance | path

Searched refs:MAP_FAILED (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Dmem.cpp29 #define MAP_FAILED (reinterpret_cast<void *>(-1)) macro
107 return MAP_FAILED; in mmap()
115 return MAP_FAILED; in mmap()
125 return MAP_FAILED; in mmap()
135 return MAP_FAILED; in mmap()
165 if (result == MAP_FAILED) { in MapFile()
229 if (UNLIKELY(result == MAP_FAILED)) { in MapRWAnonymousRaw()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dmem.cpp31 #define MAP_FAILED (reinterpret_cast<void *>(-1)) macro
110 return MAP_FAILED; in mmap()
118 return MAP_FAILED; in mmap()
128 return MAP_FAILED; in mmap()
138 return MAP_FAILED; in mmap()
169 if (result == MAP_FAILED) { in MapFile()
272 if (UNLIKELY(result == MAP_FAILED)) { in MapRWAnonymousRaw()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dmem.cpp50 if (result == MAP_FAILED) { in MapFile()
64 if (result == MAP_FAILED) { in MapExecuted()
171 if (result == MAP_FAILED) { in MapRWAnonymousRaw()
221 if (resultAddr == MAP_FAILED) { in MapRWAnonymousInFirst4GB()
235 if (mmapAddr == MAP_FAILED) { in MapRWAnonymousInFirst4GB()
267 if (result == MAP_FAILED) { in MapRWAnonymousFixedRaw()
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dfile_mapper.cpp63 if (basePtr_ == MAP_FAILED) { in CreateFileMapper()
/arkcompiler/ets_runtime/ecmascript/platform/unix/linux/
H A Dos.cpp98 if (res == MAP_FAILED) { in PageMapExecFortSpace()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dmem.cpp47 if (result == MAP_FAILED) { in MapFile()

Completed in 4 milliseconds