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

  /art/runtime/
proxy_test.cc 139 EXPECT_OBJ_PTR_EQ(I.Get(), mirror::Class::GetDirectInterface(soa.Self(), proxy_class.Get(), 0));
140 EXPECT_OBJ_PTR_EQ(J.Get(), mirror::Class::GetDirectInterface(soa.Self(), proxy_class.Get(), 1));
class_linker.cc 648 // Sanity check Class[] and Object[]'s interfaces. GetDirectInterface may cause thread
651 mirror::Class::GetDirectInterface(self, class_array_class.Get(), 0));
653 mirror::Class::GetDirectInterface(self, class_array_class.Get(), 1));
655 mirror::Class::GetDirectInterface(self, object_array_class.Get(), 0));
657 mirror::Class::GetDirectInterface(self, object_array_class.Get(), 1));
    [all...]
class_linker_test.cc 226 mirror::Class::GetDirectInterface(self, array.Get(), 0);
230 mirror::Class::GetDirectInterface(self, array.Get(), 1);
    [all...]
debugger.cc     [all...]
  /art/runtime/mirror/
class.cc 282 ObjPtr<Class> interface = GetDirectInterface(self, h_this.Get(), i);
294 // After this point, this may have moved due to GetDirectInterface.
    [all...]
object_test.cc 148 mirror::Class::GetDirectInterface(soa.Self(), klass.Get(), 0));
150 mirror::Class::GetDirectInterface(soa.Self(), klass.Get(), 1));
class.h     [all...]
  /art/runtime/verifier/
verifier_deps.cc 353 ObjPtr<mirror::Class> direct = mirror::Class::GetDirectInterface(thread, current, i);
373 ObjPtr<mirror::Class> direct = mirror::Class::GetDirectInterface(thread, itf, j);
    [all...]
  /art/runtime/openjdkjvmti/
ti_heap.cc 389 art::mirror::Class::GetDirectInterface(self, klass, i);
410 art::mirror::Class::GetDirectInterface(self, inf_klass, i);
    [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]

Completed in 1011 milliseconds