Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc2365 bool first_occurrence; in DumpMethod() local
2367 ComputeOatSize(quick_oat_code_begin, &first_occurrence); in DumpMethod()
2368 if (first_occurrence) { in DumpMethod()
2404 bool first_occurrence; in DumpMethod() local
2410 &first_occurrence); in DumpMethod()
2411 if (first_occurrence) { in DumpMethod()
2417 ComputeOatSize(quick_oat_code_begin, &first_occurrence); in DumpMethod()
2418 if (first_occurrence) { in DumpMethod()
2452 size_t ComputeOatSize(const void* oat_data, bool* first_occurrence) { in ComputeOatSize() argument
2454 *first_occurrence = true; in ComputeOatSize()
[all …]