Home
last modified time | relevance | path

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

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