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

  /external/google-breakpad/src/client/mac/handler/
protected_memory_allocator.cc 73 kern_return_t ProtectedMemoryAllocator::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/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...]
  /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());
  /art/runtime/
mem_map.cc 443 if (!source->Protect(GetProtect())) {
458 source->Protect(old_prot);
729 bool MemMap::Protect(int prot) {
790 // Merge consecutive maps with the same protect flags and name.
    [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...]
  /prebuilts/sdk/tools/
jack-jar-tools.jar 
jack-jacoco-reporter.jar 

Completed in 420 milliseconds