Home | History | Annotate | Download | only in verifier

Lines Matching refs:IsConflict

1574         if (!GetMethodReturnType().IsConflict()) {
1715 res_type.IsConflict() ? res_type
1759 if (res_type.IsConflict()) {
1814 if (res_type.IsConflict()) {
1908 DCHECK(!component_type.IsConflict());
2298 if (this_type.IsConflict()) // failure.
2310 // if (this_super_klass.IsConflict()) {
2973 if (result.IsConflict()) {
3045 if (klass_type.IsConflict()) {
3163 if (actual_arg_type.IsConflict()) { // GetInvocationThis failed.
3402 if (actual_arg_type.IsConflict()) { // GetInvocationThis failed.
3491 if (res_type.IsConflict()) { // bad class
3662 if (klass_type.IsConflict()) { // bad class
3697 if (klass_type.IsConflict()) {
4167 } else if (type.IsUndefined() || type.IsConflict() || type.IsHighHalf()) {