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

  /art/runtime/entrypoints/
entrypoint_utils-inl.h 400 (!klass->HasVTable() ||
407 DCHECK(klass->HasVTable()) << PrettyClass(klass);
415 if (super_class == nullptr || !super_class->HasVTable() ||
426 DCHECK(super_class->HasVTable());
  /art/runtime/mirror/
art_method.cc 114 if (super_class->HasVTable() && method_index < super_class->GetVTableLength()) {
class-inl.h 155 inline bool Class::HasVTable() {
class.h 714 bool HasVTable() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
    [all...]
  /art/runtime/
class_linker_test.cc 95 EXPECT_FALSE(primitive->HasVTable());
223 EXPECT_EQ(klass->IsInterface(), !klass->HasVTable());
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 1878 milliseconds