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

1 2 34 5 6 7 8 910

  /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/include/llvm/CodeGen/
MachineFrameInfo.h 148 /// StackSize - The prolog/epilog code inserter calculates the final stack
150 /// above. It then updates StackSize to contain the number of bytes that need
153 uint64_t StackSize;
230 StackSize = NumFixedObjects = OffsetAdjustment = MaxAlignment = 0;
417 uint64_t getStackSize() const { return StackSize; }
421 void setStackSize(uint64_t Size) { StackSize = Size; }
  /libcore/libdvm/src/main/java/java/lang/
Thread.java 133 volatile long stackSize;
332 * @param stackSize
341 public Thread(ThreadGroup group, Runnable runnable, String threadName, long stackSize) {
345 create(group, runnable, threadName, stackSize);
373 this.stackSize = 0;
391 * @param stackSize Platform dependent stack size
397 private void create(ThreadGroup group, Runnable runnable, String threadName, long stackSize) {
420 this.stackSize = stackSize;
    [all...]
  /external/valgrind/main/coregrind/m_initimg/
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,
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduComposer.java     [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/chromium_org/third_party/npapi/npspy/extern/nspr/
prthread.h 116 ** "stackSize" the size of the stack, in bytes. The value can be zero
140 PRUint32 stackSize);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mac.cc 139 uptr stacksize = pthread_get_stacksize_np(pthread_self()); local
142 *stack_bottom = *stack_top - stacksize;
  /external/llvm/lib/Target/NVPTX/
NVPTXPrologEpilogPass.cpp 223 int64_t StackSize = Offset - LocalAreaOffset;
224 MFI->setStackSize(StackSize);
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_darwin.h 234 PRUint32 stackSize);
_freebsd.h 233 PRUint32 stackSize);
_nec.h 79 CONTEXT(thread)->uc_stack.ss_size = (thread)->stack->stackSize; \
_nspr_pthread.h 256 PRUint32 stackSize);
_rhapsody.h 196 PRUint32 stackSize);
_sony.h 70 CONTEXT(_thread)->uc_stack.ss_size = (_thread)->stack->stackSize; \
_beos.h 473 NSPR_API(PRThread*) _MD_create_user_thread(PRUint32 stacksize, void (*start)(void *), void *arg);
475 NSPR_API(PRStatus) _MD_create_thread(PRThread *thread, void (*start)(void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize);
  /external/compiler-rt/lib/asan/
asan_fake_stack.h 81 uptr StackSize() const { return stack_size_; }
  /external/valgrind/main/memcheck/tests/
addressable.stderr.exp 29 main thread stack using the --main-stacksize= flag.
  /hardware/ti/omap3/dspbridge/inc/
rms_sh.h 113 RMS_WORD stackSize; /* Task's stack size */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
rms_sh.h 113 RMS_WORD stackSize; /* Task's stack size */
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c 287 "%scope", "%stacksize",
338 static int StackSize = 4;
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 210 ** stacksize - (input) size of the stack allocated for the task
219 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex)
227 GKI_TRACE_5 ("GKI_create_task func=0x%x id=%d name=%s stack=0x%x stackSize=%d", task_entry, task_id, taskname, stack, stacksize);
299 stacksize);
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 207 ** stacksize - (input) size of the stack allocated for the task
216 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex)
224 GKI_TRACE_5 ("GKI_create_task func=0x%x id=%d name=%s stack=0x%x stackSize=%d", task_entry, task_id, taskname, stack, stacksize);
296 stacksize);
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_editor_base_controller.mm 369 NSUInteger stackSize = nodeStack.size();
389 DCHECK([path length] == stackSize);
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 234 ** stacksize - (input) size of the stack allocated for the task
243 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize)
252 (char*) taskname, (int) stack, (int)stacksize);
327 (int)stacksize);
    [all...]

Completed in 951 milliseconds

1 2 34 5 6 7 8 910