OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stack
(Results
1051 - 1075
of
3511
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/v8/test/mjsunit/regress/
regress-1132.js
31
// Flags: --
stack
-size=100
32
// NOTE:
stack
size constant above has been empirically chosen.
regress-1184.js
28
// Test the case when finally clause throws another exception (
stack
overflow)
41
//
stack
with catcher set while processing exception
/external/v8/test/mjsunit/
stack-traces-custom-lazy.js
38
// function right before calling error.
stack
should be fine.
43
assertEquals("bar", error.
stack
);
/external/valgrind/coregrind/
m_stacks.c
3
/*---
Stack
management. m_stacks.c ---*/
45
The
stack
47
The
stack
's segment seems to be dynamically extended downwards by
48
the kernel as the
stack
pointer moves down. Initially, a 1-page
49
(4k)
stack
is allocated. When SP moves below that for the first
52
upwards to the current valid
stack
. It then extends the
stack
57
That means that Valgrind can't spot when the
stack
segment is being
59
update
stack
permissions around SP, so we need to spot all writes
62
The deal is: when SP is assigned a lower value, the
stack
is bein
272
Stack*
stack
= find_
stack
_by_addr(SP);
local
[
all
...]
/external/valgrind/coregrind/m_syswrap/
priv_syswrap-solaris.h
46
extern void ML_(call_on_new_stack_0_1)(Addr
stack
, Addr retaddr,
/external/valgrind/massif/tests/
deep-C.stderr.exp
50
Massif:
stack
allocs: 0
51
Massif:
stack
frees: 0
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
AmbientState.java
17
package com.android.systemui.statusbar.
stack
;
AnimationFilter.java
17
package com.android.systemui.statusbar.
stack
;
/hardware/qcom/camera/QCamera2/
Android.mk
66
$(LOCAL_PATH)/
stack
/common \
67
$(LOCAL_PATH)/
stack
/mm-camera-interface/inc \
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/aarch64-linux-android/lib/ldscripts/
aarch64elf32.xu
140
.
stack
0 :
142
*(.
stack
)
aarch64elf32b.xu
140
.
stack
0 :
142
*(.
stack
)
armelf.xr
164
.
stack
0 :
166
*(.
stack
)
armelf.xu
165
.
stack
0 :
167
*(.
stack
)
armelfb.xr
164
.
stack
0 :
166
*(.
stack
)
armelfb.xu
165
.
stack
0 :
167
*(.
stack
)
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/arm-eabi/lib/ldscripts/
armelf.xr
161
.
stack
0 :
163
*(.
stack
)
armelf.xu
162
.
stack
0 :
164
*(.
stack
)
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/aarch64-linux-android/lib/ldscripts/
aarch64elf32.xu
140
.
stack
0 :
142
*(.
stack
)
aarch64elf32b.xu
140
.
stack
0 :
142
*(.
stack
)
armelf.xr
164
.
stack
0 :
166
*(.
stack
)
armelf.xu
165
.
stack
0 :
167
*(.
stack
)
armelfb.xr
164
.
stack
0 :
166
*(.
stack
)
armelfb.xu
165
.
stack
0 :
167
*(.
stack
)
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/arm-eabi/lib/ldscripts/
armelf.xr
161
.
stack
0 :
163
*(.
stack
)
armelf.xu
162
.
stack
0 :
164
*(.
stack
)
Completed in 634 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>