Home
last modified time | relevance | path

Searched defs:ConfigureMegamorphic (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dfeedback-vector.cc431 void FeedbackNexus::ConfigureMegamorphic() { in ConfigureMegamorphic() function in v8::internal::FeedbackNexus
620 void CallICNexus::ConfigureMegamorphic() { in ConfigureMegamorphic() function in v8::internal::CallICNexus
628 void CallICNexus::ConfigureMegamorphic(int call_count) { in ConfigureMegamorphic() function in v8::internal::CallICNexus
Dfeedback-vector.h580 void ConfigureMegamorphic() override { UNREACHABLE(); } in ConfigureMegamorphic() function