Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc3295 bool found_one = false; in CopyAndFixupMethod() local
3299 found_one = true; in CopyAndFixupMethod()
3303 CHECK(found_one) << "Expected to find callee save method but got " << orig->PrettyMethod(); in CopyAndFixupMethod()