Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc2363 ComputeOatSize(quick_oat_code_begin, &first_occurrence); in DumpMethod()
2395 vmap_table_bytes = ComputeOatSize(method_header->GetOptimizedCodeInfoPtr(), in DumpMethod()
2403 ComputeOatSize(quick_oat_code_begin, &first_occurrence); in DumpMethod()
2438 size_t ComputeOatSize(const void* oat_data, bool* first_occurrence) { in ComputeOatSize() function in art::ImageDumper