Home | History | Annotate | Download | only in cctest

Lines Matching refs:in_new_space

746   bool in_new_space = false;
754 in_new_space = CcTest::heap()->InNewSpace(*istring);
755 CHECK(in_new_space || CcTest::heap()->old_data_space()->Contains(*istring));
759 in_new_space ? i::NEW_SPACE : i::OLD_DATA_SPACE);
768 bool in_new_space = false;
777 in_new_space = CcTest::heap()->InNewSpace(*istring);
778 CHECK(in_new_space || CcTest::heap()->old_data_space()->Contains(*istring));
782 in_new_space ? i::NEW_SPACE : i::OLD_DATA_SPACE);