Searched refs:code_offset_base (Results 1 – 1 of 1) sorted by relevance
1434 std::optional<uint32_t> code_offset_base; in ParseInlineSite() local1446 if (!code_offset_base) in ParseInlineSite()1447 code_offset_base = code_offset; in ParseInlineSite()1449 code_offset_end = *code_offset_base + code_delta; in ParseInlineSite()1453 if (!code_offset_base || !cur_line_offset) in ParseInlineSite()1460 if (!code_offset_base) in ParseInlineSite()1502 if (code_offset_base && code_offset_end && cur_line_offset) { in ParseInlineSite()1504 *code_offset_base, *code_offset_end - *code_offset_base, in ParseInlineSite()1513 code_offset_base = is_terminal_entry ? std::nullopt : code_offset_end; in ParseInlineSite()1516 if (code_offset_base && cur_line_offset) { in ParseInlineSite()[all …]