Searched refs:first_occurrence (Results 1 – 1 of 1) sorted by relevance
2097 bool first_occurrence; in DumpMethod() local2099 ComputeOatSize(quick_oat_code_begin, &first_occurrence); in DumpMethod()2100 if (first_occurrence) { in DumpMethod()2136 bool first_occurrence; in DumpMethod() local2142 &first_occurrence); in DumpMethod()2143 if (first_occurrence) { in DumpMethod()2149 ComputeOatSize(quick_oat_code_begin, &first_occurrence); in DumpMethod()2150 if (first_occurrence) { in DumpMethod()2186 size_t ComputeOatSize(const void* oat_data, bool* first_occurrence) { in ComputeOatSize() argument2188 *first_occurrence = true; in ComputeOatSize()[all …]