Searched refs:new_level (Results 1 – 3 of 3) sorted by relevance
169 #define UPDATE_CURRENT_LOCK_LEVEL(new_level) \ in Init() argument170 if ((new_level) >= current_lock_level) { \ in Init()173 new_level, current_lock_level); \ in Init()176 current_lock_level = new_level; in Init()
563 bool RequiresInstrumentationInstallation(InstrumentationLevel new_level) const;
730 bool Instrumentation::RequiresInstrumentationInstallation(InstrumentationLevel new_level) const { in RequiresInstrumentationInstallation()732 return GetCurrentInstrumentationLevel() != new_level; in RequiresInstrumentationInstallation()