Home
last modified time | relevance | path

Searched refs:FastVerify (Results 1 – 3 of 3) sorted by relevance

/art/test/845-fast-verify/
Dinfo.txt7 We used to crash in CompilerDriver::FastVerify, assuming that only FastVerify
/art/dex2oat/driver/
Dcompiler_driver.h250 bool FastVerify(jobject class_loader,
Dcompiler_driver.cc1723 bool CompilerDriver::FastVerify(jobject jclass_loader, in FastVerify() function in art::CompilerDriver
1803 if (FastVerify(jclass_loader, dex_files, timings)) { in Verify()