OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shadow_index
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
linux_shadow_stacks.cc
17
int
shadow_index
= -1;
variable
40
shadow_index
++;
41
if (
shadow_index
> kMaxShadowIndex) {
48
shadow_ip_stack[
shadow_index
] = this_fn;
111
shadow_sp_stack[
shadow_index
] = (void*)sp;
117
shadow_index
--;
121
*index =
shadow_index
;
126
*index =
shadow_index
;
stacktrace_x86-inl.h
333
int
shadow_index
= stack_size - 1;
variable
336
shadow_index
= i;
355
shadow_index
--;
360
if ((
shadow_index
> 0) && (sp == shadow_sp_stack[
shadow_index
])) {
361
shadow_index
--;
382
if (
shadow_index
>= 0) {
383
for (int i =
shadow_index
; i >= 0; i--) {
Completed in 57 milliseconds