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

/art/compiler/
H A Dimage_writer.cc79 bool ImageWriter::IsInBootImage(const void* obj) const { function in class:art::ImageWriter
435 if (dex_cache == nullptr || IsInBootImage(dex_cache)) {
466 DCHECK(!IsInBootImage(array));
708 return IsBootClassLoaderClass(klass) && !IsInBootImage(klass);
724 if (klass == nullptr || IsInBootImage(klass)) {
933 if (obj->IsClass() && !image_writer->IsInBootImage(obj)) {
1011 if (!IsInBootImage(dex_cache)) {
1030 if (!IsInBootImage(dex_cache)) {
1044 if (!IsInBootImage(dex_cache) && image_dex_files.find(dex_file) != image_dex_files.end()) {
1065 if (obj == nullptr || IsInBootImage(ob
[all...]

Completed in 112 milliseconds