Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h344 static bool MatchInstance(JDWP::ObjectId expected_instance_id, mirror::Object* event_instance)
Ddebugger.cc1445 bool Dbg::MatchInstance(JDWP::ObjectId expected_instance_id, mirror::Object* event_instance) { in MatchInstance() function in art::Dbg
/art/runtime/jdwp/
Djdwp_event.cc511 if (!Dbg::MatchInstance(pMod->instanceOnly.objectId, basket.thisPtr.Get())) { in ModsMatch()