HomeSort by relevance Sort by last modified time
    Searched defs:stackBase (Results 1 - 3 of 3) 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...]
  /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 

Completed in 101 milliseconds