Searched refs:in_new_space (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h2580 bool in_new_space = isolate->heap()->InNewSpace(*func); local
2584 HCheckValue* check = new(zone) HCheckValue(value, target, in_new_space);
H A Dhydrogen.cc7268 bool in_new_space = isolate()->heap()->InNewSpace(*handle_name); local
7270 Add<HCheckValue>(key, unique_name, in_new_space);

Completed in 2137 milliseconds