Searched refs:InsertOatFile (Results 1 – 4 of 4) sorted by relevance
62 CHECK(class_table != nullptr && !class_table->InsertOatFile(oat_file)) in StoreObjectInBss()
237 bool InsertOatFile(const OatFile* oat_file)
243 bool ClassTable::InsertOatFile(const OatFile* oat_file) { in InsertOatFile() function in art::ClassTable
2231 class_table->InsertOatFile(oat_file); in AddImageSpace()