Home
last modified time | relevance | path

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

/external/v8/src/
Dtype-feedback-vector.h505 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
Dtype-feedback-vector.cc326 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()
Dtype-info.cc79 LoadICNexus nexus(feedback_vector_, slot); in LoadInlineCacheState()
403 LoadICNexus nexus(feedback_vector_, slot); in PropertyReceiverTypes()
Dobjects-printer.cc761 LoadICNexus nexus(this, slot); in TypeFeedbackVectorPrint()
/external/v8/src/ic/
Dic.cc489 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()
Dic.h297 static void Clear(Isolate* isolate, Code* host, LoadICNexus* nexus);
/external/v8/src/compiler/
Djs-native-context-specialization.cc495 LoadICNexus nexus(p.feedback().vector(), p.feedback().slot()); in ReduceJSLoadNamed()
/external/v8/src/heap/
Dheap.cc2763 LoadICNexus(isolate()).ConfigureMegamorphic(); in CreateInitialObjects()