Searched refs:first_occurrence (Results 1 – 1 of 1) sorted by relevance
2365 bool first_occurrence; in DumpMethod() local2367 ComputeOatSize(quick_oat_code_begin, &first_occurrence); in DumpMethod()2368 if (first_occurrence) { in DumpMethod()2404 bool first_occurrence; in DumpMethod() local2410 &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() argument2454 *first_occurrence = true; in ComputeOatSize()[all …]