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

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
create.c 93 unsigned int stackSize;
145 stackSize = (unsigned int)a->stacksize;
185 * Default stackSize
187 stackSize = PTHREAD_STACK_MIN;
208 stackSize, /* default stack size */
241 (HANDLE) _beginthread (ptw32_threadStart, stackSize, /* default stack size */
  /external/chromium_org/third_party/icu/source/common/
bytestrieiterator.cpp 111 int32_t stackSize=stack_->size();
112 int32_t length=stack_->elementAti(stackSize-1);
113 pos=bytes_+stack_->elementAti(stackSize-2);
114 stack_->setSize(stackSize-2);
ucharstrieiterator.cpp 110 int32_t stackSize=stack_->size();
111 int32_t length=stack_->elementAti(stackSize-1);
112 pos=uchars_+stack_->elementAti(stackSize-2);
113 stack_->setSize(stackSize-2);
  /external/icu/icu4c/source/common/
bytestrieiterator.cpp 111 int32_t stackSize=stack_->size();
112 int32_t length=stack_->elementAti(stackSize-1);
113 pos=bytes_+stack_->elementAti(stackSize-2);
114 stack_->setSize(stackSize-2);
ucharstrieiterator.cpp 110 int32_t stackSize=stack_->size();
111 int32_t length=stack_->elementAti(stackSize-1);
112 pos=uchars_+stack_->elementAti(stackSize-2);
113 stack_->setSize(stackSize-2);
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptCallStackFactory.cpp 116 size_t stackSize = 1;
122 stackSize = maxStackSize;
124 return createScriptCallStack(stackSize, emptyStackIsAllowed);
  /external/llvm/lib/Target/Mips/
MipsRegisterInfo.cpp 241 uint64_t stackSize = MF.getFrameInfo()->getStackSize();
246 << "stackSize : " << stackSize << "\n");
248 eliminateFI(MI, FIOperandNum, FrameIndex, stackSize, spOffset);
MipsAsmPrinter.cpp 212 // -- Frame directive "frame Stackpointer, Stacksize, RARegister"
311 unsigned stackSize = MF->getFrameInfo()->getStackSize();
313 getTargetStreamer().emitFrame(stackReg, stackSize, returnReg);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcRegisterInfo.cpp 171 int stackSize = MF.getFrameInfo()->getStackSize();
172 Offset += (stackSize) ? Subtarget.getAdjustedFrameSize(stackSize) : 0 ;
  /external/chromium_org/third_party/WebKit/Source/core/frame/
ConsoleBase.cpp 235 size_t stackSize = printTrace ? ScriptCallStack::maxCallStackSizeToCapture : 1;
236 consoleMessage->setCallStack(createScriptCallStackForConsole(stackSize));
  /external/libcxxabi/src/Unwind/
CompactUnwinder.hpp 130 uint32_t stackSize = stackSizeEncoded * 4;
134 stackSize = subl + 4 * stackAdjust;
203 uint32_t savedRegisters = registers.getSP() + stackSize - 4 - 4 * regCount;
359 uint32_t stackSize = stackSizeEncoded * 8;
363 stackSize = subl + 8 * stackAdjust;
432 uint64_t savedRegisters = registers.getSP() + stackSize - 8 - 8 * regCount;
531 uint32_t stackSize =
534 uint64_t savedRegisterLoc = registers.getSP() + stackSize;
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.h 169 FT_UInt stackSize; /* size of exec. stack */
  /external/freetype/src/truetype/
ttinterp.h 169 FT_UInt stackSize; /* size of exec. stack */
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 262 SpillCodeInserter(Function *fn) : func(fn), stackSize(0), stackBase(0) { }
267 inline int32_t getStackSize() const { return stackSize; }
281 int32_t stackSize;
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 262 SpillCodeInserter(Function *fn) : func(fn), stackSize(0), stackBase(0) { }
267 inline int32_t getStackSize() const { return stackSize; }
281 int32_t stackSize;
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
MethodWriter.java 379 * plus <tt>stackSize</tt>.
381 private int stackSize;
388 * block plus <tt>stackSize</tt>.
644 int size = stackSize + Frame.SIZE[opcode];
648 stackSize = size;
667 int size = stackSize + 1;
671 stackSize = size;
692 // save 'stackSize' here for future use
694 currentBlock.inputStackTop = stackSize;
697 int size = stackSize + Frame.SIZE[opcode];
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 660 milliseconds