Lines Matching full:nexus
646 StoreDataPropertyInLiteralICNexus nexus(vector, vector->ToSlot(index));
647 if (nexus.ic_state() == UNINITIALIZED) {
649 nexus.ConfigureMonomorphic(name, handle(object->map()));
651 nexus.ConfigureMegamorphic();
653 } else if (nexus.ic_state() == MONOMORPHIC) {
654 if (nexus.FindFirstMap() != object->map() ||
655 nexus.GetFeedbackExtra() != *name) {
656 nexus.ConfigureMegamorphic();