HomeSort by relevance Sort by last modified time
    Searched defs:Protect (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/v8/src/
spaces-inl.h 111 void MemoryAllocator::Protect(Address start, size_t size) {
112 OS::Protect(start, size);
125 OS::Protect(chunks_[id].address(), chunks_[id].size());
  /art/runtime/
mem_map.cc 577 bool MemMap::Protect(int prot) {
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]

Completed in 1226 milliseconds