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

/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/libcxxabi/src/Unwind/
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.cpp252 uint64_t stackSize = MF.getFrameInfo()->getStackSize(); local
257 << "stackSize : " << stackSize << "\n"); local
259 eliminateFI(MI, FIOperandNum, FrameIndex, stackSize, spOffset);
H A DMipsAsmPrinter.cpp306 unsigned stackSize = MF->getFrameInfo()->getStackSize(); local
308 getTargetStreamer().emitFrame(stackReg, stackSize, returnReg);
/external/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.cpp173 int stackSize = MF.getFrameInfo()->getStackSize(); local
174 Offset += (stackSize) ? Subtarget.getAdjustedFrameSize(stackSize) : 0 ;
/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/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.h173 FT_UInt 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/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/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/optimize/WriteOnlyFieldFilter.class WriteOnlyFieldFilter.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/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/vogar/lib/
H A Dmockito-all-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/hamcrest/core/ org/hamcrest/internal/ org/ ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 551 milliseconds