Searched refs:new_level (Results 1 – 3 of 3) sorted by relevance
165 #define UPDATE_CURRENT_LOCK_LEVEL(new_level) \ in Init() argument166 if ((new_level) >= current_lock_level) { \ in Init()169 new_level, current_lock_level); \ in Init()172 current_lock_level = new_level; in Init()
531 bool RequiresInstrumentationInstallation(InstrumentationLevel new_level) const;
697 bool Instrumentation::RequiresInstrumentationInstallation(InstrumentationLevel new_level) const { in RequiresInstrumentationInstallation()699 return GetCurrentInstrumentationLevel() != new_level; in RequiresInstrumentationInstallation()