Home
last modified time | relevance | path

Searched refs:LoadICNexus (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/
Dtype-feedback-vector.h432 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
Dtype-feedback-vector.cc202 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()
Dtype-info.cc80 LoadICNexus nexus(feedback_vector_, slot); in LoadInlineCacheState()
286 LoadICNexus nexus(feedback_vector_, slot); in PropertyReceiverTypes()
Dobjects-printer.cc611 LoadICNexus nexus(this, slot); in TypeFeedbackVectorPrint()
/external/v8/test/cctest/
Dtest-feedback-vector.cc254 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/
Dic.cc502 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()
Dic.h336 static void Clear(Isolate* isolate, Code* host, LoadICNexus* nexus);
/external/v8/src/compiler/
Djs-native-context-specialization.cc454 LoadICNexus nexus(p.feedback().vector(), p.feedback().slot()); in ReduceJSLoadNamed()
/external/v8/test/cctest/heap/
Dtest-heap.cc3671 LoadICNexus nexus(vector, slot); in CheckVectorIC()
3685 LoadICNexus nexus(vector, slot); in CheckVectorICCleared()
5265 LoadICNexus nexus(vector, slot); in CheckIC()