Home
last modified time | relevance | path

Searched refs:stackSize (Results 1 – 25 of 73) sorted by relevance

123

/external/fonttools/Lib/fontTools/misc/
DxmlReader.py23 self.stackSize = 0
52 stackSize = self.stackSize
53 self.stackSize = stackSize + 1
54 if not stackSize:
63 elif stackSize == 1:
96 elif stackSize == 2:
105 if self.stackSize > 1:
109 self.stackSize = self.stackSize - 1
111 if self.stackSize == 1:
113 elif self.stackSize == 2:
/external/proguard/src/proguard/classfile/attribute/visitor/
DStackSizeComputer.java56 private int stackSize; field in StackSizeComputer
149 stackSize = 0; in visitCodeAttribute0()
209 stackSize -= 1; in visitBranchInstruction()
263 stackSize = 1; in visitExceptionInfo()
300 int initialStackSize = stackSize; in evaluateInstructionBlock()
303 if (maxStackSize < stackSize) in evaluateInstructionBlock()
305 maxStackSize = stackSize; in evaluateInstructionBlock()
322 stackSize+" - "+ in evaluateInstructionBlock()
325 (stackSize+stackPushCount-stackPopCount)+": "+ in evaluateInstructionBlock()
330 stackSize -= instruction.stackPopCount(clazz); in evaluateInstructionBlock()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DDiffer.java27 public Differ(int stackSize, int matchCount) { in Differ() argument
28 this.STACKSIZE = stackSize; in Differ()
30 a = (T[]) new Object[stackSize+matchCount]; in Differ()
31 b = (T[]) new Object[stackSize+matchCount]; in Differ()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DDiffer.java25 public Differ(int stackSize, int matchCount) { in Differ() argument
26 this.STACKSIZE = stackSize; in Differ()
28 a = (T[]) new Object[stackSize+matchCount]; in Differ()
29 b = (T[]) new Object[stackSize+matchCount]; in Differ()
/external/mockito/cglib-and-asm/src/org/mockito/asm/
DMethodWriter.java381 private int stackSize; field in MethodWriter
644 int size = stackSize + Frame.SIZE[opcode]; in visitInsn()
648 stackSize = size; in visitInsn()
667 int size = stackSize + 1; in visitIntInsn()
671 stackSize = size; in visitIntInsn()
694 currentBlock.inputStackTop = stackSize; in visitVarInsn()
697 int size = stackSize + Frame.SIZE[opcode]; in visitVarInsn()
701 stackSize = size; in visitVarInsn()
749 int size = stackSize + 1; in visitTypeInsn()
753 stackSize = size; in visitTypeInsn()
[all …]
/external/icu/icu4c/source/common/
Ducharstrieiterator.cpp110 int32_t stackSize=stack_->size(); in next() local
111 int32_t length=stack_->elementAti(stackSize-1); in next()
112 pos=uchars_+stack_->elementAti(stackSize-2); in next()
113 stack_->setSize(stackSize-2); in next()
Dbytestrieiterator.cpp111 int32_t stackSize=stack_->size(); in next() local
112 int32_t length=stack_->elementAti(stackSize-1); in next()
113 pos=bytes_+stack_->elementAti(stackSize-2); in next()
114 stack_->setSize(stackSize-2); in next()
/external/opencv3/modules/core/src/
Dcuda_stream.cpp121 void initialize(size_t stackSize, int stackCount);
148 void MemoryPool::initialize(size_t stackSize, int stackCount) in initialize() argument
154 stackSize_ = stackSize; in initialize()
631 void cv::cuda::setBufferPoolConfig(int deviceId, size_t stackSize, int stackCount) in setBufferPoolConfig() argument
635 (void)stackSize; in setBufferPoolConfig()
644 initializer.getMemoryPool(deviceId)->initialize(stackSize, stackCount); in setBufferPoolConfig()
653 initializer.getMemoryPool(deviceId)->initialize(stackSize, stackCount); in setBufferPoolConfig()
/external/llvm/test/CodeGen/MIR/Generic/
Dframe-info.mir34 # CHECK-NEXT: stackSize: 0
61 # CHECK-NEXT: stackSize: 4
77 stackSize: 4
/external/libunwind_llvm/src/
DCompactUnwinder.hpp130 uint32_t stackSize = stackSizeEncoded * 4; in stepWithCompactEncodingFrameless() local
134 stackSize = subl + 4 * stackAdjust; in stepWithCompactEncodingFrameless()
203 uint32_t savedRegisters = registers.getSP() + stackSize - 4 - 4 * regCount; in stepWithCompactEncodingFrameless()
359 uint32_t stackSize = stackSizeEncoded * 8; in stepWithCompactEncodingFrameless() local
363 stackSize = subl + 8 * stackAdjust; in stepWithCompactEncodingFrameless()
432 uint64_t savedRegisters = registers.getSP() + stackSize - 8 - 8 * regCount; in stepWithCompactEncodingFrameless()
531 uint32_t stackSize = in stepWithCompactEncodingFrameless() local
534 uint64_t savedRegisterLoc = registers.getSP() + stackSize; in stepWithCompactEncodingFrameless()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationShrinker.java738 int stackSize = tracedStack.size(); in visitAnyInstruction() local
742 … for (int stackIndex = stackSize - popCount; stackIndex < stackSize; stackIndex++) in visitAnyInstruction()
836 int stackSize = tracedStack.size(); in visitAnyInstruction() local
839 … for (int stackIndex = stackSize - pushCount; stackIndex < stackSize; stackIndex++) in visitAnyInstruction()
869 int stackSize = tracedStack.size(); in visitAnyInstruction() local
872 … for (int stackIndex = stackSize - popCount; stackIndex < stackSize; stackIndex++) in visitAnyInstruction()
903 int stackSize = tracedStack.size(); in visitAnyInstruction() local
906 … for (int stackIndex = stackSize - pushCount; stackIndex < stackSize; stackIndex++) in visitAnyInstruction()
1540 int stackSize = tracedStack.size(); in markStackProducers() local
1544 for (int stackIndex = stackSize - popCount; stackIndex < stackSize; stackIndex++) in markStackProducers()
/external/llvm/lib/Target/Mips/
DMipsRegisterInfo.cpp272 uint64_t stackSize = MF.getFrameInfo()->getStackSize(); in eliminateFrameIndex() local
277 << "stackSize : " << stackSize << "\n"); in eliminateFrameIndex()
279 eliminateFI(MI, FIOperandNum, FrameIndex, stackSize, spOffset); in eliminateFrameIndex()
/external/llvm/test/CodeGen/MIR/Mips/
Dmemory-operands.mir34 stackSize: 24
66 stackSize: 32
Dexpected-global-value-or-symbol-after-call-entry.mir17 stackSize: 24
/external/llvm/test/CodeGen/MIR/X86/
Dexpected-offset-after-cfi-operand.mir16 stackSize: 4040
Dlarge-cfi-offset-number-error.mir16 stackSize: 4040
Dcfi-def-cfa-offset.mir18 stackSize: 4040
Dcfi-def-cfa-register.mir19 stackSize: 8
Dvariable-sized-stack-object-size-error.mir19 stackSize: 24
Dfixed-stack-objects.mir20 stackSize: 4
Dvariable-sized-stack-objects.mir22 stackSize: 24
Dfixed-stack-memory-operands.mir23 stackSize: 4
Dearly-clobber-register-flag.mir28 stackSize: 8
Dexpected-comma-after-cfi-register.mir22 stackSize: 8
/external/llvm/lib/Target/Sparc/
DSparcSubtarget.h89 int getAdjustedFrameSize(int stackSize) const;

123