Lines Matching refs:first_occurrence
2365 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()
2457 *first_occurrence = false; in ComputeOatSize()