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

  /art/runtime/mirror/
class.cc 233 Class* interface = GetDirectInterface(self, h_this, i);
245 // After this point, this may have moved due to GetDirectInterface.
632 // Wrap k incase it moves during GetDirectInterface.
638 Handle<mirror::Class> interface(hs2.NewHandle(GetDirectInterface(self, h_k, i)));
656 // Wrap k incase it moves during GetDirectInterface.
662 Handle<mirror::Class> interface(hs2.NewHandle(GetDirectInterface(self, h_k, i)));
690 Handle<mirror::Class> interface(hs2.NewHandle(GetDirectInterface(self, h_k, i)));
751 mirror::Class* Class::GetDirectInterface(Thread* self, Handle<mirror::Class> klass,
    [all...]
object_test.cc 139 mirror::Class::GetDirectInterface(soa.Self(), klass, 0));
141 mirror::Class::GetDirectInterface(soa.Self(), klass, 1));
class.h     [all...]
  /art/runtime/
proxy_test.cc 128 EXPECT_EQ(I.Get(), mirror::Class::GetDirectInterface(soa.Self(), proxy_class, 0));
129 EXPECT_EQ(J.Get(), mirror::Class::GetDirectInterface(soa.Self(), proxy_class, 1));
class_linker_test.cc 153 mirror::Class* direct_interface0 = mirror::Class::GetDirectInterface(self, array, 0);
156 mirror::Class* direct_interface1 = mirror::Class::GetDirectInterface(self, array, 1);
    [all...]
class_linker.cc 509 // Sanity check Class[] and Object[]'s interfaces. GetDirectInterface may cause thread
512 mirror::Class::GetDirectInterface(self, class_array_class, 0));
514 mirror::Class::GetDirectInterface(self, class_array_class, 1));
516 mirror::Class::GetDirectInterface(self, object_array_class, 0));
518 mirror::Class::GetDirectInterface(self, object_array_class, 1));
    [all...]
debugger.cc     [all...]
  /art/compiler/driver/
compiler_driver.cc 839 MaybeAddToImageClasses(hs2.NewHandle(mirror::Class::GetDirectInterface(self, klass, i)),
    [all...]

Completed in 164 milliseconds