Home
last modified time | relevance | path

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

/dalvik/vm/
DSync.cpp87 const Method* ownerMethod; member
364 const Method* currentOwnerMethod = mon->ownerMethod; in lockMonitor()
400 mon->ownerMethod = NULL; in lockMonitor()
409 mon->ownerMethod = saveArea->method; in lockMonitor()
453 mon->ownerMethod = NULL; in unlockMonitor()
671 const Method* savedMethod = mon->ownerMethod; in waitMonitor()
673 mon->ownerMethod = NULL; in waitMonitor()
745 mon->ownerMethod = savedMethod; in waitMonitor()