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

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_nec.h 78 CONTEXT(thread)->uc_stack.ss_sp = (char*) (thread)->stack->stackBottom; \
_sony.h 69 CONTEXT(_thread)->uc_stack.ss_sp = (char*) (_thread)->stack->stackBottom; \
_reliantunix.h 192 CONTEXT(thread)->uc_stack.ss_sp = thread->stack->stackBottom; \
  /dalvik/vm/
Thread.cpp 808 u1* stackBottom;
836 stackBottom = (u1*) malloc(interpStackSize);
837 if (stackBottom == NULL) {
844 memset(stackBottom, 0xc5, interpStackSize); // stop valgrind complaints
846 stackBottom = (u1*) mmap(NULL, interpStackSize, PROT_READ | PROT_WRITE,
848 if (stackBottom == MAP_FAILED) {
857 assert(((u4)stackBottom & 0x03) == 0); // looks like our malloc ensures this
859 thread->interpStackStart = stackBottom + interpStackSize;
860 thread->interpStackEnd = stackBottom + STACK_OVERFLOW_RESERVE;
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 144 milliseconds