Searched refs:Protect (Results 1 - 6 of 6) sorted by relevance
/third_party/node/tools/ |
H A D | gen_node_def.cc | 124 if (rc != 0 && memoryInformation.Protect != 0) { in IsPageExecutable() 125 return memoryInformation.Protect == PAGE_EXECUTE || in IsPageExecutable() 126 memoryInformation.Protect == PAGE_EXECUTE_READ || in IsPageExecutable() 127 memoryInformation.Protect == PAGE_EXECUTE_READWRITE || in IsPageExecutable() 128 memoryInformation.Protect == PAGE_EXECUTE_WRITECOPY; in IsPageExecutable()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | page-memory.cc | 40 void Protect(PageAllocator& allocator, FatalOutOfMemoryHandler& oom_handler, in Protect() function 127 Protect(allocator_, oom_handler_, GetPageMemory(index)); in Free()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | MinidumpYAML.cpp | 121 IO &IO, MemoryProtection &Protect) { in bitset() 123 IO.bitSetCase(Protect, #NATIVENAME, MemoryProtection::NAME); in bitset() 248 mapRequiredAs<MemoryProtection>(IO, "Allocation Protect", in mapping() 253 mapOptionalAs<MemoryProtection>(IO, "Protect", Info.Protect, in mapping() 120 bitset( IO &IO, MemoryProtection &Protect) bitset() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | Minidump.h | 111 support::little_t<MemoryProtection> Protect; member
|
/third_party/node/src/ |
H A D | debug_utils.cc | 265 return info.State == MEM_COMMIT && info.Protect != 0;
|
/third_party/backends/backend/ |
H A D | apple.c | 877 SANE_Bool OutOfRangeX, OutOfRangeY, Protect = SANE_TRUE; in calc_parameters() local 960 Protect = SANE_FALSE; in calc_parameters() 967 Protect = SANE_FALSE; in calc_parameters() 989 TODO: Remove this ugly hack (Protect). Read to learn why! in calc_parameters() 1018 if (!Protect) in calc_parameters()
|
Completed in 7 milliseconds