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.cc150 CodeOffset max_native_pc_offset; in ComputeMaxNativePcCodeOffset() local
152 max_native_pc_offset = std::max(max_native_pc_offset, entry.native_pc_code_offset); in ComputeMaxNativePcCodeOffset()
154 return max_native_pc_offset; in ComputeMaxNativePcCodeOffset()
169 CodeOffset max_native_pc_offset = ComputeMaxNativePcCodeOffset(); in PrepareForFillIn() local
178 max_native_pc_offset.CompressedValue(), in PrepareForFillIn()