Home
last modified time | relevance | path

Searched refs:event_instance (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddebugger.h366 static bool MatchInstance(JDWP::ObjectId expected_instance_id, mirror::Object* event_instance)
Ddebugger.cc1475 bool Dbg::MatchInstance(JDWP::ObjectId expected_instance_id, mirror::Object* event_instance) { in MatchInstance() argument
1478 return modifier_instance == event_instance; in MatchInstance()