HomeSort by relevance Sort by last modified time
    Searched refs:Protect (Results 1 - 25 of 44) sorted by null

1 2

  /external/google-breakpad/src/client/mac/handler/
protected_memory_allocator.h 33 // The allocations can be made read-only with the Protect() method.
39 // be protected from memory smashers by calling the Protect() method.
73 kern_return_t Protect();
protected_memory_allocator.cc 73 kern_return_t ProtectedMemoryAllocator::Protect() {
exception_handler.cc 544 gBreakpadAllocator->Protect();
589 gBreakpadAllocator->Protect();
626 gBreakpadAllocator->Protect();
  /external/compiler-rt/lib/builtins/
enable_execute_stack.c 54 VirtualProtect (mbi.BaseAddress, mbi.RegionSize, PAGE_EXECUTE_READWRITE, &mbi.Protect);
  /external/compiler-rt/test/builtins/Unit/
clear_cache_test.c 66 if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.Protect))
enable_execute_stack_test.c 27 if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.Protect))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lvm.c 87 ci->func = L->top - 1; /* protect stack below results */
511 #define Protect(x) { {x;}; base = ci->u.l.base; }
514 Protect( luaC_condGC(L,{L->top = (c); /* limit of live values */ \
527 else { Protect(luaV_arith(L, ra, rb, rc, tm)); } }
550 Protect(traceexec(L));
586 Protect(luaV_gettable(L, cl->upvals[b]->v, RKC(i), ra));
589 Protect(luaV_gettable(L, RB(i), RKC(i), ra));
593 Protect(luaV_settable(L, cl->upvals[a]->v, RKB(i), RKC(i)));
601 Protect(luaV_settable(L, ra, RKB(i), RKC(i)));
615 Protect(luaV_gettable(L, rb, RKC(i), ra))
    [all...]
  /external/skia/third_party/lua/src/
lvm.c 87 ci->func = L->top - 1; /* protect stack below results */
511 #define Protect(x) { {x;}; base = ci->u.l.base; }
514 Protect( luaC_condGC(L,{L->top = (c); /* limit of live values */ \
527 else { Protect(luaV_arith(L, ra, rb, rc, tm)); } }
550 Protect(traceexec(L));
586 Protect(luaV_gettable(L, cl->upvals[b]->v, RKC(i), ra));
589 Protect(luaV_gettable(L, RB(i), RKC(i), ra));
593 Protect(luaV_settable(L, cl->upvals[a]->v, RKB(i), RKC(i)));
601 Protect(luaV_settable(L, ra, RKB(i), RKC(i)));
615 Protect(luaV_gettable(L, rb, RKC(i), ra))
    [all...]
  /external/syslinux/com32/lua/src/
lvm.c 110 ci->func = L->top - 1; /* protect stack below results */
534 #define Protect(x) { {x;}; base = ci->u.l.base; }
537 Protect( luaC_condGC(L,{L->top = (c); /* limit of live values */ \
550 else { Protect(luaV_arith(L, ra, rb, rc, tm)); } }
573 Protect(traceexec(L));
609 Protect(luaV_gettable(L, cl->upvals[b]->v, RKC(i), ra));
612 Protect(luaV_gettable(L, RB(i), RKC(i), ra));
616 Protect(luaV_settable(L, cl->upvals[a]->v, RKB(i), RKC(i)));
624 Protect(luaV_settable(L, ra, RKB(i), RKC(i)));
638 Protect(luaV_gettable(L, rb, RKC(i), ra))
    [all...]
  /art/runtime/
mem_map.h 131 bool Protect(int prot);
dex_file.cc 150 return mem_map_->Protect(PROT_READ | PROT_WRITE);
159 return mem_map_->Protect(PROT_READ);
    [all...]
mem_map.cc 638 bool MemMap::Protect(int prot) {
699 // Merge consecutive maps with the same protect flags and name.
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 249 return mbi.Protect == PAGE_NOACCESS &&
801 if (info.Protect == 0 || info.Protect == PAGE_NOACCESS ||
802 info.Protect == PAGE_EXECUTE)
  /external/v8/src/heap/
spaces-inl.h 101 void MemoryAllocator::Protect(Address start, size_t size) {
102 base::OS::Protect(start, size);
114 base::OS::Protect(chunks_[id].address(), chunks_[id].size());
  /external/clang/test/SemaTemplate/
temp_class_spec.cpp 343 template< typename Protect, typename Second >
  /art/runtime/gc/collector/
semi_space.cc 268 // Clear and protect the from space.
274 // Protect with PROT_NONE.
276 from_space_->GetMemMap()->Protect(PROT_NONE);
280 // protect it with PROT_NONE later in FinishPhase().
282 from_space_->GetMemMap()->Protect(PROT_READ);
    [all...]
  /art/runtime/gc/
heap.cc     [all...]
  /prebuilts/go/darwin-x86/src/compress/flate/
deflatefast.go 266 // Protect against e.cur wraparound.
  /prebuilts/go/linux-x86/src/compress/flate/
deflatefast.go 266 // Protect against e.cur wraparound.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/
WinNtThunk.h 446 DWORD Protect,
  /device/linaro/bootloader/edk2/Nt32Pkg/Include/Protocol/
WinNtThunk.h 439 DWORD Protect,
  /external/libchrome/sandbox/win/src/
nt_internals.h 491 IN ULONG Protect);
  /prebuilts/go/darwin-x86/src/regexp/
exec_test.go 265 // Protect against panic during Compile.
  /prebuilts/go/darwin-x86/src/sort/
sort.go 137 protect := hi-c < 5
138 if !protect && hi-c < (hi-lo)/4 {
159 protect = dups > 1
161 if protect {
162 // Protect against a lot of duplicates
  /prebuilts/go/linux-x86/src/regexp/
exec_test.go 265 // Protect against panic during Compile.

Completed in 1267 milliseconds

1 2