/external/proguard/src/proguard/classfile/attribute/visitor/ |
D | StackSizeComputer.java | 54 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/ |
D | create.c | 93 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/ |
D | ucharstrieiterator.cpp | 110 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()
|
D | bytestrieiterator.cpp | 111 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/ |
D | SparcRegisterInfo.cpp | 97 int stackSize = MF.getFrameInfo()->getStackSize(); in eliminateFrameIndex() local 98 Offset += (stackSize) ? Subtarget.getAdjustedFrameSize(stackSize) : 0 ; in eliminateFrameIndex()
|
D | SparcSubtarget.h | 65 int getAdjustedFrameSize(int stackSize) const;
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | ScriptCallStackFactory.cpp | 115 size_t stackSize = 1; in createScriptCallStackForConsole() local 119 stackSize = maxStackSize; in createScriptCallStackForConsole() 121 return createScriptCallStack(stackSize); in createScriptCallStackForConsole()
|
/external/llvm/lib/Target/Mips/ |
D | MipsRegisterInfo.cpp | 198 uint64_t stackSize = MF.getFrameInfo()->getStackSize(); in eliminateFrameIndex() local 203 << "stackSize : " << stackSize << "\n"); in eliminateFrameIndex() 205 eliminateFI(MI, FIOperandNum, FrameIndex, stackSize, spOffset); in eliminateFrameIndex()
|
D | MipsAsmPrinter.cpp | 209 unsigned stackSize = MF->getFrameInfo()->getStackSize(); in emitFrameDirective() local 214 "," + Twine(stackSize) + ",$" + in emitFrameDirective()
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | ConsoleBase.cpp | 175 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.h | 177 (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.h | 217 PRUint32 stackSize); 574 uc->uc_stack.ss_size = _thread->stack->stackSize; \ 784 PRUint32 stackSize);
|
D | _nec.h | 79 CONTEXT(thread)->uc_stack.ss_size = (thread)->stack->stackSize; \
|
D | _rhapsody.h | 196 PRUint32 stackSize);
|
D | _sony.h | 70 CONTEXT(_thread)->uc_stack.ss_size = (_thread)->stack->stackSize; \
|
D | _freebsd.h | 233 PRUint32 stackSize);
|
D | _darwin.h | 234 PRUint32 stackSize);
|
D | _nextstep.h | 228 PRUint32 stackSize);
|
D | _reliantunix.h | 193 CONTEXT(thread)->uc_stack.ss_size = thread->stack->stackSize; \
|
D | _nspr_pthread.h | 256 PRUint32 stackSize);
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
D | prthread.h | 140 PRUint32 stackSize);
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/private/ |
D | pprthred.h | 157 PRUint32 stackSize);
|
/external/freetype/src/truetype/ |
D | ttinterp.h | 169 FT_UInt stackSize; /* size of exec. stack */ member
|
/external/chromium_org/third_party/freetype/src/truetype/ |
D | ttinterp.h | 169 FT_UInt stackSize; /* size of exec. stack */ member
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_ra.cpp | 262 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()
|