Home | History | Annotate | Download | only in cctest

Lines Matching refs:in_new_space

749   bool in_new_space = false;
757 in_new_space = CcTest::heap()->InNewSpace(*istring);
758 CHECK(in_new_space || CcTest::heap()->old_data_space()->Contains(*istring));
762 in_new_space ? i::NEW_SPACE : i::OLD_DATA_SPACE);
771 bool in_new_space = false;
780 in_new_space = CcTest::heap()->InNewSpace(*istring);
781 CHECK(in_new_space || CcTest::heap()->old_data_space()->Contains(*istring));
785 in_new_space ? i::NEW_SPACE : i::OLD_DATA_SPACE);