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