Home
last modified time | relevance | path

Searched defs:IsInBootImage (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dsharpening.cc38 static bool IsInBootImage(ArtMethod* method) { in IsInBootImage() function
/art/dex2oat/linker/
Dimage_writer.cc179 bool ImageWriter::IsInBootImage(const void* obj) const { in IsInBootImage() function in art::linker::ImageWriter