Home
last modified time | relevance | path

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

/third_party/node/tools/
H A Dgen_node_def.cc124 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 Dpage-memory.cc40 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 DMinidumpYAML.cpp121 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 DMinidump.h111 support::little_t<MemoryProtection> Protect; member
/third_party/node/src/
H A Ddebug_utils.cc265 return info.State == MEM_COMMIT && info.Protect != 0;
/third_party/backends/backend/
H A Dapple.c877 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