Home | History | Annotate | Download | only in cctest

Lines Matching refs:RawFastPropertyAt

2344   CHECK(CcTest::heap()->InOldPointerSpace(o->RawFastPropertyAt(idx1)));
2345 CHECK(CcTest::heap()->InOldDataSpace(o->RawFastPropertyAt(idx2)));
2348 reinterpret_cast<JSObject*>(o->RawFastPropertyAt(idx1));
2350 CHECK(CcTest::heap()->InOldDataSpace(inner_object->RawFastPropertyAt(idx1)));
2352 inner_object->RawFastPropertyAt(idx2)));
3112 internal_obj->RawFastPropertyAt(index));