Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc2582 size_t vmap_table_bytes = 0u; in DumpMethod() local
2585 vmap_table_bytes = ComputeOatSize(method_header->GetVmapTable(), &first_occurrence); in DumpMethod()
2587 stats_.vmap_table_bytes += vmap_table_bytes; in DumpMethod()
2612 vmap_table_bytes, in DumpMethod()
2616 vmap_table_bytes + quick_oat_code_size + ArtMethod::Size(image_header_.GetPointerSize()); in DumpMethod()
2659 size_t vmap_table_bytes; member
2686 vmap_table_bytes(0), in Stats()
2902 vmap_table_bytes, PercentOfOatBytes(vmap_table_bytes)) in Dump()