Home
last modified time | relevance | path

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

/external/v8/src/
Dtype-feedback-vector.cc484 void FeedbackNexus::ConfigureMegamorphic() { in ConfigureMegamorphic() function in v8::internal::FeedbackNexus
681 void CallICNexus::ConfigureMegamorphic() { in ConfigureMegamorphic() function in v8::internal::CallICNexus
689 void CallICNexus::ConfigureMegamorphic(int call_count) { in ConfigureMegamorphic() function in v8::internal::CallICNexus
Dtype-feedback-vector.h553 void ConfigureMegamorphic() override { UNREACHABLE(); } in ConfigureMegamorphic() function