HomeSort by relevance Sort by last modified time
    Searched refs:IsDefaultConflicting (Results 1 - 4 of 4) sorted by null

  /art/runtime/
cha.cc 512 !implementation_method->IsDefaultConflicting()) {
551 } else if (!method->IsDefaultConflicting()) {
art_method.cc 143 // NOTE: IsDefaultConflicting must be first since the actual method might or might not be abstract
145 if (IsDefaultConflicting()) {
706 bool is_default_conflict = IsDefaultConflicting();
722 DCHECK_EQ(is_default_conflict, IsDefaultConflicting());
    [all...]
art_method.h 196 // (IsMiranda() || IsDefaultConflicting()) implies copied
197 DCHECK(!(IsMiranda() || IsDefaultConflicting()) || copied)
211 return !IsAbstract() && !IsDefaultConflicting();
229 bool IsDefaultConflicting() {
    [all...]
class_linker.cc     [all...]

Completed in 247 milliseconds