/external/compiler-rt/test/builtins/Unit/ |
enable_execute_stack_test.c | 27 if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.Protect))
|
clear_cache_test.c | 55 if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.Protect))
|
/external/chromium_org/third_party/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/chromium_org/v8/src/heap/ |
spaces-inl.h | 108 void MemoryAllocator::Protect(Address start, size_t size) { 109 base::OS::Protect(start, size); 121 base::OS::Protect(chunks_[id].address(), chunks_[id].size());
|
/art/runtime/ |
mem_map.h | 94 bool Protect(int prot);
|
mem_map.cc | 577 bool MemMap::Protect(int prot) {
|
dex_file.cc | 163 return mem_map_->Protect(PROT_READ | PROT_WRITE); 172 return mem_map_->Protect(PROT_READ); [all...] |
/external/chromium_org/base/win/ |
iat_patch_function.cc | 196 memory_info.Protect;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/ |
xdfprotect.asm | 59 or dl, 0x21 ; Protect Mode On, Int 16 for FPU 88 ;; Protect Mode IDT
|
xdflong.asm | 80 or ebx, 0x00000021 ; Protect Mode On, Int 16 for FPU
|
/external/chromium_org/chrome/service/cloud_print/ |
cloud_print_url_fetcher_unittest.cc | 355 TEST_F(CloudPrintURLFetcherOverloadTest, Protect) {
|
/external/clang/test/SemaTemplate/ |
temp_class_spec.cpp | 343 template< typename Protect, typename Second >
|
/art/runtime/gc/ |
heap.cc | 630 // Re-protect the address we faulted on. [all...] |
/external/chromium_org/sandbox/win/src/ |
nt_internals.h | 429 IN ULONG Protect);
|
/art/runtime/gc/collector/ |
semi_space.cc | 253 // Clear and protect the from space. 256 from_space_->GetMemMap()->Protect(kProtectFromSpace ? PROT_NONE : PROT_READ); [all...] |