Lines Matching refs:first_occurrence
2200 bool first_occurrence; in DumpMethod() local
2202 ComputeOatSize(quick_oat_code_begin, &first_occurrence); in DumpMethod()
2203 if (first_occurrence) { in DumpMethod()
2239 bool first_occurrence; in DumpMethod() local
2245 &first_occurrence); in DumpMethod()
2246 if (first_occurrence) { in DumpMethod()
2252 ComputeOatSize(quick_oat_code_begin, &first_occurrence); in DumpMethod()
2253 if (first_occurrence) { in DumpMethod()
2289 size_t ComputeOatSize(const void* oat_data, bool* first_occurrence) { in ComputeOatSize() argument
2291 *first_occurrence = true; in ComputeOatSize()
2294 *first_occurrence = false; in ComputeOatSize()