Searched refs:LoadICNexus (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/ |
D | type-feedback-vector.h | 485 class LoadICNexus : public FeedbackNexus { 487 LoadICNexus(Handle<TypeFeedbackVector> vector, FeedbackVectorSlot slot) in LoadICNexus() function 491 explicit LoadICNexus(Isolate* isolate) in LoadICNexus() function 495 LoadICNexus(TypeFeedbackVector* vector, FeedbackVectorSlot slot) in LoadICNexus() function
|
D | type-feedback-vector.cc | 318 LoadICNexus nexus(this, slot); in ClearSlotsImpl() 506 InlineCacheState LoadICNexus::StateFromFeedback() const { in StateFromFeedback() 678 void LoadICNexus::ConfigureMonomorphic(Handle<Map> receiver_map, in ConfigureMonomorphic() 744 void LoadICNexus::ConfigurePolymorphic(MapHandleList* maps, in ConfigurePolymorphic() 945 void LoadICNexus::Clear(Code* host) { LoadIC::Clear(GetIsolate(), host, this); } in Clear()
|
D | type-info.cc | 80 LoadICNexus nexus(feedback_vector_, slot); in LoadInlineCacheState() 282 LoadICNexus nexus(feedback_vector_, slot); in PropertyReceiverTypes()
|
D | objects-printer.cc | 675 LoadICNexus nexus(this, slot); in TypeFeedbackVectorPrint()
|
/external/v8/test/cctest/ |
D | test-feedback-vector.cc | 289 LoadICNexus nexus(feedback_vector, slot); in TEST() 372 LoadICNexus nexus(feedback_vector, slot); in TEST()
|
/external/v8/src/ic/ |
D | ic.cc | 461 void LoadIC::Clear(Isolate* isolate, Code* host, LoadICNexus* nexus) { in Clear() 549 LoadICNexus* nexus = casted_nexus<LoadICNexus>(); in ConfigureVectorState() 575 LoadICNexus* nexus = casted_nexus<LoadICNexus>(); in ConfigureVectorState() 2276 LoadICNexus nexus(vector, vector_slot); in RUNTIME_FUNCTION() 2359 LoadICNexus nexus(isolate); in RUNTIME_FUNCTION() 2942 LoadICNexus nexus(isolate); in RUNTIME_FUNCTION() 3036 LoadICNexus nexus(vector, vector_slot); in RUNTIME_FUNCTION()
|
D | ic.h | 295 static void Clear(Isolate* isolate, Code* host, LoadICNexus* nexus);
|
/external/v8/src/compiler/ |
D | js-native-context-specialization.cc | 476 LoadICNexus nexus(p.feedback().vector(), p.feedback().slot()); in ReduceJSLoadNamed()
|
/external/v8/test/cctest/heap/ |
D | test-heap.cc | 3724 LoadICNexus nexus(vector, slot); in CheckVectorIC() 5235 LoadICNexus nexus(vector, slot); in CheckIC()
|