HomeSort by relevance Sort by last modified time
    Searched defs:stackSize (Results 1 - 25 of 201) sorted by null

1 2 3 4 5 6 7 8 9

  /external/annotation-tools/asmx/src/org/objectweb/asm/
Edge.java 45 int stackSize;
MethodWriter.java 261 * <tt>stackSize</tt>.
263 private int stackSize;
270 * block plus <tt>stackSize</tt>.
686 int size = stackSize + SIZE[opcode];
690 stackSize = size;
709 int size = stackSize + 1;
713 stackSize = size;
733 int size = stackSize + SIZE[opcode];
737 stackSize = size;
774 int size = stackSize + 1
    [all...]
  /external/icu/icu4c/source/common/
ucharstrieiterator.cpp 112 int32_t stackSize=stack_->size();
113 int32_t length=stack_->elementAti(stackSize-1);
114 pos=uchars_+stack_->elementAti(stackSize-2);
115 stack_->setSize(stackSize-2);
bytestrieiterator.cpp 113 int32_t stackSize=stack_->size();
114 int32_t length=stack_->elementAti(stackSize-1);
115 pos=bytes_+stack_->elementAti(stackSize-2);
116 stack_->setSize(stackSize-2);
  /external/freetype/src/psaux/
psstack.h 67 FT_UInt stackSize;
75 FT_UInt stackSize );
psintrp.c 505 FT_UInt stackSize;
598 stackSize = font->isCFF2 ? cf2_getMaxstack( decoder )
600 opStack = cf2_stack_init( memory, error, stackSize );
764 if ( numBlends > stackSize )
    [all...]
  /libcore/ojluni/src/main/java/java/util/
ComparableTimSort.java 108 private int stackSize = 0; // Number of pending runs on stack
223 assert ts.stackSize == 1;
382 this.runBase[stackSize] = runBase;
383 this.runLen[stackSize] = runLen;
384 stackSize++;
395 * so the invariants are guaranteed to hold for i < stackSize upon
399 while (stackSize > 1) {
400 int n = stackSize - 2;
418 while (stackSize > 1) {
419 int n = stackSize - 2
    [all...]
TimSort.java 133 private int stackSize = 0; // Number of pending runs on stack
255 assert ts.stackSize == 1;
417 this.runBase[stackSize] = runBase;
418 this.runLen[stackSize] = runLen;
419 stackSize++;
430 * so the invariants are guaranteed to hold for i < stackSize upon
434 while (stackSize > 1) {
435 int n = stackSize - 2;
453 while (stackSize > 1) {
454 int n = stackSize - 2
    [all...]
  /external/libunwind_llvm/src/
CompactUnwinder.hpp 130 uint32_t stackSize = stackSizeEncoded * 4;
134 stackSize = subl + 4 * stackAdjust;
203 uint32_t savedRegisters = registers.getSP() + stackSize - 4 - 4 * regCount;
361 uint32_t stackSize = stackSizeEncoded * 8;
365 stackSize = subl + 8 * stackAdjust;
434 uint64_t savedRegisters = registers.getSP() + stackSize - 8 - 8 * regCount;
535 uint32_t stackSize =
538 uint64_t savedRegisterLoc = registers.getSP() + stackSize;
  /external/llvm/lib/Target/Mips/
MipsRegisterInfo.cpp 284 uint64_t stackSize = MF.getFrameInfo()->getStackSize();
289 << "stackSize : " << stackSize << "\n");
291 eliminateFI(MI, FIOperandNum, FrameIndex, stackSize, spOffset);
MipsAsmPrinter.cpp 214 // -- Frame directive "frame Stackpointer, Stacksize, RARegister"
305 unsigned stackSize = MF->getFrameInfo()->getStackSize();
307 getTargetStreamer().emitFrame(stackReg, stackSize, returnReg);
    [all...]
  /external/proguard/src/proguard/classfile/attribute/visitor/
StackSizeComputer.java 56 private int stackSize;
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 -= instruction.stackPopCount(clazz)
    [all...]
  /external/freetype/src/cff/
cffparse.h 61 FT_UInt stackSize; /* allocated size */
81 FT_UInt stackSize,
cffload.c     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsAsmPrinter.cpp 86 // -- Frame directive "frame Stackpointer, Stacksize, RARegister"
193 unsigned stackSize = MF->getFrameInfo()->getStackSize();
197 "," + Twine(stackSize) + ",$" +
  /external/proguard/src/proguard/optimize/evaluation/
SimpleEnumUseChecker.java 446 int stackSize = stackBefore.size();
448 for (int stackEntryIndex = 0; stackEntryIndex < stackSize; stackEntryIndex++)
EvaluationShrinker.java 738 int stackSize = tracedStack.size();
742 for (int stackIndex = stackSize - popCount; stackIndex < stackSize; stackIndex++)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
PduComposer.java     [all...]
  /external/freetype/src/truetype/
ttinterp.h 161 FT_Long stackSize; /* size of exec. stack */
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduComposer.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduComposer.java     [all...]
  /toolchain/binutils/binutils-2.27/include/nlm/
internal.h 159 /* The stackSize field contains the size of the stack in bytes, as
160 specified by the STACK or STACKSIZE keyword in NLMLINK. If no size
163 long stackSize;
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_ra.cpp 300 SpillCodeInserter(Function *fn) : func(fn), stackSize(0), stackBase(0) { }
306 inline int32_t getStackSize() const { return stackSize; }
320 int32_t stackSize;
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
Thread.java 203 private long stackSize;
396 * @param stackSize the desired stack size for the new thread, or
399 private void init(ThreadGroup g, Runnable target, String name, long stackSize) {
416 this.stackSize = stackSize;
628 * {@code stackSize} parameter, if any, is highly platform dependent.</b>
631 * {@code stackSize} parameter may allow a thread to achieve greater
636 * the relationship between the value of the <tt>stackSize</tt> parameter
639 * {@code stackSize} parameter may have no effect whatsoever.</b>
641 * <p>The virtual machine is free to treat the {@code stackSize}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/lld/ReaderWriter/
MachOLinkingContext.h 186 uint64_t stackSize() const { return _stackSize; }
187 void setStackSize(uint64_t stackSize) { _stackSize = stackSize; }

Completed in 1164 milliseconds

1 2 3 4 5 6 7 8 9