Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc65 CHECK(class_table != nullptr && !class_table->InsertOatFile(oat_file)) in StoreObjectInBss()
/art/runtime/
Dclass_table.h237 bool InsertOatFile(const OatFile* oat_file)
Dclass_table.cc245 bool ClassTable::InsertOatFile(const OatFile* oat_file) { in InsertOatFile() function in art::ClassTable
Dclass_linker.cc2277 class_table->InsertOatFile(oat_file); in AddImageSpace()