Lines Matching refs:nexus
1135 FeedbackNexus nexus(vector, FeedbackVector::ToSlot(index));
1136 if (nexus.ic_state() == InlineCacheState::UNINITIALIZED) {
1138 nexus.ConfigureMonomorphic(name, handle(object->map(), isolate),
1141 nexus.ConfigureMegamorphic(IcCheckType::kProperty);
1143 } else if (nexus.ic_state() == InlineCacheState::MONOMORPHIC) {
1144 if (nexus.GetFirstMap() != object->map() || nexus.GetName() != *name) {
1145 nexus.ConfigureMegamorphic(IcCheckType::kProperty);
1207 FeedbackNexus nexus(vector, vector->GetTypeProfileSlot());
1208 nexus.Collect(type, position);