Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.cc3542 graph_->SetHasMonitorOperations(true); in ProcessDexInstruction()
3551 graph_->SetHasMonitorOperations(true); in ProcessDexInstruction()
H A Dnodes.h690 void SetHasMonitorOperations(bool value) { has_monitor_operations_ = value; } in SetHasMonitorOperations() function