Home
last modified time | relevance | path

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

/external/v8/src/
Dtype-feedback-vector.h485 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
Dtype-feedback-vector.cc318 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()
Dtype-info.cc80 LoadICNexus nexus(feedback_vector_, slot); in LoadInlineCacheState()
282 LoadICNexus nexus(feedback_vector_, slot); in PropertyReceiverTypes()
Dobjects-printer.cc675 LoadICNexus nexus(this, slot); in TypeFeedbackVectorPrint()
/external/v8/test/cctest/
Dtest-feedback-vector.cc289 LoadICNexus nexus(feedback_vector, slot); in TEST()
372 LoadICNexus nexus(feedback_vector, slot); in TEST()
/external/v8/src/ic/
Dic.cc461 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()
Dic.h295 static void Clear(Isolate* isolate, Code* host, LoadICNexus* nexus);
/external/v8/src/compiler/
Djs-native-context-specialization.cc476 LoadICNexus nexus(p.feedback().vector(), p.feedback().slot()); in ReduceJSLoadNamed()
/external/v8/test/cctest/heap/
Dtest-heap.cc3724 LoadICNexus nexus(vector, slot); in CheckVectorIC()
5235 LoadICNexus nexus(vector, slot); in CheckIC()