HomeSort by relevance Sort by last modified time
    Searched refs:IsCopied (Results 1 - 12 of 12) sorted by null

  /art/openjdkjvmti/
ti_breakpoint.cc 62 DCHECK(!m->IsDefault() || !m->IsCopied() || !m->IsInvokable())
  /art/runtime/
art_method-inl.h 131 return IsDirect() || (methods_class->IsInterface() && !IsCopied());
468 bool is_copied = IsCopied();
482 DCHECK_EQ(is_copied, IsCopied());
cha.cc 340 virtual_method->IsCopied() ||
523 DCHECK(method->IsCopied() || method->GetDeclaringClass() == klass.Get());
art_method.cc 645 << ", copy=" << std::boolalpha << IsCopied()
    [all...]
art_method.h 199 bool IsCopied() {
    [all...]
class_linker.cc     [all...]
class_linker_test.cc 337 EXPECT_TRUE(method.IsCopied());
    [all...]
  /art/runtime/mirror/
class-inl.h 589 DCHECK(!method->IsCopied());
620 if (method->GetDeclaringClass()->IsInterface() && !method->IsCopied()) {
    [all...]
  /art/dex2oat/linker/
oat_writer_test.cc 478 EXPECT_FALSE(m.IsCopied());
    [all...]
image_writer.cc     [all...]
  /art/profman/
profile_assistant_test.cc 722 if (!method.IsCopied() && method.GetCodeItem() != nullptr) {
    [all...]
  /art/compiler/optimizing/
inliner.cc     [all...]

Completed in 347 milliseconds