Home
last modified time | relevance | path

Searched refs:StoreICNexus (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/
Dtype-feedback-vector.h482 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
Dtype-feedback-vector.cc212 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()
Dtype-info.cc98 StoreICNexus nexus(feedback_vector_, slot); in StoreIsUninitialized()
338 StoreICNexus nexus(feedback_vector_, slot); in CollectReceiverTypes()
362 StoreICNexus nexus(feedback_vector_, slot); in CollectReceiverTypes()
Dobjects-printer.cc626 StoreICNexus nexus(this, slot); in TypeFeedbackVectorPrint()
/external/v8/src/ic/
Dic.cc518 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()
Dic.h477 static void Clear(Isolate* isolate, Code* host, StoreICNexus* nexus);
/external/v8/test/cctest/
Dtest-feedback-vector.cc511 StoreICNexus nexus(feedback_vector, slot); in TEST()
/external/v8/src/compiler/
Djs-native-context-specialization.cc472 StoreICNexus nexus(p.feedback().vector(), p.feedback().slot()); in ReduceJSStoreNamed()