Searched refs:code_offset_end (Results 1 – 1 of 1) sorted by relevance
1429 std::optional<uint32_t> code_offset_end; in ParseInlineSite() local1442 else if (!code_offset_end) in ParseInlineSite()1443 code_offset_end = *code_offset_base + code_delta; in ParseInlineSite()1496 if (code_offset_base && code_offset_end && cur_line_offset) { in ParseInlineSite()1498 *code_offset_base, *code_offset_end - *code_offset_base, in ParseInlineSite()1507 code_offset_base = is_terminal_entry ? std::nullopt : code_offset_end; in ParseInlineSite()1508 code_offset_end = next_file_offset = std::nullopt; in ParseInlineSite()