Searched refs:code_ranges (Results 1 – 1 of 1) sorted by relevance
178 code_ranges: Vec<(usize, usize, FuncId)>, field337 self.code_ranges in finalize_definitions()370 code_ranges: Vec::new(), in new()386 .code_ranges in lookup_wasmtime_exception_data()391 let last_range_before_pc = &self.code_ranges[least_upper_bound - 1]; in lookup_wasmtime_exception_data()401 let (start, _, func) = self.code_ranges[idx]; in lookup_wasmtime_exception_data()525 self.code_ranges.push((range_start, range_end, id)); in define_function_with_control_plane()