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.h93 VERIFY_ERROR_FORCE_INTERPRETER = 1 << 10, // Skip the verification phase at runtime; enumerator
Dmethod_verifier.cc1196 Fail(VERIFY_ERROR_FORCE_INTERPRETER) in VerifyInstruction()
5530 case VERIFY_ERROR_FORCE_INTERPRETER: in Fail()
/art/dex2oat/driver/
Dcompiler_driver.cc584 (verifier::VERIFY_ERROR_FORCE_INTERPRETER | verifier::VERIFY_ERROR_LOCKING)) == 0 && in CompileMethodQuick()