Lines Matching refs:nexus
29 IC(FrameDepth depth, Isolate* isolate, FeedbackNexus* nexus = NULL);
67 static bool IsCleared(FeedbackNexus* nexus) { in IsCleared() argument
68 InlineCacheState state = nexus->StateFromFeedback(); in IsCleared()
194 Handle<TypeFeedbackVector> vector() const { return nexus()->vector_handle(); } in vector()
195 FeedbackVectorSlot slot() const { return nexus()->slot(); } in slot()
204 FeedbackNexus* nexus() const { return nexus_; } in nexus() function
217 nexus()->ExtractMaps(&target_maps_); in FindTargetMaps()
254 CallIC(Isolate* isolate, CallICNexus* nexus) in CallIC() argument
255 : IC(EXTRA_CALL_FRAME, isolate, nexus) { in CallIC()
256 DCHECK(nexus != NULL); in CallIC()
266 static void Clear(Isolate* isolate, Code* host, CallICNexus* nexus);
272 LoadIC(FrameDepth depth, Isolate* isolate, FeedbackNexus* nexus = NULL)
273 : IC(depth, isolate, nexus) { in IC() argument
274 DCHECK(nexus != NULL); in IC()
295 static void Clear(Isolate* isolate, Code* host, LoadICNexus* nexus);
319 LoadGlobalIC(FrameDepth depth, Isolate* isolate, FeedbackNexus* nexus = NULL)
320 : LoadIC(depth, isolate, nexus) {} in LoadIC() argument
327 static void Clear(Isolate* isolate, Code* host, LoadGlobalICNexus* nexus);
338 KeyedLoadICNexus* nexus = NULL)
339 : LoadIC(depth, isolate, nexus) { in LoadIC() argument
340 DCHECK(nexus != NULL); in LoadIC()
356 static void Clear(Isolate* isolate, Code* host, KeyedLoadICNexus* nexus);
369 StoreIC(FrameDepth depth, Isolate* isolate, FeedbackNexus* nexus = NULL)
370 : IC(depth, isolate, nexus) { in IC() argument
394 static void Clear(Isolate* isolate, Code* host, StoreICNexus* nexus);
428 KeyedStoreICNexus* nexus = NULL)
429 : StoreIC(depth, isolate, nexus) {} in StoreIC() argument
446 static void Clear(Isolate* isolate, Code* host, KeyedStoreICNexus* nexus);