• Home
  • Raw
  • Download

Lines Matching refs:nexus

87     State new_state = nexus()->StateFromFeedback();  in TraceIC()
103 KeyedAccessLoadMode mode = nexus()->GetKeyedAccessLoadMode(); in TraceIC()
106 KeyedAccessStoreMode mode = nexus()->GetKeyedAccessStoreMode(); in TraceIC()
251 maybe_handler_ = nexus()->FindHandlerForMap(receiver_map()); in ShouldRecomputeHandler()
275 Name* stub_name = nexus()->FindFirstName(); in RecomputeHandlerForName()
312 void IC::OnFeedbackChanged(Isolate* isolate, FeedbackNexus* nexus, in OnFeedbackChanged() argument
314 FeedbackVector* vector = nexus->vector(); in OnFeedbackChanged()
315 FeedbackSlot slot = nexus->slot(); in OnFeedbackChanged()
379 nexus()->ConfigureMegamorphic(key->IsName() ? PROPERTY : ELEMENT); in ConfigureVectorState()
381 OnFeedbackChanged(isolate(), nexus(), GetHostFunction(), "Megamorphic"); in ConfigureVectorState()
386 nexus()->ConfigurePremonomorphic(map); in ConfigureVectorState()
388 OnFeedbackChanged(isolate(), nexus(), GetHostFunction(), "Premonomorphic"); in ConfigureVectorState()
399 nexus()->ConfigureHandlerMode(handler); in ConfigureVectorState()
403 nexus()->ConfigureMonomorphic(name, map, handler); in ConfigureVectorState()
407 OnFeedbackChanged(isolate(), nexus(), GetHostFunction(), in ConfigureVectorState()
416 nexus()->ConfigurePolymorphic(name, maps, handlers); in ConfigureVectorState()
419 OnFeedbackChanged(isolate(), nexus(), GetHostFunction(), "Polymorphic"); in ConfigureVectorState()
505 if (nexus()->ConfigureLexicalVarMode(lookup_result.context_index, in Load()
537 if (nexus()->FindFirstName() != *name) return false; in UpdatePolymorphicIC()
547 if (!nexus()->FindHandlers(&handlers, number_of_maps)) return false; in UpdatePolymorphicIC()
586 if (is_keyed() && nexus()->FindFirstName() != *name) return false; in UpdatePolymorphicIC()
614 if (!nexus()->FindHandlers(&handlers, static_cast<int>(maps.size()))) return; in CopyICToMegamorphicCache()
704 nexus()->ConfigurePropertyCellMode(lookup->GetPropertyCell()); in UpdateCaches()
991 const MaybeObjectHandle& handler = nexus()->FindHandlerForMap(receiver_map); in CanChangeToAllowOutOfBounds()
1364 if (nexus()->ConfigureLexicalVarMode(lookup_result.context_index, in Store()
1452 nexus()->ConfigurePropertyCellMode(lookup->GetPropertyCell()); in UpdateCaches()
1638 IsStoreOwnICKind(nexus()->kind())) { in ComputeHandler()
2562 FeedbackNexus nexus(vector, slot); in RUNTIME_FUNCTION() local
2565 if (!CanFastCloneObject(source_map) || nexus.IsMegamorphic()) { in RUNTIME_FUNCTION()
2567 nexus.ConfigureMegamorphic(); in RUNTIME_FUNCTION()
2573 nexus.ConfigureCloneObject(source_map, result_map); in RUNTIME_FUNCTION()