Home
last modified time | relevance | path

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

/art/runtime/
Dimtable-inl.h86 DCHECK(!method->IsCopied()); in GetImtIndex()
Dart_method.cc71 if (LIKELY(!IsCopied())) { in GetCanonicalMethod()
589 << ", copy=" << std::boolalpha << IsCopied() in GetOatQuickMethodHeader()
676 bool is_copied = IsCopied(); in SetIntrinsic()
692 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.cc1798 } else if (m->IsCopied()) { in CheckArtMethod()
7088 if (ignore_copied_methods && implementation_method->IsCopied()) { in FillIMTFromIfTable()
7146 if (ignore_copied_methods && implementation_method->IsCopied()) { in FillIMTFromIfTable()
10202 CHECK(method->IsCopied()); in GetHoldingClassOfCopiedMethod()
/art/compiler/optimizing/
Dsharpening.cc111 DCHECK(!callee->IsCopied()); in SharpenLoadMethod()
137 DCHECK(!callee->IsCopied()); in SharpenLoadMethod()
/art/openjdkjvmti/
Dti_breakpoint.cc125 DCHECK(!m->IsDefault() || !m->IsCopied() || !m->IsInvokable()) in Breakpoint()
Dti_redefine.cc2134 DCHECK(m->IsCopied() || m->GetDeclaringClass() == linked_class.Get()) in AllocateNewClassObject()
2984 if (method->IsCopied()) { in UpdateClassStructurally()
/art/runtime/jit/
Dprofile_saver.cc600 DCHECK(method.IsCopied()); in CollectClasses()
695 DCHECK(!method.IsCopied()); in UpdateProfile()
709 DCHECK(method->IsCopied()); in UpdateProfile()
/art/runtime/mirror/
Dclass-inl.h626 DCHECK(!method->IsCopied()); in FindVirtualMethodForInterface()
657 if (method->GetDeclaringClass()->IsInterface() && !method->IsCopied()) { in FindVirtualMethodForVirtualOrInterface()
/art/runtime/interpreter/mterp/
Dnterp.cc382 DCHECK(!resolved_method->IsCopied()); in NterpGetMethod()
/art/runtime/jni/
Djni_id_manager.cc216 if (UNLIKELY(t->IsCopied())) { in Canonicalize()
/art/dex2oat/linker/
Doat_writer_test.cc492 EXPECT_FALSE(m.IsCopied()); in TEST_F()
Dimage_writer.cc3223 DCHECK(method->IsCopied()); in GetQuickCode()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2349 DCHECK(!interface_method->IsCopied()); in artInvokeInterfaceTrampoline()
/art/profman/
Dprofile_assistant_test.cc864 if (!method.IsCopied() && method.GetCodeItem() != nullptr) { in TEST_F()