Searched refs:max_native_offset (Results 1 – 1 of 1) sorted by relevance
555 size_t entries, uint32_t max_native_offset, in NativePcToReferenceMapBuilder() argument561 while (max_native_offset != 0) { in NativePcToReferenceMapBuilder()563 max_native_offset >>= 8; in NativePcToReferenceMapBuilder()632 uint32_t max_native_offset = 0; in CreateNativeGcMap() local635 if (native_offset > max_native_offset) { in CreateNativeGcMap()636 max_native_offset = native_offset; in CreateNativeGcMap()644 mapping_table.size() / 2, max_native_offset, in CreateNativeGcMap()