Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dverifier_enums.h91 VERIFY_ERROR_FORCE_INTERPRETER = 1024, // Skip the verification phase at runtime; enumerator
Dmethod_verifier.cc1063 Fail(VERIFY_ERROR_FORCE_INTERPRETER) in VerifyInstruction()
5451 case VERIFY_ERROR_FORCE_INTERPRETER: in Fail()
/art/dex2oat/driver/
Dcompiler_driver.cc583 (verifier::VERIFY_ERROR_FORCE_INTERPRETER | verifier::VERIFY_ERROR_LOCKING)) == 0 && in CompileMethodQuick()