Lines Matching refs:no_gc
702 DisallowHeapAllocation no_gc; in JSGeneratorObjectPrint() local
826 DisallowHeapAllocation no_gc; in MapPrint() local
827 TransitionsAccessor transitions(isolate, this, &no_gc); in MapPrint()
2245 DisallowHeapAllocation no_gc; in PrintMapDetails() local
2372 DisallowHeapAllocation no_gc; in PrintTransitionTree() local
2373 PrintTransitionTree(os, 0, &no_gc); in PrintTransitionTree()
2378 DisallowHeapAllocation* no_gc) { in PrintTransitionTree() argument
2415 TransitionsAccessor transitions(isolate_, target, no_gc); in PrintTransitionTree()
2416 transitions.PrintTransitionTree(os, level + 1, no_gc); in PrintTransitionTree()
2421 DisallowHeapAllocation no_gc; in PrintTransitions() local
2422 TransitionsAccessor ta(GetIsolate(), map(), &no_gc); in PrintTransitions()
2495 i::DisallowHeapAllocation no_gc; in _v8_internal_Print_TransitionTree() local
2497 i::TransitionsAccessor transitions(i::Isolate::Current(), map, &no_gc); in _v8_internal_Print_TransitionTree()