Searched refs:stackSize (Results 1 – 12 of 12) sorted by relevance
/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/webkit/Source/JavaScriptCore/wtf/ |
D | StackBounds.cpp | 92 size_t stackSize = 0; in initialize() local 106 stackSize = threadInfo.stksize; in initialize() 110 m_origin = static_cast<char*>(stackBase) + stackSize; in initialize() 160 size_t stackSize = 0; in initialize() local 172 int rc = pthread_attr_getstack(&sattr, &stackBase, &stackSize); in initialize() 177 m_origin = static_cast<char*>(stackBase) + stackSize; in initialize()
|
/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/MBlaze/ |
D | MBlazeRegisterInfo.cpp | 147 int stackSize = MFI->getStackSize(); in eliminateFrameIndex() local 153 << "stackSize : " << stackSize << "\n" in eliminateFrameIndex() 161 int Offset = (spOffset < 0) ? (stackSize - spOffset) : spOffset; in eliminateFrameIndex()
|
/external/llvm/lib/Target/Mips/ |
D | MipsRegisterInfo.cpp | 171 uint64_t stackSize = MF.getFrameInfo()->getStackSize(); in eliminateFrameIndex() local 176 << "stackSize : " << stackSize << "\n"); in eliminateFrameIndex() 214 Offset = spOffset + (int64_t)stackSize; in eliminateFrameIndex()
|
D | MipsAsmPrinter.cpp | 265 unsigned stackSize = MF->getFrameInfo()->getStackSize(); in emitFrameDirective() local 270 "," + Twine(stackSize) + ",$" + in emitFrameDirective()
|
/external/webkit/Source/JavaScriptCore/heap/ |
D | MachineStackMarker.cpp | 422 size_t stackSize = 0; in otherThreadStackPointer() 423 int rc = pthread_attr_getstack(®s, &stackBase, &stackSize); in otherThreadStackPointer() 426 return static_cast<char*>(stackBase) + stackSize; in otherThreadStackPointer()
|
/external/freetype/src/truetype/ |
D | ttinterp.h | 127 FT_UInt stackSize; /* size of exec. stack */ member
|
D | ttinterp.c | 415 exec->stackSize = 0; in TT_Done_Context() 472 exec->stackSize = 0; in Init_Context() 611 tmp = exec->stackSize; in TT_Load_Context() 617 exec->stackSize = (FT_UInt)tmp; in TT_Load_Context() 4950 if ( BOUNDS( L, CUR.stackSize + 1 - CUR.top ) ) in Ins_NPUSHB() 4977 if ( BOUNDS( L, CUR.stackSize + 1 - CUR.top ) ) in Ins_NPUSHW() 5007 if ( BOUNDS( L, CUR.stackSize + 1 - CUR.top ) ) in Ins_PUSHB() 5032 if ( BOUNDS( L, CUR.stackSize + 1 - CUR.top ) ) in Ins_PUSHW() 7583 if ( CUR.new_top > CUR.stackSize ) in TT_RunIns()
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_editor_base_controller.mm | 369 NSUInteger stackSize = nodeStack.size(); 389 DCHECK([path length] == stackSize);
|
/external/icu4c/i18n/ |
D | rematch.cpp | 3873 int32_t stackSize = fStack->size(); in MatchAt() local 3875 U_ASSERT(stackSize >= newStackSize); in MatchAt() 3876 if (stackSize > newStackSize) { in MatchAt() 5551 int32_t stackSize = fStack->size(); in MatchChunkAt() local 5553 U_ASSERT(stackSize >= newStackSize); in MatchChunkAt() 5554 if (stackSize > newStackSize) { in MatchChunkAt()
|