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

  /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.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...]

Completed in 73 milliseconds