/external/fonttools/Lib/fontTools/misc/ |
D | xmlReader.py | 37 self.stackSize = 0 41 self.stackSize += 1 51 self.stackSize -= 1 75 if self.stackSize == 1 and self.contentOnly: 80 self.stackSize = 2 82 stackSize = self.stackSize 83 self.stackSize = stackSize + 1 93 if not stackSize: 102 elif stackSize == 1: 129 elif stackSize == 2 and subFile is not None: [all …]
|
/external/javassist/src/main/javassist/ |
D | CtNewWrappedConstructor.java | 59 int stacksize, stacksize2; in makeBody() local 66 stacksize = 1; in makeBody() 70 stacksize = code.addLoadParameters(parameters, 1) + 1; in makeBody() 75 stacksize = compileParameterList(code, parameters, 1); in makeBody() 86 if (stacksize < stacksize2) in makeBody() 87 stacksize = stacksize2; in makeBody() 98 if (stacksize < stacksize2) in makeBody() 99 stacksize = stacksize2; in makeBody() 102 code.setMaxStack(stacksize); in makeBody()
|
D | CtNewWrappedMethod.java | 68 int stacksize = makeBody0(clazz, classfile, wrappedBody, isStatic, in makeBody() local 70 code.setMaxStack(stacksize); in makeBody() 92 int stacksize = compileParameterList(code, parameters, in makeBody0() local 126 if (stacksize < stacksize2 + 2) in makeBody0() 127 stacksize = stacksize2 + 2; in makeBody0() 129 return stacksize; in makeBody0()
|
/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/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstack/ |
D | assertions.xml | 4 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/lottie/lottie/src/main/java/com/airbnb/lottie/parser/moshi/ |
D | JsonUtf8Reader.java | 110 pathIndices[stackSize - 1] = 0; in beginArray() 124 stackSize--; in endArray() 125 pathIndices[stackSize - 1]++; in endArray() 153 stackSize--; in endObject() 154 pathNames[stackSize] = null; // Free the last path name so that it can be garbage collected! in endObject() 155 pathIndices[stackSize - 1]++; in endObject() 212 int peekStack = scopes[stackSize - 1]; in doPeek() 214 scopes[stackSize - 1] = JsonScope.NONEMPTY_ARRAY; in doPeek() 230 scopes[stackSize - 1] = JsonScope.DANGLING_NAME; in doPeek() 271 scopes[stackSize - 1] = JsonScope.NONEMPTY_OBJECT; in doPeek() [all …]
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
D | IntDiffer.java | 23 * @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/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstacksize/ |
D | assertions.xml | 4 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}
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | Differ.java | 18 * @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/llvm-project/llvm/test/CodeGen/X86/ |
D | leaFixup64.mir | 173 stackSize: 0 211 stackSize: 0 249 stackSize: 0 286 stackSize: 0 324 stackSize: 0 362 stackSize: 0 400 stackSize: 0 439 stackSize: 0 478 stackSize: 0 516 stackSize: 0 [all …]
|
D | leaFixup32.mir | 96 stackSize: 0 134 stackSize: 0 172 stackSize: 0 210 stackSize: 0 249 stackSize: 0 288 stackSize: 0 325 stackSize: 0 364 stackSize: 0 402 stackSize: 0 440 stackSize: 0 [all …]
|
/external/llvm/lib/Target/Mips/ |
D | Mips16FrameLowering.cpp | 46 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/llvm-project/llvm/lib/Target/Mips/ |
D | Mips16FrameLowering.cpp | 53 uint64_t StackSize = MFI.getStackSize(); in emitPrologue() local 56 if (StackSize == 0 && !MFI.adjustsStack()) return; in emitPrologue() 62 TII.makeFrame(Mips::SP, StackSize, MBB, MBBI); in emitPrologue() 64 // emit ".cfi_def_cfa_offset StackSize" in emitPrologue() 66 MF.addFrameInst(MCCFIInstruction::cfiDefCfaOffset(nullptr, StackSize)); in emitPrologue() 98 uint64_t StackSize = MFI.getStackSize(); in emitEpilogue() local 100 if (!StackSize) in emitEpilogue() 108 // assumes stacksize multiple of 8 in emitEpilogue() 109 TII.restoreFrame(Mips::SP, StackSize, MBB, MBBI); in emitEpilogue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16FrameLowering.cpp | 53 uint64_t StackSize = MFI.getStackSize(); in emitPrologue() local 56 if (StackSize == 0 && !MFI.adjustsStack()) return; in emitPrologue() 62 TII.makeFrame(Mips::SP, StackSize, MBB, MBBI); in emitPrologue() 64 // emit ".cfi_def_cfa_offset StackSize" in emitPrologue() 66 MCCFIInstruction::createDefCfaOffset(nullptr, -StackSize)); in emitPrologue() 98 uint64_t StackSize = MFI.getStackSize(); in emitEpilogue() local 100 if (!StackSize) in emitEpilogue() 108 // assumes stacksize multiple of 8 in emitEpilogue() 109 TII.restoreFrame(Mips::SP, StackSize, MBB, MBBI); in emitEpilogue()
|
/external/python/cpython2/Lib/test/ |
D | test_new.py | 113 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-10.0/llvm/lib/Target/RISCV/ |
D | RISCVFrameLowering.cpp | 129 uint64_t StackSize = MFI.getStackSize(); in emitPrologue() local 132 if (StackSize == 0 && !MFI.adjustsStack()) in emitPrologue() 144 StackSize = FirstSPAdjustAmount; in emitPrologue() 147 adjustReg(MBB, MBBI, DL, SPReg, SPReg, -StackSize, MachineInstr::FrameSetup); in emitPrologue() 149 // Emit ".cfi_def_cfa_offset StackSize" in emitPrologue() 151 MCCFIInstruction::createDefCfaOffset(nullptr, -StackSize)); in emitPrologue() 182 StackSize - RVFI->getVarArgsSaveSize(), MachineInstr::FrameSetup); in emitPrologue() 202 // Emit ".cfi_def_cfa_offset StackSize" in emitPrologue() 274 uint64_t StackSize = MFI.getStackSize(); in emitEpilogue() local 275 uint64_t FPOffset = StackSize - RVFI->getVarArgsSaveSize(); in emitEpilogue() [all …]
|
/external/swiftshader/third_party/marl/src/ |
D | osfiber_windows.h | 40 size_t stackSize, 77 size_t stackSize, in createFiber() argument 80 // stackSize is rounded up to the system's allocation granularity (typically in createFiber() 82 out->fiber = CreateFiberEx(stackSize - 1, stackSize, FIBER_FLAG_FLOAT_SWITCH, in createFiber()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/ |
D | Stacktraces.kt | 46 var stackSize = -1 in normalizeStackTrace() variable 49 stack[++stackSize] = c in normalizeStackTrace() 51 --stackSize in normalizeStackTrace() 54 return String(stack, 0, stackSize) in normalizeStackTrace()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFrameLowering.cpp | 130 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/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZFrameLowering.cpp | 328 uint64_t StackSize = (MFFrame.estimateStackSize(MF) + in processFunctionBeforeFrameFinalized() local 340 uint64_t MaxReach = StackSize + MaxArgOffset; in processFunctionBeforeFrameFinalized() 472 uint64_t StackSize = MFFrame.getStackSize(); in emitPrologue() local 483 StackSize += SystemZMC::CallFrameSize; in emitPrologue() 485 StackSize = StackSize > SystemZMC::CallFrameSize in emitPrologue() 486 ? StackSize - SystemZMC::CallFrameSize in emitPrologue() 488 MFFrame.setStackSize(StackSize); in emitPrologue() 490 if (StackSize) { in emitPrologue() 500 // Allocate StackSize bytes. in emitPrologue() 501 int64_t Delta = -int64_t(StackSize); in emitPrologue() [all …]
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_posix_libcdep.cc | 310 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()
|
/external/llvm-project/llvm/lib/Target/ARC/ |
D | ARCRegisterInfo.cpp | 40 unsigned FrameReg, int Offset, int StackSize, in ReplaceFrameIndex() argument 173 int StackSize = MF.getFrameInfo().getStackSize(); in eliminateFrameIndex() local 182 LLVM_DEBUG(dbgs() << "StackSize : " << StackSize << "\n"); in eliminateFrameIndex() 208 Offset = StackSize + Offset; in eliminateFrameIndex() 210 assert((Offset >= 0 && Offset < StackSize) && "SP Offset not in bounds."); in eliminateFrameIndex() 213 assert((Offset < 0 && -Offset <= StackSize) && in eliminateFrameIndex() 217 ReplaceFrameIndex(II, TII, Reg, getFrameRegister(MF), Offset, StackSize, in eliminateFrameIndex()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCRegisterInfo.cpp | 40 unsigned FrameReg, int Offset, int StackSize, in ReplaceFrameIndex() argument 178 int StackSize = MF.getFrameInfo().getStackSize(); in eliminateFrameIndex() local 187 LLVM_DEBUG(dbgs() << "StackSize : " << StackSize << "\n"); in eliminateFrameIndex() 213 Offset = StackSize + Offset; in eliminateFrameIndex() 215 assert((Offset >= 0 && Offset < StackSize) && "SP Offset not in bounds."); in eliminateFrameIndex() 218 assert((Offset < 0 && -Offset <= StackSize) && in eliminateFrameIndex() 222 ReplaceFrameIndex(II, TII, Reg, getFrameRegister(MF), Offset, StackSize, in eliminateFrameIndex()
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | sve-callbyref-notailcall.ll | 10 ; CHECK: addvl sp, sp, #-[[STACKSIZE:[0-9]+]] 13 ; CHECK: addvl sp, sp, #[[STACKSIZE]] 23 ; CHECK: addvl sp, sp, #-[[STACKSIZE:[0-9]+]] 26 ; CHECK: addvl sp, sp, #[[STACKSIZE]]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFrameLowering.cpp | 161 uint64_t StackSize = MFI.getStackSize(); in emitPrologue() local 175 if (StackSize) in emitPrologue() 191 if (StackSize) { in emitPrologue() 195 .addImm(StackSize); in emitPrologue() 220 if (StackSize && needsSPWriteback(MF)) { in emitPrologue() 227 uint64_t StackSize = MF.getFrameInfo().getStackSize(); in emitEpilogue() local 244 } else if (StackSize) { in emitEpilogue() 249 .addImm(StackSize); in emitEpilogue()
|