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

  /external/webkit/Source/JavaScriptCore/wtf/
StackBounds.cpp 91 void* stackBase = 0;
105 stackBase = reinterpret_cast<void*>(threadInfo.stkbase);
107 ASSERT(stackBase);
109 m_bound = stackBase;
110 m_origin = static_cast<char*>(stackBase) + stackSize;
159 void* stackBase = 0;
172 int rc = pthread_attr_getstack(&sattr, &stackBase, &stackSize);
174 ASSERT(stackBase);
176 m_bound = stackBase;
177 m_origin = static_cast<char*>(stackBase) + stackSize
    [all...]
  /bionic/libc/arch-arm/bionic/
_exit_with_stack_teardown.S 31 @ void _exit_with_stack_teardown(void * stackBase, int stackSize, int retCode)
  /external/webkit/Source/JavaScriptCore/heap/
MachineStackMarker.cpp 128 , stackBase(base)
147 void* stackBase;
421 void* stackBase = 0;
423 int rc = pthread_attr_getstack(&regs, &stackBase, &stackSize);
425 ASSERT(stackBase);
426 return static_cast<char*>(stackBase) + stackSize;
451 void* stackBase = thread->stackBase;
452 swapIfBackwards(stackPointer, stackBase);
453 conservativeRoots.add(stackPointer, stackBase);
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /bionic/libc/bionic/
pthread.c 58 extern void _exit_with_stack_teardown(void * stackBase, int stackSize, int retCode);
    [all...]

Completed in 211 milliseconds