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.cc1023 int lowest_base = INT_MAX; in GetFunctionStackParamSize() local
1083 if (child_register_offset < lowest_base) { in GetFunctionStackParamSize()
1084 lowest_base = child_register_offset; in GetFunctionStackParamSize()
1101 if (lowest_base < 4) { in GetFunctionStackParamSize()
1102 lowest_base = 4; in GetFunctionStackParamSize()
1104 if (highest_end > lowest_base) { in GetFunctionStackParamSize()
1115 param_size = highest_end - lowest_base; in GetFunctionStackParamSize()