Home
last modified time | relevance | path

Searched refs:stackSize (Results 1 – 25 of 36) sorted by relevance

12

/external/proguard/src/proguard/classfile/attribute/visitor/
DStackSizeComputer.java54 private int stackSize; field in StackSizeComputer
150 stackSize = 0; in visitCodeAttribute0()
210 stackSize -= 1; in visitBranchInstruction()
264 stackSize = 1; in visitExceptionInfo()
301 int initialStackSize = stackSize; in evaluateInstructionBlock()
304 if (maxStackSize < stackSize) in evaluateInstructionBlock()
306 maxStackSize = stackSize; in evaluateInstructionBlock()
323 stackSize+" - "+ in evaluateInstructionBlock()
326 (stackSize+stackPushCount-stackPopCount)+": "+ in evaluateInstructionBlock()
331 stackSize -= instruction.stackPopCount(clazz); in evaluateInstructionBlock()
[all …]
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dcreate.c93 unsigned int stackSize; in pthread_create() local
145 stackSize = (unsigned int)a->stacksize; in pthread_create()
187 stackSize = PTHREAD_STACK_MIN; in pthread_create()
208 stackSize, /* default stack size */ in pthread_create()
241 (HANDLE) _beginthread (ptw32_threadStart, stackSize, /* default stack size */ in pthread_create()
/external/icu4c/common/
Ducharstrieiterator.cpp110 int32_t stackSize=stack_->size(); in next() local
111 int32_t length=stack_->elementAti(stackSize-1); in next()
112 pos=uchars_+stack_->elementAti(stackSize-2); in next()
113 stack_->setSize(stackSize-2); in next()
Dbytestrieiterator.cpp111 int32_t stackSize=stack_->size(); in next() local
112 int32_t length=stack_->elementAti(stackSize-1); in next()
113 pos=bytes_+stack_->elementAti(stackSize-2); in next()
114 stack_->setSize(stackSize-2); in next()
/external/llvm/lib/Target/Sparc/
DSparcRegisterInfo.cpp97 int stackSize = MF.getFrameInfo()->getStackSize(); in eliminateFrameIndex() local
98 Offset += (stackSize) ? Subtarget.getAdjustedFrameSize(stackSize) : 0 ; in eliminateFrameIndex()
DSparcSubtarget.h65 int getAdjustedFrameSize(int stackSize) const;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptCallStackFactory.cpp115 size_t stackSize = 1; in createScriptCallStackForConsole() local
119 stackSize = maxStackSize; in createScriptCallStackForConsole()
121 return createScriptCallStack(stackSize); in createScriptCallStackForConsole()
/external/llvm/lib/Target/Mips/
DMipsRegisterInfo.cpp198 uint64_t stackSize = MF.getFrameInfo()->getStackSize(); in eliminateFrameIndex() local
203 << "stackSize : " << stackSize << "\n"); in eliminateFrameIndex()
205 eliminateFI(MI, FIOperandNum, FrameIndex, stackSize, spOffset); in eliminateFrameIndex()
DMipsAsmPrinter.cpp209 unsigned stackSize = MF->getFrameInfo()->getStackSize(); in emitFrameDirective() local
214 "," + Twine(stackSize) + ",$" + in emitFrameDirective()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DConsoleBase.cpp175 size_t stackSize = printTrace ? ScriptCallStack::maxCallStackSizeToCapture : 1; in internalAddMessage() local
176 RefPtr<ScriptCallStack> callStack(createScriptCallStackForConsole(stackSize)); in internalAddMessage()
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
D_unixos.h177 (void) mprotect((void*) ((char*)ts->seg->vaddr + REDZONE + ts->stackSize),\
186 memset(ts->allocBase + REDZONE, 0xf7, ts->stackSize); \
193 (void) mprotect((void*) ((char*)ts->seg->vaddr + REDZONE + ts->stackSize),\
206 (void) mprotect((void*) ((char*)ts->seg->vaddr + REDZONE + ts->stackSize),\
D_solaris.h217 PRUint32 stackSize);
574 uc->uc_stack.ss_size = _thread->stack->stackSize; \
784 PRUint32 stackSize);
D_nec.h79 CONTEXT(thread)->uc_stack.ss_size = (thread)->stack->stackSize; \
D_rhapsody.h196 PRUint32 stackSize);
D_sony.h70 CONTEXT(_thread)->uc_stack.ss_size = (_thread)->stack->stackSize; \
D_freebsd.h233 PRUint32 stackSize);
D_darwin.h234 PRUint32 stackSize);
D_nextstep.h228 PRUint32 stackSize);
D_reliantunix.h193 CONTEXT(thread)->uc_stack.ss_size = thread->stack->stackSize; \
D_nspr_pthread.h256 PRUint32 stackSize);
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
Dprthread.h140 PRUint32 stackSize);
/external/chromium_org/third_party/npapi/npspy/extern/nspr/private/
Dpprthred.h157 PRUint32 stackSize);
/external/freetype/src/truetype/
Dttinterp.h169 FT_UInt stackSize; /* size of exec. stack */ member
/external/chromium_org/third_party/freetype/src/truetype/
Dttinterp.h169 FT_UInt stackSize; /* size of exec. stack */ member
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_ra.cpp262 SpillCodeInserter(Function *fn) : func(fn), stackSize(0), stackBase(0) { } in SpillCodeInserter()
267 inline int32_t getStackSize() const { return stackSize; } in getStackSize()
281 int32_t stackSize; member in nv50_ir::SpillCodeInserter
1390 int32_t offsetBase = stackSize; in assignSlot()
1399 for (offset = offsetBase; offset < stackSize; offset += size) { in assignSlot()
1423 stackSize = offset + size; in assignSlot()
1526 stackBase = stackSize; in run()

12