Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dart_method-inl.h341 inline bool ArtMethod::IsImtUnimplementedMethod() { in IsImtUnimplementedMethod() function
Dart_method.h473 bool IsImtUnimplementedMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h432 if (!imt_method->IsImtConflictMethod() && !imt_method->IsImtUnimplementedMethod()) { in FindMethodFromCode()
/art/compiler/
Dimage_writer.cc1078 !method->IsImtUnimplementedMethod() && !method->IsAbstract()) << PrettyMethod(method); in GetQuickCode()
/art/oatdump/
Doatdump.cc1332 method->IsImtUnimplementedMethod() || method->IsClassInitializer()) { in Callback()