Lines Matching refs:roots
1951 ReadOnlyRoots roots(isolate);
1952 if (map == roots.undefined_map()) {
1955 if (map == roots.null_map()) {
1958 if (map == roots.boolean_map()) {
1961 if (map == roots.the_hole_map()) {
1964 if (map == roots.uninitialized_map()) {
1967 DCHECK(map == roots.termination_exception_map() ||
1968 map == roots.arguments_marker_map() ||
1969 map == roots.optimized_out_map() || map == roots.stale_register_map());