Home
last modified time | relevance | path

Searched refs:IsImtConflictMethod (Results 1 – 6 of 6) sorted by relevance

/art/runtime/mirror/
Dart_method-inl.h333 inline bool ArtMethod::IsImtConflictMethod() { in IsImtConflictMethod() function
Dart_method.h471 bool IsImtConflictMethod() 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.cc1077 DCHECK(!method->IsResolutionMethod() && !method->IsImtConflictMethod() && in GetQuickCode()
/art/runtime/arch/
Dstub_test.cc1718 if (!m->IsImtConflictMethod()) { in TEST_F()
/art/oatdump/
Doatdump.cc1331 method->IsResolutionMethod() || method->IsImtConflictMethod() || in Callback()