Searched refs:next_file_offset (Results 1 – 1 of 1) sorted by relevance
1438 std::optional<uint32_t> next_file_offset; in ParseInlineSite() local1463 next_file_offset = offset; in ParseInlineSite()1507 if (next_file_offset) in ParseInlineSite()1508 file_offset = *next_file_offset; in ParseInlineSite()1514 code_offset_end = next_file_offset = std::nullopt; in ParseInlineSite()