Home | History | Annotate | Download | only in src

Lines Matching refs:in_new_space

2824     bool in_new_space = zone->isolate()->heap()->InNewSpace(*func);
2830 HCheckValue* check = new(zone) HCheckValue(value, target, in_new_space);