Home
last modified time | relevance | path

Searched refs:max_native_pc_offset (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dstack_map_stream.cc131 uint32_t max_native_pc_offset = 0u; in ComputeMaxNativePcOffset() local
133 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() local
144 size_t stack_map_size = stack_map_encoding_.SetFromSizes(max_native_pc_offset, in PrepareForFillIn()