/external/fonttools/Lib/fontTools/misc/ |
D | xmlReader.py | 23 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/ |
D | StackSizeComputer.java | 56 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/ |
D | Differ.java | 27 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/ |
D | Differ.java | 25 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/ |
D | MethodWriter.java | 381 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/ |
D | ucharstrieiterator.cpp | 110 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()
|
D | bytestrieiterator.cpp | 111 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/ |
D | cuda_stream.cpp | 121 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/ |
D | frame-info.mir | 34 # CHECK-NEXT: stackSize: 0 61 # CHECK-NEXT: stackSize: 4 77 stackSize: 4
|
/external/libunwind_llvm/src/ |
D | CompactUnwinder.hpp | 130 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/ |
D | EvaluationShrinker.java | 738 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/ |
D | MipsRegisterInfo.cpp | 272 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/ |
D | memory-operands.mir | 34 stackSize: 24 66 stackSize: 32
|
D | expected-global-value-or-symbol-after-call-entry.mir | 17 stackSize: 24
|
/external/llvm/test/CodeGen/MIR/X86/ |
D | expected-offset-after-cfi-operand.mir | 16 stackSize: 4040
|
D | large-cfi-offset-number-error.mir | 16 stackSize: 4040
|
D | cfi-def-cfa-offset.mir | 18 stackSize: 4040
|
D | cfi-def-cfa-register.mir | 19 stackSize: 8
|
D | variable-sized-stack-object-size-error.mir | 19 stackSize: 24
|
D | fixed-stack-objects.mir | 20 stackSize: 4
|
D | variable-sized-stack-objects.mir | 22 stackSize: 24
|
D | fixed-stack-memory-operands.mir | 23 stackSize: 4
|
D | early-clobber-register-flag.mir | 28 stackSize: 8
|
D | expected-comma-after-cfi-register.mir | 22 stackSize: 8
|
/external/llvm/lib/Target/Sparc/ |
D | SparcSubtarget.h | 89 int getAdjustedFrameSize(int stackSize) const;
|