OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stack_scan_allowed
(Results
1 - 20
of
20
) sorted by null
/external/google-breakpad/src/processor/
stackwalker_x86.h
78
bool
stack_scan_allowed
);
86
bool
stack_scan_allowed
);
100
bool
stack_scan_allowed
);
stackwalker_address_list.h
62
bool
stack_scan_allowed
);
stackwalker_ppc.h
68
bool
stack_scan_allowed
);
stackwalker_ppc64.h
66
bool
stack_scan_allowed
);
stackwalker_sparc.h
67
bool
stack_scan_allowed
);
stackwalker_mips.h
66
bool
stack_scan_allowed
);
stackwalker_amd64.h
73
bool
stack_scan_allowed
);
stackwalker_arm.h
73
bool
stack_scan_allowed
);
stackwalker_arm64.h
74
bool
stack_scan_allowed
);
stackwalker_address_list.cc
72
bool
stack_scan_allowed
) {
stackwalker_x86.cc
141
bool
stack_scan_allowed
) {
378
if (!
stack_scan_allowed
422
if (
stack_scan_allowed
533
bool
stack_scan_allowed
) {
574
if (!
stack_scan_allowed
619
bool
stack_scan_allowed
) {
634
stack_scan_allowed
));
646
new_frame.reset(GetCallerByEBPAtBase(frames,
stack_scan_allowed
));
stackwalker_ppc64.cc
76
bool
stack_scan_allowed
) {
stackwalker_sparc.cc
76
bool
stack_scan_allowed
) {
stackwalker.cc
182
bool
stack_scan_allowed
= scanned_frames < max_frames_scanned_;
local
183
frame.reset(GetCallerFrame(stack,
stack_scan_allowed
));
stackwalker_ppc.cc
85
bool
stack_scan_allowed
) {
stackwalker_amd64.cc
247
bool
stack_scan_allowed
) {
269
if (
stack_scan_allowed
&& !new_frame.get()) {
stackwalker_arm.cc
241
bool
stack_scan_allowed
) {
263
if (
stack_scan_allowed
&& !frame.get())
stackwalker_arm64.cc
227
bool
stack_scan_allowed
) {
248
if (
stack_scan_allowed
&& !frame.get())
stackwalker_mips.cc
169
bool
stack_scan_allowed
) {
186
if (
stack_scan_allowed
&& !new_frame.get()) {
/external/google-breakpad/src/google_breakpad/processor/
stackwalker.h
210
// the caller. |
stack_scan_allowed
| controls whether stack scanning is
214
bool
stack_scan_allowed
) = 0;
Completed in 1636 milliseconds