Searched refs:AddRefType (Results 1 – 3 of 3) sorted by relevance
58 JDWP::RefTypeId AddRefType(mirror::Class* c) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
37 JDWP::RefTypeId ObjectRegistry::AddRefType(mirror::Class* c) { in AddRefType() function in art::ObjectRegistry
862 classes.push_back(gRegistry->AddRefType(c)); in GetClassList()923 JDWP::RefTypeId type_id = gRegistry->AddRefType(o->GetClass()); in GetReferenceType()1311 expandBufAddRefTypeId(pReply, gRegistry->AddRefType(kh.GetDirectInterface(i))); in OutputDeclaredInterfaces()2246 location.class_id = gRegistry->AddRefType(c); in PostLocationEvent()2274 JDWP::RefTypeId exception_class_id = gRegistry->AddRefType(exception_object->GetClass()); in PostException()