Home
last modified time | relevance | path

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

/art/runtime/
Dart_method-inl.h303 inline bool ArtMethod::IsImtUnimplementedMethod() { in IsImtUnimplementedMethod() function
Dart_method.h441 bool IsImtUnimplementedMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h447 if (!imt_method->IsImtConflictMethod() && !imt_method->IsImtUnimplementedMethod()) { in FindMethodFromCode()
/art/compiler/
Dimage_writer.cc1327 !method->IsImtUnimplementedMethod() && !method->IsAbstract()) << PrettyMethod(method); in GetQuickCode()
/art/oatdump/
Doatdump.cc1818 method->IsImtUnimplementedMethod() || method->IsClassInitializer()) { in DumpMethod()