Lines Matching refs:nexus

29   IC(FrameDepth depth, Isolate* isolate, FeedbackNexus* nexus = NULL);
73 static bool IsCleared(FeedbackNexus* nexus) { in IsCleared() argument
74 InlineCacheState state = nexus->StateFromFeedback(); in IsCleared()
207 Handle<TypeFeedbackVector> vector() const { return nexus()->vector_handle(); } in vector()
208 FeedbackVectorSlot slot() const { return nexus()->slot(); } in slot()
217 FeedbackNexus* nexus() const { return nexus_; } in nexus() function
230 nexus()->ExtractMaps(&target_maps_); in FindTargetMaps()
278 CallIC(Isolate* isolate, CallICNexus* nexus) in CallIC() argument
279 : IC(EXTRA_CALL_FRAME, isolate, nexus) { in CallIC()
280 DCHECK(nexus != NULL); in CallIC()
291 static void Clear(Isolate* isolate, Code* host, CallICNexus* nexus);
310 LoadIC(FrameDepth depth, Isolate* isolate, FeedbackNexus* nexus = NULL)
311 : IC(depth, isolate, nexus) { in IC() argument
312 DCHECK(nexus != NULL); in IC()
336 static void Clear(Isolate* isolate, Code* host, LoadICNexus* nexus);
391 KeyedLoadICNexus* nexus = NULL)
392 : LoadIC(depth, isolate, nexus) { in LoadIC() argument
393 DCHECK(nexus != NULL); in LoadIC()
422 static void Clear(Isolate* isolate, Code* host, KeyedLoadICNexus* nexus);
442 StoreIC(FrameDepth depth, Isolate* isolate, FeedbackNexus* nexus = NULL)
443 : IC(depth, isolate, nexus) { in IC() argument
477 static void Clear(Isolate* isolate, Code* host, StoreICNexus* nexus);
537 KeyedStoreICNexus* nexus = NULL)
538 : StoreIC(depth, isolate, nexus) { in StoreIC() argument
565 static void Clear(Isolate* isolate, Code* host, KeyedStoreICNexus* nexus);