HomeSort by relevance Sort by last modified time
    Searched full:stacksize (Results 51 - 75 of 287) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/R600/
R600MachineFunctionInfo.h 29 unsigned StackSize;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptCallStackFactory.cpp 113 size_t stackSize = 1;
116 stackSize = maxStackSize;
118 return createScriptCallStack(stackSize);
  /external/llvm/lib/Target/Mips/
MipsTargetStreamer.h 43 virtual void emitFrame(unsigned StackReg, unsigned StackSize,
119 void emitFrame(unsigned StackReg, unsigned StackSize,
176 void emitFrame(unsigned StackReg, unsigned StackSize,
MipsFrameLowering.cpp 57 // StackSize -----------
65 // with offsets that exceeds the stack size: (stacksize+(4*(num_arg-1))
75 // lw REGX, 16+StackSize(SP)
MipsRegisterInfo.cpp 241 uint64_t stackSize = MF.getFrameInfo()->getStackSize();
246 << "stackSize : " << stackSize << "\n");
248 eliminateFI(MI, FIOperandNum, FrameIndex, stackSize, spOffset);
Mips16RegisterInfo.cpp 82 uint64_t StackSize,
131 Offset = SPOffset + (int64_t)StackSize;
MipsSEFrameLowering.cpp 293 uint64_t StackSize = MFI->getStackSize();
296 if (StackSize == 0 && !MFI->adjustsStack()) return;
303 TII.adjustStackPtr(SP, -StackSize, MBB, MBBI);
305 // emit ".cfi_def_cfa_offset StackSize"
307 MCCFIInstruction::createDefCfaOffset(nullptr, -StackSize));
439 uint64_t StackSize = MFI->getStackSize();
441 if (!StackSize)
445 TII.adjustStackPtr(SP, StackSize, MBB, MBBI);
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 346 uint64_t StackSize = getAllocatedStackSize(MF);
347 if (StackSize) {
348 // Allocate StackSize bytes.
349 int64_t Delta = -int64_t(StackSize);
417 uint64_t StackSize = getAllocatedStackSize(MF);
426 uint64_t Offset = StackSize + MBBI->getOperand(AddrOpNo + 1).getImm();
442 } else if (StackSize) {
444 emitIncrement(MBB, MBBI, DL, SystemZ::R15D, StackSize, ZII);
478 uint64_t StackSize = MFFrame->getStackSize();
483 if (StackSize || MFFrame->hasVarSizedObjects() || MFFrame->hasCalls()
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 448 uint64_t StackSize = MFI->getStackSize(); // Number of bytes to allocate.
500 StackSize = std::max(MinSize, StackSize > 128 ? StackSize - 128 : 0);
501 MFI->setStackSize(StackSize);
537 uint64_t FrameSize = StackSize - SlotSize;
560 assert(StackSize);
601 NumBytes = StackSize - X86FI->getCalleeSavedFrameSize();
618 assert(StackSize);
817 assert(StackSize);
    [all...]
  /external/javassist/src/main/javassist/
CtClassType.java 1464 int stacksize = 0; local
1549 int stacksize = makeFieldInitializer(init, params); local
1585 int stacksize = 0; local
    [all...]
CtField.java 998 int stacksize; local
1046 int stacksize = 2; local
1094 int stacksize; local
1139 int stacksize = 1; local
    [all...]
  /libcore/luni/src/main/java/java/util/
TimSort.java 117 private int stackSize = 0; // Number of pending runs on stack
220 if (DEBUG) assert ts.stackSize == 1;
382 this.runBase[stackSize] = runBase;
383 this.runLen[stackSize] = runLen;
384 stackSize++;
395 * so the invariants are guaranteed to hold for i < stackSize upon
399 while (stackSize > 1) {
400 int n = stackSize - 2;
418 while (stackSize > 1) {
419 int n = stackSize - 2
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 220 size_t stacksize; local
221 pthread_attr_getstack(&attr, &stackaddr, &stacksize);
222 return (void *)((uptr)stackaddr + stacksize - descr_addr);
  /external/llvm/lib/Target/Sparc/
SparcRegisterInfo.cpp 171 int stackSize = MF.getFrameInfo()->getStackSize();
172 Offset += (stackSize) ? Subtarget.getAdjustedFrameSize(stackSize) : 0 ;
  /external/chromium_org/third_party/openssl/openssl/crypto/threads/
netware.bat 32 set LFLAGS=-msgstyle gcc -zerobss -stacksize 32768 -nostdlib -sym internal
  /external/llvm/lib/Target/XCore/
XCoreRegisterInfo.cpp 274 int StackSize = MF.getFrameInfo()->getStackSize();
283 DEBUG(errs() << "StackSize : " << StackSize << "\n");
286 Offset += StackSize;
  /external/openssl/crypto/threads/
netware.bat 32 set LFLAGS=-msgstyle gcc -zerobss -stacksize 32768 -nostdlib -sym internal
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
MethodWriter.java 379 * plus <tt>stackSize</tt>.
381 private int stackSize;
388 * block plus <tt>stackSize</tt>.
644 int size = stackSize + Frame.SIZE[opcode];
648 stackSize = size;
667 int size = stackSize + 1;
671 stackSize = size;
692 // save 'stackSize' here for future use
694 currentBlock.inputStackTop = stackSize;
697 int size = stackSize + Frame.SIZE[opcode];
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
ConsoleBase.cpp 175 size_t stackSize = printTrace ? ScriptCallStack::maxCallStackSizeToCapture : 1;
176 RefPtrWillBeRawPtr<ScriptCallStack> callStack(createScriptCallStackForConsole(scriptState, stackSize));
  /external/libcxxabi/src/Unwind/
CompactUnwinder.hpp 130 uint32_t stackSize = stackSizeEncoded * 4;
134 stackSize = subl + 4 * stackAdjust;
203 uint32_t savedRegisters = registers.getSP() + stackSize - 4 - 4 * regCount;
359 uint32_t stackSize = stackSizeEncoded * 8;
363 stackSize = subl + 8 * stackAdjust;
432 uint64_t savedRegisters = registers.getSP() + stackSize - 8 - 8 * regCount;
531 uint32_t stackSize =
534 uint64_t savedRegisterLoc = registers.getSP() + stackSize;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
CompactUnwinder.hpp 130 uint32_t stackSize = stackSizeEncoded * 4;
134 stackSize = subl + 4 * stackAdjust;
203 uint32_t savedRegisters = registers.getSP() + stackSize - 4 - 4 * regCount;
359 uint32_t stackSize = stackSizeEncoded * 8;
363 stackSize = subl + 8 * stackAdjust;
432 uint64_t savedRegisters = registers.getSP() + stackSize - 8 - 8 * regCount;
531 uint32_t stackSize =
534 uint64_t savedRegisterLoc = registers.getSP() + stackSize;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
cfmfile.py 116 self.stacksize,
133 self.stacksize,
  /external/llvm/include/llvm/IR/
DiagnosticInfo.h 153 unsigned StackSize;
158 DiagnosticInfoStackSize(const Function &Fn, unsigned StackSize,
160 : DiagnosticInfo(DK_StackSize, Severity), Fn(Fn), StackSize(StackSize) {}
163 unsigned getStackSize() const { return StackSize; }
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 306 uint32_t encodeStackAdjustment(uint32_t StackSize) const {
307 return (StackSize / 16) << 12;
362 unsigned StackSize = 0;
401 assert(StackSize == 0 && "We already have the CFA offset!");
402 StackSize = std::abs(Inst.getOffset());
475 if (StackSize > 65520)
479 CompactUnwindEncoding |= encodeStackAdjustment(StackSize);
  /external/bluetooth/bluedroid/gki/common/
gki_debug.c 111 int j, stacksize; local
115 stacksize = (int) gki_cb.com.OSStackSize[task];
119 for(j = 0; j < stacksize; j++)

Completed in 1201 milliseconds

1 23 4 5 6 7 8 91011>>