/external/v8/src/ |
D | type-info.cc | 80 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 …]
|
D | type-feedback-vector.cc | 313 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
|
D | objects-printer.cc | 675 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/ |
D | ic.h | 67 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
|
D | ic.cc | 138 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/ |
D | test-feedback-vector.cc | 213 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/ |
D | js-native-context-specialization.cc | 410 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()
|
D | js-call-reducer.cc | 32 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
|
D | js-inlining-heuristic.cc | 81 CallICNexus nexus(p.feedback().vector(), p.feedback().slot()); in Reduce() local
|
/external/ImageMagick/MagickWand/ |
D | display.c | 545 *nexus; in DisplayImageCommand() local
|
/external/ImageMagick/MagickCore/ |
D | animate.c | 375 *nexus; in XMagickCommand() local 1318 *nexus; in XAnimateImages() local
|
D | display.c | 7115 *nexus; in XMagickCommand() local 10263 *nexus; in XOpenImage() local 14439 *nexus; in XDisplayImage() local
|
/external/v8/test/cctest/heap/ |
D | test-heap.cc | 3724 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/ |
D | hydrogen.cc | 7780 KeyedLoadICNexus nexus(vector, slot); in HandleKeyedElementAccess() local 7783 KeyedStoreICNexus nexus(vector, slot); in HandleKeyedElementAccess() local
|