Searched refs:next_file_offset (Results 1 – 1 of 1) sorted by relevance
1432 std::optional<uint32_t> next_file_offset; in ParseInlineSite() local1457 next_file_offset = offset; in ParseInlineSite()1501 if (next_file_offset) in ParseInlineSite()1502 file_offset = *next_file_offset; in ParseInlineSite()1508 code_offset_end = next_file_offset = std::nullopt; in ParseInlineSite()