Searched refs:stackSize (Results 1 - 13 of 13) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/visitor/
H A DStackSizeComputer.java54 private int stackSize; field in class:StackSizeComputer
150 stackSize = 0;
210 stackSize -= 1;
264 stackSize = 1;
301 int initialStackSize = stackSize;
304 if (maxStackSize < stackSize)
306 maxStackSize = stackSize;
323 stackSize+" - "+
326 (stackSize+stackPushCount-stackPopCount)+": "+
331 stackSize
[all...]
/external/webkit/Source/JavaScriptCore/wtf/
H A DStackBounds.cpp92 size_t stackSize = 0; local
106 stackSize = threadInfo.stksize;
110 m_origin = static_cast<char*>(stackBase) + stackSize;
160 size_t stackSize = 0; local
172 int rc = pthread_attr_getstack(&sattr, &stackBase, &stackSize);
177 m_origin = static_cast<char*>(stackBase) + stackSize;
/external/llvm/lib/Target/MBlaze/
H A DMBlazeRegisterInfo.cpp147 int stackSize = MFI->getStackSize();
153 << "stackSize : " << stackSize << "\n"
161 int Offset = (spOffset < 0) ? (stackSize - spOffset) : spOffset;
/external/icu4c/common/
H A Dbytestrieiterator.cpp111 int32_t stackSize=stack_->size(); local
112 int32_t length=stack_->elementAti(stackSize-1);
113 pos=bytes_+stack_->elementAti(stackSize-2);
114 stack_->setSize(stackSize-2);
H A Ducharstrieiterator.cpp110 int32_t stackSize=stack_->size(); local
111 int32_t length=stack_->elementAti(stackSize-1);
112 pos=uchars_+stack_->elementAti(stackSize-2);
113 stack_->setSize(stackSize-2);
/external/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.cpp171 uint64_t stackSize = MF.getFrameInfo()->getStackSize();
176 << "stackSize : " << stackSize << "\n");
214 Offset = spOffset + (int64_t)stackSize;
H A DMipsAsmPrinter.cpp265 unsigned stackSize = MF->getFrameInfo()->getStackSize(); local
270 "," + Twine(stackSize) + ",$" +
/external/webkit/Source/JavaScriptCore/heap/
H A DMachineStackMarker.cpp422 size_t stackSize = 0;
423 int rc = pthread_attr_getstack(&regs, &stackBase, &stackSize);
426 return static_cast<char*>(stackBase) + stackSize;
/external/freetype/src/truetype/
H A Dttinterp.h127 FT_UInt stackSize; /* size of exec. stack */ member in struct:TT_ExecContextRec_
H A Dttinterp.c415 exec->stackSize = 0;
472 exec->stackSize = 0;
611 tmp = exec->stackSize;
617 exec->stackSize = (FT_UInt)tmp;
4950 if ( BOUNDS( L, CUR.stackSize + 1 - CUR.top ) )
4977 if ( BOUNDS( L, CUR.stackSize + 1 - CUR.top ) )
5007 if ( BOUNDS( L, CUR.stackSize + 1 - CUR.top ) )
5032 if ( BOUNDS( L, CUR.stackSize + 1 - CUR.top ) )
7583 if ( CUR.new_top > CUR.stackSize )
/external/icu4c/i18n/
H A Drematch.cpp3873 int32_t stackSize = fStack->size();
3875 U_ASSERT(stackSize >= newStackSize);
3876 if (stackSize > newStackSize) {
5551 int32_t stackSize = fStack->size();
5553 U_ASSERT(stackSize >= newStackSize);
5554 if (stackSize > newStackSize) {
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 418 milliseconds