Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsharpening.cc39 static bool IsInBootImage(ArtMethod* method) { in IsInBootImage() function
Dinstruction_builder.cc1338 static bool IsInBootImage(ObjPtr<mirror::Class> cls, const CompilerOptions& compiler_options) in IsInBootImage() function
/art/dex2oat/linker/
Dimage_writer.h578 ALWAYS_INLINE bool IsInBootImage(const void* obj) const { in IsInBootImage() function