Home
last modified time | relevance | path

Searched refs:AddRefType (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jdwp/
Dobject_registry.h58 JDWP::RefTypeId AddRefType(mirror::Class* c) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dobject_registry.cc37 JDWP::RefTypeId ObjectRegistry::AddRefType(mirror::Class* c) { in AddRefType() function in art::ObjectRegistry
/art/runtime/
Ddebugger.cc862 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()