Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:in_new_space

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