Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DJITDebugReader.cpp458 uint64_t aligned_segment_vaddr = min_vaddr_in_file & kPageMask; in GetDescriptorsLocation() local
466 jit_addr = symbol.vaddr - aligned_segment_vaddr; in GetDescriptorsLocation()
468 dex_addr = symbol.vaddr - aligned_segment_vaddr; in GetDescriptorsLocation()