Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-objects.cc1056 uint32_t start_func_index = start.GetLineNumber(); in GetPossibleBreakpoints() local
1057 if (start_func_index >= functions.size()) return false; in GetPossibleBreakpoints()
1058 int start_func_len = functions[start_func_index].code_end_offset - in GetPossibleBreakpoints()
1059 functions[start_func_index].code_start_offset; in GetPossibleBreakpoints()
1062 functions[start_func_index].code_start_offset + start.GetColumnNumber(); in GetPossibleBreakpoints()
1091 for (uint32_t func_idx = start_func_index; func_idx <= end_func_index; in GetPossibleBreakpoints()