Home
last modified time | relevance | path

Searched refs:found_one (Results 1 – 1 of 1) sorted by relevance

/art/compiler/
Dimage_writer.cc2134 bool found_one = false; in CopyAndFixupMethod() local
2138 found_one = true; in CopyAndFixupMethod()
2142 CHECK(found_one) << "Expected to find callee save method but got " << PrettyMethod(orig); in CopyAndFixupMethod()