Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.cc511 if (!Dbg::MatchType(basket.locationClass.Get(), pMod->classOnly.refTypeId)) { in ModsMatch()
532 !Dbg::MatchType(basket.exceptionClass.Get(), pMod->exceptionOnly.refTypeId)) { in ModsMatch()
/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() function in art::Dbg
1472 return Dbg::MatchType(event_field->GetDeclaringClass(), expected_type_id); in MatchField()