Searched refs:IsOk (Results 1 – 2 of 2) sorted by relevance
1942 if (result.IsOk() && boot_images.primary_boot_image) { in CompileBootClasspath()1953 if (primary_result.IsOk()) { in CompileBootClasspath()1965 if (!result.IsOk() && boot_images.primary_boot_image) { in CompileBootClasspath()1989 if (!minimal_result.IsOk()) { in CompileBootClasspath()1996 if (result.IsOk() && boot_images.boot_image_mainline_extension) { in CompileBootClasspath()2007 if (mainline_result.IsOk()) { in CompileBootClasspath()2012 if (!result.IsOk() && boot_images.boot_image_mainline_extension) { in CompileBootClasspath()2107 if (current_result.IsOk()) { in CompileSystemServer()2199 if (!bcp_result.IsOk()) { in Compile()2214 if (!ss_result.IsOk()) { in Compile()
94 bool IsOk() { return status == OdrMetrics::Status::kOK; } in IsOk() function