Searched refs:SetHasMonitorOperations (Results 1 – 2 of 2) sorted by relevance
3542 graph_->SetHasMonitorOperations(true); in ProcessDexInstruction()3551 graph_->SetHasMonitorOperations(true); in ProcessDexInstruction()
690 void SetHasMonitorOperations(bool value) { has_monitor_operations_ = value; } in SetHasMonitorOperations() function