Home | History | Annotate | Download | only in src

Lines Matching refs:AssertNoAllocation

1941 // { AssertNoAllocation nogc;
1960 class AssertNoAllocation {
1962 AssertNoAllocation() {
1966 ~AssertNoAllocation() {
1990 class AssertNoAllocation {
1992 AssertNoAllocation() { }
1993 ~AssertNoAllocation() { }
2261 AssertNoAllocation no_alloc; // i.e. no gc allowed.