Searched refs:ic_before (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-heap.cc3198 Code* ic_before = FindFirstIC(f->shared()->code(), Code::LOAD_IC); local
3199 CHECK(ic_before->ic_state() == MONOMORPHIC);
3230 Code* ic_before = FindFirstIC(f->shared()->code(), Code::LOAD_IC); local
3231 CHECK(ic_before->ic_state() == MONOMORPHIC);
3271 Code* ic_before = FindFirstIC(f->shared()->code(), Code::LOAD_IC); local
3272 CHECK(ic_before->ic_state() == POLYMORPHIC);

Completed in 456 milliseconds