Home
last modified time | relevance | path

Searched defs:nexus (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/
Dtype-info.cc80 LoadICNexus nexus(feedback_vector_, slot); in LoadInlineCacheState() local
83 KeyedLoadICNexus nexus(feedback_vector_, slot); in LoadInlineCacheState() local
98 StoreICNexus nexus(feedback_vector_, slot); in StoreIsUninitialized() local
101 KeyedStoreICNexus nexus(feedback_vector_, slot); in StoreIsUninitialized() local
144 KeyedStoreICNexus nexus(feedback_vector_, slot); in GetStoreModeAndKeyType() local
282 LoadICNexus nexus(feedback_vector_, slot); in PropertyReceiverTypes() local
297 KeyedLoadICNexus nexus(feedback_vector_, slot); in KeyedPropertyReceiverTypes() local
334 StoreICNexus nexus(feedback_vector_, slot); in CollectReceiverTypes() local
338 void TypeFeedbackOracle::CollectReceiverTypes(FeedbackNexus* nexus, in CollectReceiverTypes()
357 StoreICNexus nexus(feedback_vector_, slot); in CollectReceiverTypes() local
[all …]
Dtype-feedback-vector.cc313 CallICNexus nexus(this, slot); in ClearSlotsImpl() local
318 LoadICNexus nexus(this, slot); in ClearSlotsImpl() local
323 LoadGlobalICNexus nexus(this, slot); in ClearSlotsImpl() local
328 KeyedLoadICNexus nexus(this, slot); in ClearSlotsImpl() local
333 StoreICNexus nexus(this, slot); in ClearSlotsImpl() local
338 KeyedStoreICNexus nexus(this, slot); in ClearSlotsImpl() local
410 KeyedStoreICNexus nexus(this, slot); in ClearKeyedStoreICs() local
Dobjects-printer.cc675 LoadICNexus nexus(this, slot); in TypeFeedbackVectorPrint() local
680 LoadGlobalICNexus nexus(this, slot); in TypeFeedbackVectorPrint() local
685 KeyedLoadICNexus nexus(this, slot); in TypeFeedbackVectorPrint() local
690 CallICNexus nexus(this, slot); in TypeFeedbackVectorPrint() local
695 StoreICNexus nexus(this, slot); in TypeFeedbackVectorPrint() local
700 KeyedStoreICNexus nexus(this, slot); in TypeFeedbackVectorPrint() local
/external/v8/src/ic/
Dic.h67 static bool IsCleared(FeedbackNexus* nexus) { in IsCleared()
204 FeedbackNexus* nexus() const { return nexus_; } in nexus() function
254 CallIC(Isolate* isolate, CallICNexus* nexus) in CallIC()
273 : IC(depth, isolate, nexus) { in IC() argument
320 : LoadIC(depth, isolate, nexus) {} in LoadIC() argument
339 : LoadIC(depth, isolate, nexus) { in LoadIC() argument
370 : IC(depth, isolate, nexus) { in IC() argument
429 : StoreIC(depth, isolate, nexus) {} in StoreIC() argument
Dic.cc138 IC::IC(FrameDepth depth, Isolate* isolate, FeedbackNexus* nexus) in IC()
438 void KeyedLoadIC::Clear(Isolate* isolate, Code* host, KeyedLoadICNexus* nexus) { in Clear()
448 void CallIC::Clear(Isolate* isolate, Code* host, CallICNexus* nexus) { in Clear()
461 void LoadIC::Clear(Isolate* isolate, Code* host, LoadICNexus* nexus) { in Clear()
468 LoadGlobalICNexus* nexus) { in Clear()
474 void StoreIC::Clear(Isolate* isolate, Code* host, StoreICNexus* nexus) { in Clear()
482 KeyedStoreICNexus* nexus) { in Clear()
529 KeyedLoadICNexus* nexus = casted_nexus<KeyedLoadICNexus>(); in ConfigureVectorState() local
533 KeyedStoreICNexus* nexus = casted_nexus<KeyedStoreICNexus>(); in ConfigureVectorState() local
549 LoadICNexus* nexus = casted_nexus<LoadICNexus>(); in ConfigureVectorState() local
[all …]
/external/v8/test/cctest/
Dtest-feedback-vector.cc213 CallICNexus nexus(feedback_vector, slot); in TEST() local
252 CallICNexus nexus(feedback_vector, slot); in TEST() local
289 LoadICNexus nexus(feedback_vector, slot); in TEST() local
350 LoadGlobalICNexus nexus(feedback_vector, slot); in TEST() local
372 LoadICNexus nexus(feedback_vector, slot); in TEST() local
550 StoreICNexus nexus(feedback_vector, slot); in TEST() local
/external/v8/src/compiler/
Djs-native-context-specialization.cc410 Node* node, Node* value, FeedbackNexus const& nexus, Handle<Name> name, in ReduceNamedAccess()
476 LoadICNexus nexus(p.feedback().vector(), p.feedback().slot()); in ReduceJSLoadNamed() local
491 StoreICNexus nexus(p.feedback().vector(), p.feedback().slot()); in ReduceJSStoreNamed() local
848 Node* node, Node* index, Node* value, FeedbackNexus const& nexus, in ReduceKeyedAccess()
935 KeyedLoadICNexus nexus(p.feedback().vector(), p.feedback().slot()); in ReduceJSLoadProperty() local
951 KeyedStoreICNexus nexus(p.feedback().vector(), p.feedback().slot()); in ReduceJSStoreProperty() local
980 Node* receiver, Node* effect, FeedbackNexus const& nexus, in ExtractReceiverMaps()
Djs-call-reducer.cc32 CallICNexus nexus(vector, slot); in CallCountFeedback() local
62 CallICNexus nexus(p.feedback().vector(), p.feedback().slot()); in ReduceArrayConstructor() local
307 CallICNexus nexus(p.feedback().vector(), p.feedback().slot()); in ReduceJSCallFunction() local
Djs-inlining-heuristic.cc81 CallICNexus nexus(p.feedback().vector(), p.feedback().slot()); in Reduce() local
/external/ImageMagick/MagickWand/
Ddisplay.c545 *nexus; in DisplayImageCommand() local
/external/ImageMagick/MagickCore/
Danimate.c375 *nexus; in XMagickCommand() local
1318 *nexus; in XAnimateImages() local
Ddisplay.c7115 *nexus; in XMagickCommand() local
10263 *nexus; in XOpenImage() local
14439 *nexus; in XDisplayImage() local
/external/v8/test/cctest/heap/
Dtest-heap.cc3724 LoadICNexus nexus(vector, slot); in CheckVectorIC() local
3728 KeyedLoadICNexus nexus(vector, slot); in CheckVectorIC() local
5235 LoadICNexus nexus(vector, slot); in CheckIC() local
5238 KeyedLoadICNexus nexus(vector, slot); in CheckIC() local
5241 CallICNexus nexus(vector, slot); in CheckIC() local
/external/v8/src/crankshaft/
Dhydrogen.cc7780 KeyedLoadICNexus nexus(vector, slot); in HandleKeyedElementAccess() local
7783 KeyedStoreICNexus nexus(vector, slot); in HandleKeyedElementAccess() local