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