Searched refs:expected_instance_id (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Ddebugger.h334 static bool MatchInstance(JDWP::ObjectId expected_instance_id, mirror::Object* event_instance)
H A Ddebugger.cc1403 bool Dbg::MatchInstance(JDWP::ObjectId expected_instance_id, mirror::Object* event_instance) { argument
1405 mirror::Object* modifier_instance = gRegistry->Get<mirror::Object*>(expected_instance_id, &error);

Completed in 181 milliseconds