OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:map_cursor_
(Results
1 - 2
of
2
) sorted by null
/system/core/libbacktrace/
UnwindMap.cpp
36
unw_map_cursor_clear(&
map_cursor_
);
43
unw_map_cursor_destroy(&
map_cursor_
);
44
unw_map_cursor_clear(&
map_cursor_
);
50
unw_map_cursor_reset(&
map_cursor_
);
53
while (unw_map_cursor_get_next(&
map_cursor_
, &unw_map)) {
71
return (unw_map_cursor_create(&
map_cursor_
, pid_) == 0) && GenerateMap();
80
unw_map_cursor_clear(&
map_cursor_
);
92
unw_map_local_cursor_get(&
map_cursor_
);
96
while ((ret = unw_map_local_cursor_get_next(&
map_cursor_
, &unw_map)) > 0) {
130
if (unw_map_local_cursor_valid(&
map_cursor_
) < 0)
[
all
...]
UnwindMap.h
33
unw_map_cursor_t* GetMapCursor() { return &
map_cursor_
; }
36
unw_map_cursor_t
map_cursor_
;
member in class:UnwindMap
Completed in 88 milliseconds