Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.h96 VERIFY_ERROR_FORCE_INTERPRETER = 1024, // Skip the verification phase at runtime; enumerator
Dmethod_verifier.cc867 case VERIFY_ERROR_FORCE_INTERPRETER: in Fail()
1105 Fail(VERIFY_ERROR_FORCE_INTERPRETER) in VerifyInstruction()
3333 Fail(VERIFY_ERROR_FORCE_INTERPRETER); // TODO(iam): implement invoke-lambda verification in CodeFlowVerifyInstruction()
3340 Fail(VERIFY_ERROR_FORCE_INTERPRETER); // TODO(iam): implement capture-variable verification in CodeFlowVerifyInstruction()
3347 Fail(VERIFY_ERROR_FORCE_INTERPRETER); // TODO(iam): implement create-lambda verification in CodeFlowVerifyInstruction()
3354 Fail(VERIFY_ERROR_FORCE_INTERPRETER); // TODO(iam): implement liberate-variable verification in CodeFlowVerifyInstruction()
3369 Fail(VERIFY_ERROR_FORCE_INTERPRETER); // TODO(iam): implement box-lambda verification in CodeFlowVerifyInstruction()
3383 Fail(VERIFY_ERROR_FORCE_INTERPRETER); // TODO(iam): implement unbox-lambda verification in CodeFlowVerifyInstruction()
/art/compiler/driver/
Dcompiler_driver.cc623 (verifier::VERIFY_ERROR_FORCE_INTERPRETER | verifier::VERIFY_ERROR_LOCKING)) == 0 && in CompileMethod()