Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc1806 bool first_occurrence; in DumpMethod() local
1809 state->ComputeOatSize(quick_oat_code, &first_occurrence); in DumpMethod()
1810 if (first_occurrence) { in DumpMethod()
1826 bool first_occurrence; in DumpMethod() local
1828 method->GetNativeGcMap(image_pointer_size), &first_occurrence); in DumpMethod()
1829 if (first_occurrence) { in DumpMethod()
1834 method->GetMappingTable(image_pointer_size), &first_occurrence); in DumpMethod()
1835 if (first_occurrence) { in DumpMethod()
1840 method->GetVmapTable(image_pointer_size), &first_occurrence); in DumpMethod()
1841 if (first_occurrence) { in DumpMethod()
[all …]