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

/art/oatdump/
H A Doatdump.cc1839 size_t vmap_table_bytes = state->ComputeOatSize( local
1842 state->stats_.vmap_table_bytes += vmap_table_bytes;
1868 vmap_table_bytes + quick_oat_code_size + ArtMethod::ObjectSize(image_pointer_size);
1912 size_t vmap_table_bytes; member in struct:art::ImageDumper::Stats
1940 vmap_table_bytes(0),
2151 "vmap_table_bytes = %7zd (%2.0f%% of oat file bytes)\n\n",
2154 vmap_table_bytes, PercentOfOatBytes(vmap_table_bytes))

Completed in 25 milliseconds