Home
last modified time | relevance | path

Searched refs:ConfigureMegamorphicKeyed (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dtype-feedback-vector.h587 void ConfigureMegamorphicKeyed(IcCheckType property_type);
647 void ConfigureMegamorphicKeyed(IcCheckType property_type);
Dtype-feedback-vector.cc496 void KeyedLoadICNexus::ConfigureMegamorphicKeyed(IcCheckType property_type) { in ConfigureMegamorphicKeyed() function in v8::internal::KeyedLoadICNexus
504 void KeyedStoreICNexus::ConfigureMegamorphicKeyed(IcCheckType property_type) { in ConfigureMegamorphicKeyed() function in v8::internal::KeyedStoreICNexus
/external/v8/src/ic/
Dic.cc545 nexus->ConfigureMegamorphicKeyed(key->IsName() ? PROPERTY : ELEMENT); in ConfigureVectorState()
549 nexus->ConfigureMegamorphicKeyed(key->IsName() ? PROPERTY : ELEMENT); in ConfigureVectorState()
/external/v8/src/heap/
Dheap.cc2765 KeyedLoadICNexus(isolate()).ConfigureMegamorphicKeyed(PROPERTY); in CreateInitialObjects()
2766 KeyedStoreICNexus(isolate()).ConfigureMegamorphicKeyed(PROPERTY); in CreateInitialObjects()