Searched refs:LoadICNexus (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/ |
D | type-feedback-vector.h | 432 class LoadICNexus : public FeedbackNexus { 434 LoadICNexus(Handle<TypeFeedbackVector> vector, FeedbackVectorSlot slot) in LoadICNexus() function 438 explicit LoadICNexus(Isolate* isolate) in LoadICNexus() function 442 LoadICNexus(TypeFeedbackVector* vector, FeedbackVectorSlot slot) in LoadICNexus() function
|
D | type-feedback-vector.cc | 202 LoadICNexus nexus(this, slot); in ClearSlotsImpl() 346 InlineCacheState LoadICNexus::StateFromFeedback() const { in StateFromFeedback() 508 void LoadICNexus::ConfigureMonomorphic(Handle<Map> receiver_map, in ConfigureMonomorphic() 556 void LoadICNexus::ConfigurePolymorphic(MapHandleList* maps, in ConfigurePolymorphic() 758 void LoadICNexus::Clear(Code* host) { LoadIC::Clear(GetIsolate(), host, this); } in Clear()
|
D | type-info.cc | 80 LoadICNexus nexus(feedback_vector_, slot); in LoadInlineCacheState() 286 LoadICNexus nexus(feedback_vector_, slot); in PropertyReceiverTypes()
|
D | objects-printer.cc | 611 LoadICNexus nexus(this, slot); in TypeFeedbackVectorPrint()
|
/external/v8/test/cctest/ |
D | test-feedback-vector.cc | 254 LoadICNexus nexus(feedback_vector, slot); in TEST() 315 LoadICNexus nexus(feedback_vector, slot); in TEST() 337 LoadICNexus nexus(feedback_vector, slot); in TEST()
|
/external/v8/src/ic/ |
D | ic.cc | 502 void LoadIC::Clear(Isolate* isolate, Code* host, LoadICNexus* nexus) { in Clear() 596 LoadICNexus* nexus = casted_nexus<LoadICNexus>(); in ConfigureVectorState() 619 LoadICNexus* nexus = casted_nexus<LoadICNexus>(); in ConfigureVectorState() 2252 LoadICNexus nexus(vector, vector_slot); in RUNTIME_FUNCTION() 2895 LoadICNexus nexus(isolate); in RUNTIME_FUNCTION() 2968 LoadICNexus nexus(vector, vector_slot); in RUNTIME_FUNCTION()
|
D | ic.h | 336 static void Clear(Isolate* isolate, Code* host, LoadICNexus* nexus);
|
/external/v8/src/compiler/ |
D | js-native-context-specialization.cc | 454 LoadICNexus nexus(p.feedback().vector(), p.feedback().slot()); in ReduceJSLoadNamed()
|
/external/v8/test/cctest/heap/ |
D | test-heap.cc | 3671 LoadICNexus nexus(vector, slot); in CheckVectorIC() 3685 LoadICNexus nexus(vector, slot); in CheckVectorICCleared() 5265 LoadICNexus nexus(vector, slot); in CheckIC()
|