Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc2387 size_t vmap_table_bytes = 0u; in DumpMethod() local
2390 vmap_table_bytes = ComputeOatSize(method_header->GetVmapTable(), &first_occurrence); in DumpMethod()
2392 stats_.vmap_table_bytes += vmap_table_bytes; in DumpMethod()
2417 vmap_table_bytes, in DumpMethod()
2421 vmap_table_bytes + quick_oat_code_size + ArtMethod::Size(image_header_.GetPointerSize()); in DumpMethod()
2466 size_t vmap_table_bytes = 0u; member
2694 vmap_table_bytes, PercentOfOatBytes(vmap_table_bytes)) in Dump()