Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_builder.cc3388 graph_->SetHasMonitorOperations(true); in ProcessDexInstruction()
3397 graph_->SetHasMonitorOperations(true); in ProcessDexInstruction()
Dnodes.h669 void SetHasMonitorOperations(bool value) { has_monitor_operations_ = value; } in SetHasMonitorOperations() function