Searched refs:vmap_table_bytes (Results 1 – 1 of 1) sorted by relevance
2137 size_t vmap_table_bytes = 0u; in DumpMethod() local2141 vmap_table_bytes = ComputeOatSize(method_header->GetOptimizedCodeInfoPtr(), in DumpMethod()2144 stats_.vmap_table_bytes += vmap_table_bytes; in DumpMethod()2171 vmap_table_bytes, in DumpMethod()2175 vmap_table_bytes + quick_oat_code_size + ArtMethod::Size(image_header_.GetPointerSize()); in DumpMethod()2207 size_t vmap_table_bytes = 0u; member2349 vmap_table_bytes, PercentOfOatBytes(vmap_table_bytes)) in Dump()