Home | History | Annotate | Download | only in verifier

Lines Matching refs:IsFinal

89   if (super != NULL && super->IsFinal()) {
3573 if (field->IsFinal() && field->GetDeclaringClass() != GetDeclaringClass().GetClass()) {
3706 if (field->IsFinal() && field->GetDeclaringClass() != GetDeclaringClass().GetClass()) {
3970 if (reg_type.IsPreciseReference() || concrete_method->IsFinal() ||
3971 concrete_method->GetDeclaringClass()->IsFinal()) {