HomeSort by relevance Sort by last modified time
    Searched defs:Fail (Results 26 - 30 of 30) sorted by null

12

  /art/runtime/verifier/
method_verifier.cc 240 // to hard fail.
398 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "zero-length code in concrete non-native method";
406 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "bad register counts (ins=" << code_item_->ins_size_
422 std::ostream& MethodVerifier::Fail(VerifyError error) {
435 // at runtime. We may fail to find or to agree on access because of not yet available class
442 // If we fail again at runtime, mark that this instruction would throw and force this
453 // Hard verification failures at compile time will still fail at runtime, so the class is
517 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "code did not end where expected ("
540 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "bad exception entry: startAddr=" << start
545 Fail(VERIFY_ERROR_BAD_CLASS_HARD
    [all...]