Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DJITDebugReader.cpp501 uint64_t aligned_segment_vaddr = min_vaddr_in_file & PAGE_MASK; in GetDescriptorsLocation() local
509 jit_addr = symbol.vaddr - aligned_segment_vaddr; in GetDescriptorsLocation()
511 dex_addr = symbol.vaddr - aligned_segment_vaddr; in GetDescriptorsLocation()