Searched refs:code_offset_base (Results 1 – 1 of 1) sorted by relevance
1428 std::optional<uint32_t> code_offset_base; in ParseInlineSite() local1440 if (!code_offset_base) in ParseInlineSite()1441 code_offset_base = code_offset; in ParseInlineSite()1443 code_offset_end = *code_offset_base + code_delta; in ParseInlineSite()1447 if (!code_offset_base || !cur_line_offset) in ParseInlineSite()1454 if (!code_offset_base) 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()1510 if (code_offset_base && cur_line_offset) { in ParseInlineSite()[all …]