Searched refs:lowest_base (Results 1 – 1 of 1) sorted by relevance
952 int lowest_base = INT_MAX; in GetFunctionStackParamSize() local1014 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()