Home
last modified time | relevance | path

Searched refs:stackSize (Results 1 – 25 of 64) 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/freetype/src/cff/
Dcf2stack.c55 FT_UInt stackSize ) in cf2_stack_init() argument
70 if ( FT_NEW_ARRAY( stack->buffer, stackSize ) ) in cf2_stack_init()
76 stack->stackSize = stackSize; in cf2_stack_init()
110 if ( stack->top == stack->buffer + stack->stackSize ) in cf2_stack_pushInt()
126 if ( stack->top == stack->buffer + stack->stackSize ) in cf2_stack_pushFixed()
190 FT_ASSERT( cf2_stack_count( stack ) <= stack->stackSize ); in cf2_stack_getReal()
Dcffparse.h53 FT_UInt stackSize; /* allocated size */ member
73 FT_UInt stackSize,
Dcf2stack.h67 FT_UInt stackSize; member
75 FT_UInt stackSize );
Dcffparse.c45 FT_UInt stackSize, in cff_parser_init() argument
65 if ( FT_NEW_ARRAY( parser->stack, stackSize ) ) in cff_parser_init()
71 parser->stackSize = stackSize; in cff_parser_init()
922 if ( numBlends > parser->stackSize ) in cff_parse_blend()
1300 if ( (FT_UInt)( parser->top - parser->stack ) >= parser->stackSize ) in cff_parser_run()
1391 if ( (FT_UInt)( parser->top - parser->stack ) >= parser->stackSize ) in cff_parser_run()
1472 if ( (FT_UInt)( parser->top - parser->stack ) >= parser->stackSize ) in cff_parser_run()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DIntDiffer.java26 public IntDiffer(int stackSize, int matchCount) { in IntDiffer() argument
27 this.STACKSIZE = stackSize; in IntDiffer()
29 a = new int[stackSize+matchCount]; in IntDiffer()
30 b = new int[stackSize+matchCount]; in IntDiffer()
/external/icu/icu4c/source/common/
Ducharstrieiterator.cpp112 int32_t stackSize=stack_->size(); in next() local
113 int32_t length=stack_->elementAti(stackSize-1); in next()
114 pos=uchars_+stack_->elementAti(stackSize-2); in next()
115 stack_->setSize(stackSize-2); in next()
Dbytestrieiterator.cpp113 int32_t stackSize=stack_->size(); in next() local
114 int32_t length=stack_->elementAti(stackSize-1); in next()
115 pos=bytes_+stack_->elementAti(stackSize-2); in next()
116 stack_->setSize(stackSize-2); in next()
/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()
361 uint32_t stackSize = stackSizeEncoded * 8; in stepWithCompactEncodingFrameless() local
365 stackSize = subl + 8 * stackAdjust; in stepWithCompactEncodingFrameless()
434 uint64_t savedRegisters = registers.getSP() + stackSize - 8 - 8 * regCount; in stepWithCompactEncodingFrameless()
535 uint32_t stackSize = in stepWithCompactEncodingFrameless() local
538 uint64_t savedRegisterLoc = registers.getSP() + stackSize; in stepWithCompactEncodingFrameless()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeRegisterInfo.cpp147 int stackSize = MFI->getStackSize(); in eliminateFrameIndex() local
153 << "stackSize : " << stackSize << "\n" in eliminateFrameIndex()
161 int Offset = (spOffset < 0) ? (stackSize - spOffset) : spOffset; in eliminateFrameIndex()
/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/test/CodeGen/MIR/Lanai/
Dpeephole-compare.mir199 stackSize: 0
246 stackSize: 0
294 stackSize: 0
344 stackSize: 0
394 stackSize: 0
444 stackSize: 0
494 stackSize: 0
561 stackSize: 0
656 stackSize: 0
/external/llvm/test/CodeGen/AMDGPU/
Dindirect-addressing-undef.mir77 stackSize: 0
133 stackSize: 0
188 stackSize: 0
245 stackSize: 0
301 stackSize: 0
/external/llvm/lib/Target/Mips/
DMipsRegisterInfo.cpp284 uint64_t stackSize = MF.getFrameInfo()->getStackSize(); in eliminateFrameIndex() local
289 << "stackSize : " << stackSize << "\n"); in eliminateFrameIndex()
291 eliminateFI(MI, FIOperandNum, FrameIndex, stackSize, spOffset); in eliminateFrameIndex()
/external/llvm/test/CodeGen/MIR/X86/
Dexpected-offset-after-cfi-operand.mir16 stackSize: 4040
Dcfi-def-cfa-offset.mir18 stackSize: 4040
Dlarge-cfi-offset-number-error.mir16 stackSize: 4040
Dcfi-def-cfa-register.mir19 stackSize: 8
Dvariable-sized-stack-object-size-error.mir19 stackSize: 24
Dfixed-stack-objects.mir20 stackSize: 4
/external/llvm/test/CodeGen/MIR/Mips/
Dmemory-operands.mir34 stackSize: 24
66 stackSize: 32
/external/llvm/test/CodeGen/AArch64/
Dmovimm-wzr.mir28 stackSize: 0
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsRegisterInfo.cpp262 int stackSize = MF.getFrameInfo()->getStackSize(); in eliminateFrameIndex() local
267 << "stackSize : " << stackSize << "\n"); in eliminateFrameIndex()
305 Offset = spOffset + stackSize; in eliminateFrameIndex()

123