Searched refs:StoreICNexus (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/ |
D | type-feedback-vector.h | 482 class StoreICNexus : public FeedbackNexus { 484 StoreICNexus(Handle<TypeFeedbackVector> vector, FeedbackVectorSlot slot) in StoreICNexus() function 488 explicit StoreICNexus(Isolate* isolate) in StoreICNexus() function 492 StoreICNexus(TypeFeedbackVector* vector, FeedbackVectorSlot slot) in StoreICNexus() function
|
D | type-feedback-vector.cc | 212 StoreICNexus nexus(this, slot); in ClearSlotsImpl() 396 InlineCacheState StoreICNexus::StateFromFeedback() const { in StateFromFeedback() 532 void StoreICNexus::ConfigureMonomorphic(Handle<Map> receiver_map, in ConfigureMonomorphic() 586 void StoreICNexus::ConfigurePolymorphic(MapHandleList* maps, in ConfigurePolymorphic() 784 void StoreICNexus::Clear(Code* host) { in Clear()
|
D | type-info.cc | 98 StoreICNexus nexus(feedback_vector_, slot); in StoreIsUninitialized() 338 StoreICNexus nexus(feedback_vector_, slot); in CollectReceiverTypes() 362 StoreICNexus nexus(feedback_vector_, slot); in CollectReceiverTypes()
|
D | objects-printer.cc | 626 StoreICNexus nexus(this, slot); in TypeFeedbackVectorPrint()
|
/external/v8/src/ic/ |
D | ic.cc | 518 void StoreIC::Clear(Isolate* isolate, Code* host, StoreICNexus* nexus) { in Clear() 602 StoreICNexus* nexus = casted_nexus<StoreICNexus>(); in ConfigureVectorState() 625 StoreICNexus* nexus = casted_nexus<StoreICNexus>(); in ConfigureVectorState() 2322 StoreICNexus nexus(vector, vector_slot); in RUNTIME_FUNCTION() 2373 StoreICNexus nexus(vector, vector_slot); in RUNTIME_FUNCTION() 2441 StoreICNexus nexus(isolate); in RUNTIME_FUNCTION() 2910 StoreICNexus nexus(isolate); in RUNTIME_FUNCTION()
|
D | ic.h | 477 static void Clear(Isolate* isolate, Code* host, StoreICNexus* nexus);
|
/external/v8/test/cctest/ |
D | test-feedback-vector.cc | 511 StoreICNexus nexus(feedback_vector, slot); in TEST()
|
/external/v8/src/compiler/ |
D | js-native-context-specialization.cc | 472 StoreICNexus nexus(p.feedback().vector(), p.feedback().slot()); in ReduceJSStoreNamed()
|