Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.cc471 if (!Dbg::MatchType(basket.locationClass.Get(), pMod->classOnly.refTypeId)) { in ModsMatch()
492 !Dbg::MatchType(basket.exceptionClass.Get(), pMod->exceptionOnly.refTypeId)) { in ModsMatch()
/art/runtime/
Ddebugger.h337 static bool MatchType(mirror::Class* event_class, JDWP::RefTypeId class_id)
Ddebugger.cc1426 bool Dbg::MatchType(mirror::Class* event_class, JDWP::RefTypeId class_id) { in MatchType() function in art::Dbg
1442 return Dbg::MatchType(event_field->GetDeclaringClass(), expected_type_id); in MatchField()