Searched refs:start_func_index (Results 1 – 1 of 1) sorted by relevance
550 uint32_t start_func_index = start.GetLineNumber(); in GetPossibleBreakpoints() local551 if (start_func_index >= functions.size()) return false; in GetPossibleBreakpoints()552 int start_func_len = functions[start_func_index].code.length(); in GetPossibleBreakpoints()555 functions[start_func_index].code.offset() + start.GetColumnNumber(); in GetPossibleBreakpoints()585 for (uint32_t func_idx = start_func_index; func_idx <= end_func_index; in GetPossibleBreakpoints()