Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dverifier_enums.h98 VERIFY_ERROR_SKIP_COMPILER = 1u << 31, // Flag to note that the failure should preclude enumerator
Dmethod_verifier.cc3847 Fail(VERIFY_ERROR_SKIP_COMPILER, /*pending_exc=*/ false) in HandleMoveException()
5586 case VERIFY_ERROR_SKIP_COMPILER: in Fail()