Searched defs:stackSize (Results 1 - 25 of 32) sorted by relevance

12

/external/icu/icu4c/source/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/libunwind_llvm/src/
H A DCompactUnwinder.hpp130 uint32_t stackSize = stackSizeEncoded * 4; local
134 stackSize = subl + 4 * stackAdjust;
203 uint32_t savedRegisters = registers.getSP() + stackSize - 4 - 4 * regCount;
359 uint32_t stackSize = stackSizeEncoded * 8; local
363 stackSize = subl + 8 * stackAdjust;
432 uint64_t savedRegisters = registers.getSP() + stackSize - 8 - 8 * regCount;
531 uint32_t stackSize = local
534 uint64_t savedRegisterLoc = registers.getSP() + stackSize;
/external/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.cpp272 uint64_t stackSize = MF.getFrameInfo()->getStackSize(); local
277 << "stackSize : " << stackSize << "\n"); local
279 eliminateFI(MI, FIOperandNum, FrameIndex, stackSize, spOffset);
H A DMipsAsmPrinter.cpp305 unsigned stackSize = MF->getFrameInfo()->getStackSize(); local
307 getTargetStreamer().emitFrame(stackReg, stackSize, returnReg);
/external/proguard/src/proguard/classfile/attribute/visitor/
H A DStackSizeComputer.java56 private int stackSize; field in class:StackSizeComputer
149 stackSize = 0;
209 stackSize -= 1;
263 stackSize = 1;
300 int initialStackSize = stackSize;
303 if (maxStackSize < stackSize)
305 maxStackSize = stackSize;
322 stackSize+" - "+
325 (stackSize+stackPushCount-stackPopCount)+": "+
330 stackSize
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DDiffer.java23 * @param stackSize The size of the largest difference you expect.
27 public Differ(int stackSize, int matchCount) { argument
28 this.STACKSIZE = stackSize;
30 a = (T[]) new Object[stackSize+matchCount];
31 b = (T[]) new Object[stackSize+matchCount];
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DDiffer.java21 * @param stackSize The size of the largest difference you expect.
25 public Differ(int stackSize, int matchCount) { argument
26 this.STACKSIZE = stackSize;
28 a = (T[]) new Object[stackSize+matchCount];
29 b = (T[]) new Object[stackSize+matchCount];
/external/freetype/src/truetype/
H A Dttinterp.h161 FT_Long stackSize; /* size of exec. stack */ member in struct:TT_ExecContextRec_
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DMethodWriter.java379 * plus <tt>stackSize</tt>.
381 private int stackSize; field in class:MethodWriter
388 * block plus <tt>stackSize</tt>.
644 int size = stackSize + Frame.SIZE[opcode];
648 stackSize = size;
667 int size = stackSize + 1;
671 stackSize = size;
692 // save 'stackSize' here for future use
694 currentBlock.inputStackTop = stackSize;
697 int size = stackSize
[all...]
/external/pdfium/third_party/freetype/src/truetype/
H A Dttinterp.h161 FT_Long stackSize; /* size of exec. stack */ member in struct:TT_ExecContextRec_
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp262 SpillCodeInserter(Function *fn) : func(fn), stackSize(0), stackBase(0) { }
267 inline int32_t getStackSize() const { return stackSize; }
281 int32_t stackSize; member in class:nv50_ir::SpillCodeInserter
1390 int32_t offsetBase = stackSize;
1399 for (offset = offsetBase; offset < stackSize; offset += size) {
1423 stackSize = offset + size;
1526 stackBase = stackSize;
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...
/external/guice/extensions/persist/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
H A Djaxen-1.1-beta-7.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jaxen/ org/jaxen/dom/ org/jaxen/dom4j/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/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/caliper/lib/
H A Dgson-2.2.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/stream/ ...
/external/jacoco/
H A Dasm-debug-all-5.0.1.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class AnnotationVisitor ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter.java package proguard ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/v1/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...

Completed in 367 milliseconds

12