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

  /art/runtime/verifier/
reg_type.cc 730 // Do not cache the classes as ClassJoin() can suspend and invalidate ObjPtr<>s.
733 ObjPtr<mirror::Class> join_class = ClassJoin(GetClass(), incoming_type.GetClass());
787 ObjPtr<mirror::Class> RegType::ClassJoin(ObjPtr<mirror::Class> s, ObjPtr<mirror::Class> t) {
807 ObjPtr<mirror::Class> common_elem = ClassJoin(s_ct, t_ct);
    [all...]
reg_type.h 218 // ClassJoin.
368 static ObjPtr<mirror::Class> ClassJoin(ObjPtr<mirror::Class> s, ObjPtr<mirror::Class> t)
    [all...]

Completed in 52 milliseconds