Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dwasm-debug.cc1165 // start_func_index, start_offset and end_func_index is inclusive. in GetPossibleBreakpoints()
1173 int end_func_index; in GetPossibleBreakpoints() local
1178 end_func_index = static_cast<uint32_t>(functions.size() - 1); in GetPossibleBreakpoints()
1179 end_offset = functions[end_func_index].code.end_offset(); in GetPossibleBreakpoints()
1183 end_func_index = GetNearestWasmFunction(module, end_offset); in GetPossibleBreakpoints()
1184 DCHECK_GE(end_func_index, start_func_index); in GetPossibleBreakpoints()
1187 if (start_func_index == end_func_index && in GetPossibleBreakpoints()
1188 start_offset > functions[end_func_index].code.end_offset()) in GetPossibleBreakpoints()
1194 for (int func_idx = start_func_index; func_idx <= end_func_index; in GetPossibleBreakpoints()
1207 DCHECK_EQ(end_func_index, func_id in GetPossibleBreakpoints()
[all...]

Completed in 3 milliseconds