Home | History | Annotate | Download | only in runtime

Lines Matching refs:IsFinal

2878   CHECK(!prototype->IsFinal());
2879 CHECK(method->IsFinal());
3332 if (super->IsFinal() || super->IsInterface()) {
3336 super->IsFinal() ? "declared final" : "an interface");
3421 if (super_method->IsFinal()) {