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

1 2 34 5 6 7 8 91011>>

  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_debug.c 110 int j, stacksize; local
114 stacksize = (int) gki_cb.com.OSStackSize[task];
118 for(j = 0; j < stacksize; j++)
  /external/libnfc-nci/src/gki/common/
gki_debug.c 110 int j, stacksize; local
114 stacksize = (int) gki_cb.com.OSStackSize[task];
118 for(j = 0; j < stacksize; j++)
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_attr_init.c 89 attr_result->stacksize = 0;
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_unixos.h 177 (void) mprotect((void*) ((char*)ts->seg->vaddr + REDZONE + ts->stackSize),\
186 memset(ts->allocBase + REDZONE, 0xf7, ts->stackSize); \
193 (void) mprotect((void*) ((char*)ts->seg->vaddr + REDZONE + ts->stackSize),\
206 (void) mprotect((void*) ((char*)ts->seg->vaddr + REDZONE + ts->stackSize),\
_darwin.h 234 PRUint32 stackSize);
_freebsd.h 233 PRUint32 stackSize);
_nec.h 79 CONTEXT(thread)->uc_stack.ss_size = (thread)->stack->stackSize; \
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prtpool.h 64 PRUint32 stacksize);
prthread.h 116 ** "stackSize" the size of the stack, in bytes. The value can be zero
140 PRUint32 stackSize);
  /external/llvm/lib/Target/Mips/
MipsRegisterInfo.h 77 int FrameIndex, uint64_t StackSize,
MipsSERegisterInfo.cpp 107 uint64_t StackSize,
149 Offset = SPOffset + (int64_t)StackSize;
  /external/llvm/lib/Target/Sparc/
SparcSubtarget.h 86 int getAdjustedFrameSize(int stackSize) const;
  /external/valgrind/main/coregrind/m_initimg/
initimg-linux.c 399 unsigned stacksize; /* total client stack size */ local
465 stacksize =
475 if (0) VG_(printf)("stacksize = %d\n", stacksize);
478 client_SP = clstack_end - stacksize;
491 VG_(printf)("stringsize=%d auxsize=%d stacksize=%d maxsize=0x%x\n"
494 stringsize, auxsize, stacksize, (Int)clstack_max_size,
560 "This may be the result of a very large --main-stacksize=\n");
895 notice of the --main-stacksize value. This makes it possible
897 simply by specifying --main-stacksize. *
    [all...]
initimg-darwin.c 332 unsigned stacksize; /* total client stack size */ local
388 stacksize =
398 if (0) VG_(printf)("stacksize = %d\n", stacksize);
401 client_SP = clstack_end - stacksize;
420 VG_(printf)("stringsize=%d auxsize=%d stacksize=%d maxsize=0x%x\n"
423 stringsize, auxsize, stacksize, (Int)clstack_max_size,
  /libcore/libart/src/main/java/java/lang/
Thread.java 133 volatile long stackSize;
337 * @param stackSize
346 public Thread(ThreadGroup group, Runnable runnable, String threadName, long stackSize) {
350 create(group, runnable, threadName, stackSize);
378 this.stackSize = 0;
396 * @param stackSize Platform dependent stack size
402 private void create(ThreadGroup group, Runnable runnable, String threadName, long stackSize) {
425 this.stackSize = stackSize;
    [all...]
  /external/javassist/src/main/javassist/bytecode/
Bytecode.java 129 * <p>The parameters <code>stacksize</code> and <code>localvars</code>
135 * @param stacksize <code>max_stack</code>.
138 public Bytecode(ConstPool cp, int stacksize, int localvars) {
140 maxStack = stacksize;
797 int stacksize = 0; local
801 stacksize += addLoad(stacksize + offset, params[i]);
804 return stacksize;
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 462 unsigned StackSize = 0;
507 PrevStackSize = StackSize;
508 StackSize = std::abs(Inst.getOffset()) / StackDivide;
560 StackSize - PrevStackSize == 1) ||
561 (Instrs.size() == 1 && NumDefCFAOffsets == 1 && StackSize == 2))
567 if ((StackSize & 0xFF) == StackSize) {
572 CompactUnwindEncoding |= (StackSize & 0xFF) << 16;
  /external/chromium_org/third_party/skia/third_party/lua/src/
ldo.c 163 int lim = L->stacksize;
165 lua_assert(L->stack_last - L->stack == L->stacksize - EXTRA_STACK);
166 luaM_reallocvector(L, L->stack, L->stacksize, newsize, TValue);
169 L->stacksize = newsize;
176 int size = L->stacksize;
210 goodsize >= L->stacksize) /* would grow instead of shrink? */
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 151 /// StackSize - The prolog/epilog code inserter calculates the final stack
153 /// above. It then updates StackSize to contain the number of bytes that need
156 uint64_t StackSize;
237 StackSize = NumFixedObjects = OffsetAdjustment = MaxAlignment = 0;
431 uint64_t getStackSize() const { return StackSize; }
435 void setStackSize(uint64_t Size) { StackSize = Size; }
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java 740 int stackSize = tracedStack.size();
743 for (int stackIndex = stackSize - popCount; stackIndex < stackSize; stackIndex++)
    [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduComposer.java     [all...]
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 347 ** stacksize - (input) size of the stack allocated for the task
356 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize)
364 UNUSED(stacksize);
367 (char*) taskname, (int) stack, (int)stacksize);
448 (int)stacksize);
    [all...]
  /external/valgrind/main/coregrind/m_ume/
macho.c 366 vki_size_t stacksize = VG_PGROUNDUP(default_stack_size()); local
367 vm_address_t stackbase = VG_PGROUNDDN(stack_end-stacksize);
370 res = VG_(am_mmap_anon_fixed_client)(stackbase, stacksize, VKI_PROT_READ|VKI_PROT_WRITE|VKI_PROT_EXEC);
371 check_mmap(res, stackbase, stacksize, "load_unixthread1");
569 err = handle_lcmain ( &stack_start, &stack_end, epcmd->stacksize );
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 173 uint64_t StackSize = MFI->getStackSize();
174 if (WarnStackSize.getNumOccurrences() > 0 && WarnStackSize < StackSize) {
175 DiagnosticInfoStackSize DiagStackSize(*F, StackSize);
663 int64_t StackSize = Offset - LocalAreaOffset;
664 MFI->setStackSize(StackSize);
665 NumBytesStackSpace += StackSize;
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXPrologEpilogPass.cpp 225 int64_t StackSize = Offset - LocalAreaOffset;
226 MFI->setStackSize(StackSize);

Completed in 1220 milliseconds

1 2 34 5 6 7 8 91011>>