Searched refs:stackSize (Results 1 - 7 of 7) 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/freetype/src/truetype/
H A Dttinterp.h126 FT_UInt stackSize; /* size of exec. stack */ member in struct:TT_ExecContextRec_
H A Dttinterp.c412 exec->stackSize = 0;
469 exec->stackSize = 0;
603 tmp = exec->stackSize;
609 exec->stackSize = (FT_UInt)tmp;
4910 if ( BOUNDS( L, CUR.stackSize + 1 - CUR.top ) )
4937 if ( BOUNDS( L, CUR.stackSize + 1 - CUR.top ) )
4967 if ( BOUNDS( L, CUR.stackSize + 1 - CUR.top ) )
4992 if ( BOUNDS( L, CUR.stackSize + 1 - CUR.top ) )
7464 if ( CUR.new_top > CUR.stackSize )
/external/webkit/JavaScriptCore/runtime/
H A DCollector.cpp540 static size_t stackSize = 0; local
555 stackSize = threadInfo.stksize;
559 return static_cast<char*>(stackBase) + stackSize;
615 static size_t stackSize = 0;
628 int rc = pthread_attr_getstack(&sattr, &stackBase, &stackSize);
634 return static_cast<char*>(stackBase) + stackSize;
/external/chromium/third_party/icu/source/i18n/
H A Drematch.cpp2347 int32_t stackSize = fStack->size();
2349 U_ASSERT(stackSize >= newStackSize);
2350 if (stackSize > newStackSize) {
/external/icu4c/i18n/
H A Drematch.cpp3749 int32_t stackSize = fStack->size();
3751 U_ASSERT(stackSize >= newStackSize);
3752 if (stackSize > newStackSize) {
5427 int32_t stackSize = fStack->size();
5429 U_ASSERT(stackSize >= newStackSize);
5430 if (stackSize > newStackSize) {
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 116 milliseconds