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

  /art/runtime/
proxy_test.cc 71 EXPECT_OBJ_PTR_EQ(I.Get(), mirror::Class::GetDirectInterface(soa.Self(), proxy_class.Get(), 0));
72 EXPECT_OBJ_PTR_EQ(J.Get(), mirror::Class::GetDirectInterface(soa.Self(), proxy_class.Get(), 1));
class_linker.cc 696 // Sanity check Class[] and Object[]'s interfaces. GetDirectInterface may cause thread
699 mirror::Class::GetDirectInterface(self, class_array_class.Get(), 0));
701 mirror::Class::GetDirectInterface(self, class_array_class.Get(), 1));
703 mirror::Class::GetDirectInterface(self, object_array_class.Get(), 0));
705 mirror::Class::GetDirectInterface(self, object_array_class.Get(), 1));
    [all...]
class_linker_test.cc 234 mirror::Class::GetDirectInterface(self, array.Get(), 0);
238 mirror::Class::GetDirectInterface(self, array.Get(), 1);
    [all...]
debugger.cc     [all...]
  /art/runtime/mirror/
class.cc 327 ObjPtr<Class> interface = GetDirectInterface(self, h_this.Get(), i);
339 // After this point, this may have moved due to GetDirectInterface.
    [all...]
object_test.cc 150 mirror::Class::GetDirectInterface(soa.Self(), klass.Get(), 0));
152 mirror::Class::GetDirectInterface(soa.Self(), klass.Get(), 1));
    [all...]
class.h     [all...]
  /art/openjdkjvmti/
ti_heap.cc 389 art::mirror::Class::GetDirectInterface(self, klass, i);
410 art::mirror::Class::GetDirectInterface(self, inf_klass, i);
    [all...]
  /art/runtime/verifier/
verifier_deps.cc 371 ObjPtr<mirror::Class> direct = mirror::Class::GetDirectInterface(thread, current, i);
391 ObjPtr<mirror::Class> direct = mirror::Class::GetDirectInterface(thread, itf, j);
    [all...]
  /art/dex2oat/driver/
compiler_driver.cc     [all...]

Completed in 116 milliseconds