Home
last modified time | relevance | path

Searched full:stacksize (Results 1 – 25 of 456) sorted by relevance

12345678910>>...19

/external/fonttools/Lib/fontTools/misc/
DxmlReader.py39 self.stackSize = 0
43 self.stackSize += 1
53 self.stackSize -= 1
77 if self.stackSize == 1 and self.contentOnly:
82 self.stackSize = 2
84 stackSize = self.stackSize
85 self.stackSize = stackSize + 1
95 if not stackSize:
104 elif stackSize == 1:
131 elif stackSize == 2 and subFile is not None:
[all …]
/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/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstack/
Dassertions.xml4 stackaddr and stacksize in the attr ojbect.
16 shall be stacksize bytes. The stacksize shall be at least
22 All pages within the stack described by stackaddr and stacksize shall be
33 [EINVAL] The value of stacksize is less than {PTHREAD_STACK_MIN}
40 be used as a stack or if (stackaddr + stacksize) lacks proper alignment.
45 [EACCES] The stack page(s) described by stackaddr and stacksize are not
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
DleaFixup64.mir168 stackSize: 0
203 stackSize: 0
238 stackSize: 0
272 stackSize: 0
307 stackSize: 0
342 stackSize: 0
377 stackSize: 0
413 stackSize: 0
449 stackSize: 0
484 stackSize: 0
[all …]
DleaFixup32.mir95 stackSize: 0
130 stackSize: 0
165 stackSize: 0
200 stackSize: 0
236 stackSize: 0
272 stackSize: 0
306 stackSize: 0
342 stackSize: 0
377 stackSize: 0
412 stackSize: 0
[all …]
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DIntDiffer.java23 * @param stackSize The size of the largest difference you expect.
26 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()
99 if (aCount >= STACKSIZE || bCount >= STACKSIZE) { in checkMatch()
142 private int STACKSIZE; field in IntDiffer
/external/cldr/tools/java/org/unicode/cldr/util/
DDiffer.java18 * @param stackSize The size of the largest difference you expect.
22 public Differ(int stackSize, int matchCount) { in Differ() argument
23 this.STACKSIZE = stackSize; in Differ()
25 a = (T[]) new Object[stackSize + matchCount]; in Differ()
26 b = (T[]) new Object[stackSize + matchCount]; in Differ()
117 if (aCount >= STACKSIZE || bCount >= STACKSIZE) { in checkMatch()
162 private int STACKSIZE; field in Differ
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstacksize/
Dassertions.xml4 stacksize in the attr ojbect.
8 The stacksize attribute shall define the minimum stack size (in bytes)
13 If success, it returns zero and stores the stacksize attribute in
14 the stacksize if successful.
20 [EINVAL] The value of stacksize is less than {PTHREAD_STACK_MIN}
D4-1.c12 * 2. set the stacksize less tha PTHREAD_STACK_MIN
29 #define STACKSIZE PTHREAD_STACK_MIN - sysconf(_SC_PAGE_SIZE) macro
51 stack_size = STACKSIZE; in main()
/external/llvm/lib/Target/Mips/
DMips16FrameLowering.cpp46 uint64_t StackSize = MFI->getStackSize(); in emitPrologue() local
49 if (StackSize == 0 && !MFI->adjustsStack()) return; in emitPrologue()
56 TII.makeFrame(Mips::SP, StackSize, MBB, MBBI); in emitPrologue()
58 // emit ".cfi_def_cfa_offset StackSize" in emitPrologue()
60 MCCFIInstruction::createDefCfaOffset(nullptr, -StackSize)); in emitPrologue()
93 uint64_t StackSize = MFI->getStackSize(); in emitEpilogue() local
95 if (!StackSize) in emitEpilogue()
103 // assumes stacksize multiple of 8 in emitEpilogue()
104 TII.restoreFrame(Mips::SP, StackSize, MBB, MBBI); in emitEpilogue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMips16FrameLowering.cpp54 uint64_t StackSize = MFI.getStackSize(); in emitPrologue() local
57 if (StackSize == 0 && !MFI.adjustsStack()) return; in emitPrologue()
63 TII.makeFrame(Mips::SP, StackSize, MBB, MBBI); in emitPrologue()
65 // emit ".cfi_def_cfa_offset StackSize" in emitPrologue()
67 MCCFIInstruction::createDefCfaOffset(nullptr, -StackSize)); in emitPrologue()
99 uint64_t StackSize = MFI.getStackSize(); in emitEpilogue() local
101 if (!StackSize) in emitEpilogue()
109 // assumes stacksize multiple of 8 in emitEpilogue()
110 TII.restoreFrame(Mips::SP, StackSize, MBB, MBBI); in emitEpilogue()
/external/python/cpython2/Lib/test/
Dtest_new.py113 stacksize = c.co_stacksize
126 d = new.code(argcount, nlocals, stacksize, flags, codestring,
131 d = new.code(argcount, nlocals, stacksize, flags, codestring,
137 -argcount, nlocals, stacksize, flags, codestring,
142 argcount, -nlocals, stacksize, flags, codestring,
147 argcount, nlocals, stacksize, flags, codestring,
154 d = new.code(argcount, nlocals, stacksize, flags, codestring,
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsFrameLowering.cpp54 // StackSize -----------
62 // with offsets that exceeds the stack size: (stacksize+(4*(num_arg-1))
72 // lw REGX, 16+StackSize(SP)
159 unsigned StackSize = AlignOffset(LocalVarAreaOffset, StackAlign) + in emitPrologue() local
163 MFI->setStackSize(StackSize); in emitPrologue()
174 if (StackSize == 0 && !MFI->adjustsStack()) return; in emitPrologue()
181 ATUsed = expandRegLargeImmPair(Mips::SP, -StackSize, NewReg, NewImm, MBB, in emitPrologue()
190 // emit ".cfi_def_cfa_offset StackSize" in emitPrologue()
195 SrcML = MachineLocation(MachineLocation::VirtualFP, -StackSize); in emitPrologue()
277 unsigned StackSize = MFI->getStackSize(); in emitEpilogue() local
[all …]
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.cpp130 uint64_t StackSize = MFI->getStackSize(); in emitPrologue() local
151 StackSize ? SPReg : (unsigned)WebAssembly::SP32) in emitPrologue()
157 if (StackSize) { in emitPrologue()
161 .addImm(StackSize); in emitPrologue()
175 if (StackSize && needsSPWriteback(MF, *MFI)) { in emitPrologue()
183 uint64_t StackSize = MFI->getStackSize(); in emitEpilogue() local
197 if (StackSize) { in emitEpilogue()
203 .addImm(StackSize); in emitEpilogue()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix_libcdep.cc310 uptr stacksize = 0; in AdjustStackSize() local
311 my_pthread_attr_getstack(attr, (void**)&stackaddr, &stacksize); in AdjustStackSize()
312 // GLibC will return (0 - stacksize) as the stack address in the case when in AdjustStackSize()
313 // stacksize is set, but stackaddr is not. in AdjustStackSize()
314 bool stack_set = (stackaddr != 0) && (stackaddr + stacksize != 0); in AdjustStackSize()
317 if (stacksize < minstacksize) { in AdjustStackSize()
319 if (stacksize != 0) { in AdjustStackSize()
320 VPrintf(1, "Sanitizer: increasing stacksize %zu->%zu\n", stacksize, in AdjustStackSize()
326 "%zu < %zu\n", stacksize, minstacksize); in AdjustStackSize()
Dsanitizer_linux_libcdep.cc98 // Get stacksize from rlimit, but clip it so that it does not overlap in GetThreadStackTopAndBottom()
100 uptr stacksize = rl.rlim_cur; in GetThreadStackTopAndBottom() local
101 if (stacksize > end - prev_end) in GetThreadStackTopAndBottom()
102 stacksize = end - prev_end; in GetThreadStackTopAndBottom()
106 if (stacksize > kMaxThreadStackSize) in GetThreadStackTopAndBottom()
107 stacksize = kMaxThreadStackSize; in GetThreadStackTopAndBottom()
109 *stack_bottom = end - stacksize; in GetThreadStackTopAndBottom()
115 uptr stacksize = 0; in GetThreadStackTopAndBottom() local
117 my_pthread_attr_getstack(&attr, &stackaddr, &stacksize); in GetThreadStackTopAndBottom()
120 CHECK_LE(stacksize, kMaxThreadStackSize); // Sanity check. in GetThreadStackTopAndBottom()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCRegisterInfo.cpp41 unsigned FrameReg, int Offset, int StackSize, in ReplaceFrameIndex() argument
175 int StackSize = MF.getFrameInfo().getStackSize(); in eliminateFrameIndex() local
184 LLVM_DEBUG(dbgs() << "StackSize : " << StackSize << "\n"); in eliminateFrameIndex()
210 Offset = StackSize + Offset; in eliminateFrameIndex()
212 assert((Offset >= 0 && Offset < StackSize) && "SP Offset not in bounds."); in eliminateFrameIndex()
215 assert((Offset < 0 && -Offset <= StackSize) && in eliminateFrameIndex()
219 ReplaceFrameIndex(II, TII, Reg, getFrameRegister(MF), Offset, StackSize, in eliminateFrameIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.cpp137 uint64_t StackSize = MFI.getStackSize(); in emitPrologue() local
150 if (StackSize) in emitPrologue()
166 if (StackSize) { in emitPrologue()
170 .addImm(StackSize); in emitPrologue()
196 if (StackSize && needsSPWriteback(MF, MFI)) { in emitPrologue()
204 uint64_t StackSize = MFI.getStackSize(); in emitEpilogue() local
221 } else if (StackSize) { in emitEpilogue()
227 .addImm(StackSize); in emitEpilogue()
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZFrameLowering.cpp107 uint64_t StackSize = MFI->getStackSize(); in emitPrologue() local
108 StackSize -= SystemZMFI->getCalleeSavedFrameSize(); in emitPrologue()
110 uint64_t NumBytes = StackSize - getOffsetOfLocalArea(); in emitPrologue()
122 if (StackSize || MFI->hasCalls()) { in emitPrologue()
160 uint64_t StackSize = in emitEpilogue() local
162 uint64_t NumBytes = StackSize - getOffsetOfLocalArea(); in emitEpilogue()
175 if (StackSize || MFI->hasCalls()) { in emitEpilogue()
209 uint64_t StackSize = MFI->getStackSize(); in getFrameIndexOffset() local
213 StackSize -= SystemZMFI->getCalleeSavedFrameSize(); in getFrameIndexOffset()
215 Offset += StackSize - getOffsetOfLocalArea(); in getFrameIndexOffset()
[all …]
/external/freetype/src/psaux/
Dpsstack.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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp289 uint64_t StackSize = (MFFrame.estimateStackSize(MF) + in processFunctionBeforeFrameFinalized() local
302 uint64_t MaxReach = StackSize + MaxArgOffset; in processFunctionBeforeFrameFinalized()
382 uint64_t StackSize = MFFrame.getStackSize(); in emitPrologue() local
386 if (StackSize || MFFrame.hasVarSizedObjects() || MFFrame.hasCalls()) { in emitPrologue()
387 StackSize += SystemZMC::CallFrameSize; in emitPrologue()
388 MFFrame.setStackSize(StackSize); in emitPrologue()
391 if (StackSize) { in emitPrologue()
401 // Allocate StackSize bytes. in emitPrologue()
402 int64_t Delta = -int64_t(StackSize); in emitPrologue()
485 uint64_t StackSize = MFFrame.getStackSize(); in emitEpilogue() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dconvert-rr-to-ri-instrs-out-of-range.mir235 stackSize: 0
285 stackSize: 0
341 stackSize: 0
404 stackSize: 0
463 stackSize: 0
521 stackSize: 0
583 stackSize: 0
641 stackSize: 0
700 stackSize: 0
758 stackSize: 0
[all …]
Dconvert-rr-to-ri-instrs.mir1029 stackSize: 0
1085 stackSize: 0
1145 stackSize: 0
1206 stackSize: 0
1265 stackSize: 0
1320 stackSize: 0
1370 stackSize: 0
1424 stackSize: 0
1479 stackSize: 0
1533 stackSize: 0
[all …]
/external/cldr/tools/java/org/unicode/cldr/draft/
DStateMachine.java59 private int stackSize = 0; field in StateMachine.StateObjectBuilder
62 stateStack[stackSize++] = state; in push()
66 return stateStack[--stackSize]; in pop()
88 for (int i = stackSize - 1; i >= 0; --i) { in toString()
89 if (i != stackSize - 1) { in toString()
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp361 uint64_t StackSize = getAllocatedStackSize(MF); in emitPrologue() local
362 if (StackSize) { in emitPrologue()
372 // Allocate StackSize bytes. in emitPrologue()
373 int64_t Delta = -int64_t(StackSize); in emitPrologue()
448 uint64_t StackSize = getAllocatedStackSize(MF); in emitEpilogue() local
457 uint64_t Offset = StackSize + MBBI->getOperand(AddrOpNo + 1).getImm(); in emitEpilogue()
473 } else if (StackSize) { in emitEpilogue()
475 emitIncrement(MBB, MBBI, DL, SystemZ::R15D, StackSize, ZII); in emitEpilogue()
514 uint64_t StackSize = MFFrame->getStackSize(); in getAllocatedStackSize() local
519 if (StackSize || MFFrame->hasVarSizedObjects() || MFFrame->hasCalls()) in getAllocatedStackSize()
[all …]

12345678910>>...19