Home
last modified time | relevance | path

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

/external/v8/src/
Dfeedback-vector.h608 bool ConfigureMegamorphic();
609 bool ConfigureMegamorphic(IcCheckType property_type);
Dfeedback-vector.cc510 bool FeedbackNexus::ConfigureMegamorphic() { in ConfigureMegamorphic() function in v8::internal::FeedbackNexus
524 bool FeedbackNexus::ConfigureMegamorphic(IcCheckType property_type) { in ConfigureMegamorphic() function in v8::internal::FeedbackNexus
/external/v8/src/runtime/
Druntime-object.cc835 nexus.ConfigureMegamorphic(PROPERTY); in RUNTIME_FUNCTION()
840 nexus.ConfigureMegamorphic(PROPERTY); in RUNTIME_FUNCTION()
/external/v8/src/ic/
Dic.cc379 nexus()->ConfigureMegamorphic(key->IsName() ? PROPERTY : ELEMENT); in ConfigureVectorState()
2567 nexus.ConfigureMegamorphic(); in RUNTIME_FUNCTION()