Searched refs:in_new_space (Results 1 – 4 of 4) sorted by relevance
42 bool in_new_space = heap()->InNewSpace(buffer); in RegisterNew() local44 if (in_new_space) { in RegisterNew()61 bool in_new_space = heap()->InNewSpace(buffer); in Unregister() local63 in_new_space ? &live_array_buffers_for_scavenge_ : &live_array_buffers_; in Unregister()65 in_new_space ? ¬_yet_discovered_array_buffers_for_scavenge_ in Unregister()
2810 bool in_new_space = isolate->heap()->InNewSpace(*func); in New() local2816 HCheckValue* check = new(zone) HCheckValue(value, target, in_new_space); in New()
7632 bool in_new_space = isolate()->heap()->InNewSpace(*handle_name); in HandleKeyedElementAccess() local7634 Add<HCheckValue>(key, unique_name, in_new_space); in HandleKeyedElementAccess()
755 bool in_new_space = false; in THREADED_TEST() local766 in_new_space = CcTest::heap()->InNewSpace(*istring); in THREADED_TEST()767 CHECK(in_new_space || CcTest::heap()->old_space()->Contains(*istring)); in THREADED_TEST()770 CcTest::heap()->CollectGarbage(in_new_space ? i::NEW_SPACE : i::OLD_SPACE); in THREADED_TEST()779 bool in_new_space = false; in THREADED_TEST() local790 in_new_space = CcTest::heap()->InNewSpace(*istring); in THREADED_TEST()791 CHECK(in_new_space || CcTest::heap()->old_space()->Contains(*istring)); in THREADED_TEST()794 CcTest::heap()->CollectGarbage(in_new_space ? i::NEW_SPACE : i::OLD_SPACE); in THREADED_TEST()