OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stack_size
(Results
51 - 71
of
71
) sorted by null
1
2
3
/external/v8/src/
platform-nullos.cc
315
stack_size_(options.
stack_size
) {
flag-definitions.h
237
DEFINE_int(
stack_size
, kPointerSize * 128,
platform-openbsd.cc
373
stack_size_(options.
stack_size
) {
platform-cygwin.cc
377
stack_size_(options.
stack_size
) {
platform-freebsd.cc
428
stack_size_(options.
stack_size
) {
platform-macos.cc
404
stack_size_(options.
stack_size
) {
platform-solaris.cc
387
stack_size_(options.
stack_size
) {
platform-linux.cc
602
stack_size_(options.
stack_size
) {
platform-win32.cc
[
all
...]
/external/bluetooth/glib/glib/
gthread.c
643
gulong
stack_size
,
664
stack_size
, joinable, bound, priority,
/external/valgrind/main/drd/
drd_thread.h
78
SizeT
stack_size
; /**< Maximum size of stack. */
member in struct:__anon12444
drd_thread.c
319
DRD_(g_threadinfo)[created].
stack_size
421
return DRD_(g_threadinfo)[tid].
stack_size
;
[
all
...]
/external/clang/include/clang-c/
Index.h
[
all
...]
/external/v8/samples/
shell.cc
162
options.
stack_size
= 2 << 20; // 2 Mb seems to be enough
/external/valgrind/tsan/
ts_valgrind.cc
182
uintptr_t
stack_size
= VG_(thread_get_stack_size)(GetVgTid());
local
183
uintptr_t stack_min = stack_max -
stack_size
;
[
all
...]
ts_pin.cc
703
Printf("T%d %s pc=%p sp=%p *sp=(%p) arg0=%p
stack_size
=%ld\n",\
[
all
...]
/cts/tools/dx-tests/lib/
jasmin.jar
/dalvik/dx/etc/
jasmin.jar
/external/pcre/
pcretest.c
1197
int
stack_size
;
local
[
all
...]
/external/v8/src/arm/
simulator-arm.cc
738
size_t
stack_size
= 1 * 1024*1024; // allocate 1MB for stack
local
739
stack_ = reinterpret_cast<char*>(malloc(
stack_size
));
777
registers_[sp] = reinterpret_cast<int32_t>(stack_) +
stack_size
- 64;
[
all
...]
/external/clang/tools/libclang/
CIndex.cpp
[
all
...]
Completed in 890 milliseconds
1
2
3