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