Home
last modified time | relevance | path

Searched refs:IsCopied (Results 1 – 14 of 14) sorted by relevance

/art/runtime/
Dart_method.cc71 if (LIKELY(!IsCopied())) { in GetCanonicalMethod()
633 << ", copy=" << std::boolalpha << IsCopied() in GetOatQuickMethodHeader()
717 bool is_copied = IsCopied(); in SetIntrinsic()
733 DCHECK_EQ(is_copied, IsCopied()); in SetIntrinsic()
Dcha.cc340 virtual_method->IsCopied() || in CheckVirtualMethodSingleImplementationInfo()
524 DCHECK(method->IsCopied() || method->GetDeclaringClass() == klass.Get()); in InitSingleImplementationFlag()
Dart_method-inl.h114 return IsDirect() || (methods_class->IsInterface() && !IsCopied()); in CheckIncompatibleClassChange()
Dart_method.h194 bool IsCopied() const { in IsCopied() function
Dclass_linker_test.cc344 EXPECT_TRUE(method.IsCopied()); in AssertClass()
Dclass_linker.cc1893 } else if (m->IsCopied()) { in SanityCheckArtMethod()
7037 if (ignore_copied_methods && implementation_method->IsCopied()) { in FillIMTFromIfTable()
7095 if (ignore_copied_methods && implementation_method->IsCopied()) { in FillIMTFromIfTable()
9840 CHECK(method->IsCopied()); in GetHoldingClassOfCopiedMethod()
/art/openjdkjvmti/
Dti_breakpoint.cc125 DCHECK(!m->IsDefault() || !m->IsCopied() || !m->IsInvokable()) in Breakpoint()
Dti_redefine.cc2135 DCHECK(m->IsCopied() || m->GetDeclaringClass() == linked_class.Get()) in AllocateNewClassObject()
2959 if (method->IsCopied()) { in UpdateClassStructurally()
/art/runtime/mirror/
Dclass-inl.h626 DCHECK(!method->IsCopied()); in FindVirtualMethodForInterface()
657 if (method->GetDeclaringClass()->IsInterface() && !method->IsCopied()) { in FindVirtualMethodForVirtualOrInterface()
/art/runtime/jni/
Djni_id_manager.cc215 if (UNLIKELY(t->IsCopied())) { in Canonicalize()
/art/dex2oat/linker/
Doat_writer_test.cc507 EXPECT_FALSE(m.IsCopied()); in TEST_F()
Dimage_writer.cc3380 DCHECK(method->IsCopied()); in GetQuickCode()
/art/profman/
Dprofile_assistant_test.cc728 if (!method.IsCopied() && method.GetCodeItem() != nullptr) { in TEST_F()
/art/compiler/optimizing/
Dinliner.cc1353 if (method->IsDefault() && !method->IsCopied()) { in TryInlineAndReplace()