Searched refs:MatchInstance (Results 1 – 3 of 3) sorted by relevance
344 static bool MatchInstance(JDWP::ObjectId expected_instance_id, mirror::Object* event_instance)
1445 bool Dbg::MatchInstance(JDWP::ObjectId expected_instance_id, mirror::Object* event_instance) { in MatchInstance() function in art::Dbg
511 if (!Dbg::MatchInstance(pMod->instanceOnly.objectId, basket.thisPtr.Get())) { in ModsMatch()