Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsharpening.cc39 static bool IsInBootImage(ArtMethod* method) { in IsInBootImage() function
Dinstruction_builder.cc1216 static bool IsInBootImage(ObjPtr<mirror::Class> cls, const CompilerOptions& compiler_options) in IsInBootImage() function
Dnodes.h6489 bool IsInBootImage() const { return GetPackedFlag<kFlagIsInBootImage>(); } in IsInBootImage() function
/art/dex2oat/linker/
Dimage_writer.h615 ALWAYS_INLINE bool IsInBootImage(const void* obj) const { in IsInBootImage() function