Lines Matching defs:nexus
471 FeedbackNexus nexus(*this, slot);
472 feedback_updated |= nexus.Clear();
1424 FeedbackIterator::FeedbackIterator(const FeedbackNexus* nexus)
1427 IsLoadICKind(nexus->kind()) || IsSetNamedICKind(nexus->kind()) ||
1428 IsKeyedLoadICKind(nexus->kind()) || IsKeyedStoreICKind(nexus->kind()) ||
1429 IsDefineNamedOwnICKind(nexus->kind()) ||
1430 IsDefineKeyedOwnPropertyInLiteralKind(nexus->kind()) ||
1431 IsStoreInArrayLiteralICKind(nexus->kind()) ||
1432 IsKeyedHasICKind(nexus->kind()) || IsDefineKeyedOwnICKind(nexus->kind()));
1435 auto pair = nexus->GetFeedbackPair();
1447 polymorphic_feedback_ = nexus->config()->NewHandle(
1451 nexus->config()->NewHandle(WeakFixedArray::cast(heap_object));