Home
last modified time | relevance | path

Searched refs:VerifyClassUsingOatFile (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dclass_linker.h465 bool VerifyClassUsingOatFile(const DexFile& dex_file,
Dclass_linker.cc3911 bool preverified = VerifyClassUsingOatFile(dex_file, klass.Get(), oat_file_class_status); in VerifyClass()
3999 bool ClassLinker::VerifyClassUsingOatFile(const DexFile& dex_file, in VerifyClassUsingOatFile() function in art::ClassLinker