Home | History | Annotate | Download | only in runtime

Lines Matching refs:is_interface

6665   const bool is_interface = klass->IsInterface();
6667 const bool fill_tables = !is_interface;
6764 if (super_interface || is_interface) {
7000 DCHECK(!is_interface || (default_methods.empty() && miranda_methods.empty()))
7255 if (kIsDebugBuild && !is_interface) {