OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VERIFY_ERROR_BAD_CLASS_HARD
(Results
1 - 3
of
3
) sorted by null
/art/runtime/verifier/
method_verifier.cc
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_
455
case
VERIFY_ERROR_BAD_CLASS_HARD
: {
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
)
563
Fail(
VERIFY_ERROR_BAD_CLASS_HARD
)
680
Fail(
VERIFY_ERROR_BAD_CLASS_HARD
) << "unexpected opcode " << inst->Name();
689
Fail(
VERIFY_ERROR_BAD_CLASS_HARD
) << "register index out of range (" << idx << " >= "
698
Fail(
VERIFY_ERROR_BAD_CLASS_HARD
) << "wide register index out of range (" << id
[
all
...]
register_line.cc
41
verifier_->Fail(
VERIFY_ERROR_BAD_CLASS_HARD
) << "Expected category1 register type not '"
94
verifier_->Fail(
VERIFY_ERROR_BAD_CLASS_HARD
) << "invoke lacks 'this'";
101
verifier_->Fail(
VERIFY_ERROR_BAD_CLASS_HARD
) << "tried to get class from non-reference register v"
116
fail_type =
VERIFY_ERROR_BAD_CLASS_HARD
;
129
verifier_->Fail(
VERIFY_ERROR_BAD_CLASS_HARD
) << "wide register v" << vsrc << " has type "
147
verifier_->Fail(
VERIFY_ERROR_BAD_CLASS_HARD
) << "register v" << vsrc << " has type " << src_type
153
verifier_->Fail(
VERIFY_ERROR_BAD_CLASS_HARD
) << "wide register v" << vsrc << " has type "
232
verifier_->Fail(
VERIFY_ERROR_BAD_CLASS_HARD
) << "copy1 v" << vdst << "<-v" << vsrc << " type=" << type
244
verifier_->Fail(
VERIFY_ERROR_BAD_CLASS_HARD
) << "copy2 v" << vdst << "<-v" << vsrc
255
verifier_->Fail(
VERIFY_ERROR_BAD_CLASS_HARD
)
[
all
...]
method_verifier.h
65
* Both VERIFY_ERROR_BAD_CLASS_SOFT and
VERIFY_ERROR_BAD_CLASS_HARD
denote failures that cause
68
*
VERIFY_ERROR_BAD_CLASS_HARD
denotes a hard failure that can't be corrected, and will cause
73
VERIFY_ERROR_BAD_CLASS_HARD
, // VerifyError; hard error that skips compilation.
Completed in 42 milliseconds