Home
last modified time | relevance | path

Searched refs:InsertOatFile (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/runtime/
H A Dclass_table.cc158 bool ClassTable::InsertOatFile(const OatFile* oat_file) { in InsertOatFile() function in art::ClassTable
H A Dclass_table.h231 bool InsertOatFile(const OatFile* oat_file)
H A Dclass_linker.cc2078 class_table->InsertOatFile(oat_file); in AddImageSpace()
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_dexcache_entrypoints.cc65 CHECK(class_table != nullptr && !class_table->InsertOatFile(oat_file)) in StoreObjectInBss()