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