Home
last modified time | relevance | path

Searched refs:IsImtUnimplementedMethod (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dart_method-inl.h267 inline bool ArtMethod::IsImtUnimplementedMethod() { in IsImtUnimplementedMethod() function
Dart_method.h553 bool IsImtUnimplementedMethod() SHARED_REQUIRES(Locks::mutator_lock_);
/art/compiler/
Dimage_writer.cc2062 DCHECK(!method->IsImtUnimplementedMethod()) << PrettyMethod(method); in GetQuickCode()