Lines Matching refs:using
155 // Define IsAllowed() explicitly rather than with using Scope::IsAllowed, to
159 using Scope::Release;
160 using Scope::Scope;
167 using NextScopes = CombinationAssertScope<Scopes...>;
204 using DisallowHandleAllocation =
208 using AllowHandleAllocation =
212 using DisallowSafepoints =
216 using AllowSafepoints = PerThreadAssertScopeDebugOnly<SAFEPOINTS_ASSERT, true>;
219 using DisallowHeapAllocation =
223 using AllowHeapAllocation =
227 using DisallowHandleDereference =
231 using AllowHandleDereference =
235 using DisallowCodeDependencyChange =
239 using AllowCodeDependencyChange =
243 using DisallowCodeAllocation =
247 using AllowCodeAllocation =
252 using DisallowGarbageCollection =
257 using DisableGCMole = PerThreadAssertScopeDebugOnly<GC_MOLE, false>;
269 using AllowGarbageCollection =
273 using DisallowHeapAccess =
279 using AllowHeapAccess =