Home
last modified time | relevance | path

Searched refs:event_class (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddebugger.h359 static bool MatchType(ObjPtr<mirror::Class> event_class, JDWP::RefTypeId class_id)
Ddebugger.cc1456 bool Dbg::MatchType(ObjPtr<mirror::Class> event_class, JDWP::RefTypeId class_id) { in MatchType() argument
1457 if (event_class == nullptr) { in MatchType()
1463 return expected_class->IsAssignableFrom(event_class); in MatchType()