Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc2360 bool first_occurrence; in DumpMethod() local
2362 ComputeOatSize(quick_oat_code_begin, &first_occurrence); in DumpMethod()
2363 if (first_occurrence) { in DumpMethod()
2386 bool first_occurrence; in DumpMethod() local
2390 vmap_table_bytes = ComputeOatSize(method_header->GetVmapTable(), &first_occurrence); in DumpMethod()
2391 if (first_occurrence) { in DumpMethod()
2397 ComputeOatSize(quick_oat_code_begin, &first_occurrence); in DumpMethod()
2398 if (first_occurrence) { in DumpMethod()
2432 size_t ComputeOatSize(const void* oat_data, bool* first_occurrence) { in ComputeOatSize() argument
2434 *first_occurrence = true; in ComputeOatSize()
[all …]