Home
last modified time | relevance | path

Searched refs:InsertMapChecks (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dmap-inference.cc98 void MapInference::InsertMapChecks(JSGraph* jsgraph, Effect* effect, in InsertMapChecks() function in v8::internal::compiler::MapInference
144 InsertMapChecks(jsgraph, effect, control, feedback); in RelyOnMapsHelper()
Dmap-inference.h74 void InsertMapChecks(JSGraph* jsgraph, Effect* effect, Control control,
Djs-call-reducer.cc309 inference->InsertMapChecks(jsgraph(), &e, Control{control()}, feedback()); in MaybeInsertMapChecks()
6280 inference.InsertMapChecks(jsgraph(), &effect, control, p.feedback()); in ReduceArrayIteratorPrototypeNext()