Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-debug.cc1183 int end_func_index; in GetPossibleBreakpoints() local
1188 end_func_index = static_cast<uint32_t>(functions.size() - 1); in GetPossibleBreakpoints()
1189 end_offset = functions[end_func_index].code.end_offset(); in GetPossibleBreakpoints()
1193 end_func_index = GetNearestWasmFunction(module, end_offset); in GetPossibleBreakpoints()
1194 DCHECK_GE(end_func_index, start_func_index); in GetPossibleBreakpoints()
1197 if (start_func_index == end_func_index && in GetPossibleBreakpoints()
1198 start_offset > functions[end_func_index].code.end_offset()) in GetPossibleBreakpoints()
1204 for (int func_idx = start_func_index; func_idx <= end_func_index; in GetPossibleBreakpoints()
1217 DCHECK_EQ(end_func_index, func_idx); in GetPossibleBreakpoints()