Searched refs:vmap_table_bytes (Results 1 – 1 of 1) sorted by relevance
2387 size_t vmap_table_bytes = 0u; in DumpMethod() local2390 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; member2694 vmap_table_bytes, PercentOfOatBytes(vmap_table_bytes)) in Dump()