Home
last modified time | relevance | path

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

/art/runtime/
Dart_method-inl.h153 inline bool ArtMethod::IsImtUnimplementedMethod() { in IsImtUnimplementedMethod() function
Dart_method.h619 bool IsImtUnimplementedMethod() REQUIRES_SHARED(Locks::mutator_lock_);
/art/oatdump/
Doatdump.cc3095 if (ptr->IsImtUnimplementedMethod()) { in DumpImtStats()
3248 if (ptr->IsImtUnimplementedMethod()) { in DumpIMTForClass()
3306 if (ptr->IsImtUnimplementedMethod()) { in DumpIMTForMethod()
/art/dex2oat/linker/
Dimage_writer.cc3367 DCHECK(!method->IsImtUnimplementedMethod()) << method->PrettyMethod(); in GetQuickCode()