Searched refs:LoadICNexus (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/ |
D | type-feedback-vector.h | 505 class LoadICNexus : public FeedbackNexus { 507 LoadICNexus(Handle<TypeFeedbackVector> vector, FeedbackVectorSlot slot) in LoadICNexus() function 511 explicit LoadICNexus(Isolate* isolate) in LoadICNexus() function 515 LoadICNexus(TypeFeedbackVector* vector, FeedbackVectorSlot slot) in LoadICNexus() function
|
D | type-feedback-vector.cc | 326 LoadICNexus nexus(this, slot); in ClearSlotsImpl() 512 InlineCacheState LoadICNexus::StateFromFeedback() const { in StateFromFeedback() 695 void LoadICNexus::ConfigureMonomorphic(Handle<Map> receiver_map, in ConfigureMonomorphic() 758 void LoadICNexus::ConfigurePolymorphic(MapHandleList* maps, in ConfigurePolymorphic() 964 void LoadICNexus::Clear(Code* host) { LoadIC::Clear(GetIsolate(), host, this); } in Clear()
|
D | type-info.cc | 79 LoadICNexus nexus(feedback_vector_, slot); in LoadInlineCacheState() 403 LoadICNexus nexus(feedback_vector_, slot); in PropertyReceiverTypes()
|
D | objects-printer.cc | 761 LoadICNexus nexus(this, slot); in TypeFeedbackVectorPrint()
|
/external/v8/src/ic/ |
D | ic.cc | 489 void LoadIC::Clear(Isolate* isolate, Code* host, LoadICNexus* nexus) { in Clear() 563 LoadICNexus* nexus = casted_nexus<LoadICNexus>(); in ConfigureVectorState() 588 LoadICNexus* nexus = casted_nexus<LoadICNexus>(); in ConfigureVectorState() 2626 LoadICNexus nexus(vector, vector_slot); in RUNTIME_FUNCTION() 2709 LoadICNexus nexus(isolate); in RUNTIME_FUNCTION() 3185 LoadICNexus nexus(isolate); in RUNTIME_FUNCTION()
|
D | ic.h | 297 static void Clear(Isolate* isolate, Code* host, LoadICNexus* nexus);
|
/external/v8/src/compiler/ |
D | js-native-context-specialization.cc | 495 LoadICNexus nexus(p.feedback().vector(), p.feedback().slot()); in ReduceJSLoadNamed()
|
/external/v8/src/heap/ |
D | heap.cc | 2763 LoadICNexus(isolate()).ConfigureMegamorphic(); in CreateInitialObjects()
|