Home | History | Annotate | Download | only in src

Lines Matching defs:ic_state

228   IC::State state = target->ic_state();
320 int delta = ComputeTypeInfoCountDelta(old_target->ic_state(),
321 target->ic_state());
344 if (target->ic_state() == DEBUG_BREAK) return;
369 State state = target->ic_state();
381 if (target->ic_state() == UNINITIALIZED) return;
390 if (target->ic_state() == UNINITIALIZED) return;
396 if (target->ic_state() == UNINITIALIZED) return;
405 if (target->ic_state() == UNINITIALIZED) return;
1506 if (stub->ic_state() == MONOMORPHIC) {
1509 ASSERT(stub->ic_state() == MEGAMORPHIC);
1527 State ic_state = target()->ic_state();
1542 if (ic_state != UNINITIALIZED && ic_state != PREMONOMORPHIC) {
1546 if (ic_state == UNINITIALIZED || ic_state == PREMONOMORPHIC) {
1549 if (ic_state == MONOMORPHIC) {