Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc1067 LONG child_register_offset; in GetFunctionStackParamSize() local
1068 if (FAILED(child->get_offset(&child_register_offset))) { in GetFunctionStackParamSize()
1082 int child_end = child_register_offset + static_cast<ULONG>(child_length); in GetFunctionStackParamSize()
1083 if (child_register_offset < lowest_base) { in GetFunctionStackParamSize()
1084 lowest_base = child_register_offset; in GetFunctionStackParamSize()