Home
last modified time | relevance | path

Searched refs:lowest_base (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc952 int lowest_base = INT_MAX; in GetFunctionStackParamSize() local
1014 if (child_register_offset < lowest_base) { in GetFunctionStackParamSize()
1015 lowest_base = child_register_offset; in GetFunctionStackParamSize()
1033 if (lowest_base < 4) { in GetFunctionStackParamSize()
1034 lowest_base = 4; in GetFunctionStackParamSize()
1036 if (highest_end > lowest_base) { in GetFunctionStackParamSize()
1047 param_size = highest_end - lowest_base; in GetFunctionStackParamSize()