Searched refs:max_native_pc_offset (Results 1 – 1 of 1) sorted by relevance
131 uint32_t max_native_pc_offset = 0u; in ComputeMaxNativePcOffset() local133 max_native_pc_offset = std::max(max_native_pc_offset, entry.native_pc_offset); in ComputeMaxNativePcOffset()135 return max_native_pc_offset; in ComputeMaxNativePcOffset()143 uint32_t max_native_pc_offset = ComputeMaxNativePcOffset(); in PrepareForFillIn() local144 size_t stack_map_size = stack_map_encoding_.SetFromSizes(max_native_pc_offset, in PrepareForFillIn()