Searched refs:InsertMapChecks (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | map-inference.cc | 98 void MapInference::InsertMapChecks(JSGraph* jsgraph, Effect* effect, in InsertMapChecks() function in v8::internal::compiler::MapInference 144 InsertMapChecks(jsgraph, effect, control, feedback); in RelyOnMapsHelper()
|
D | map-inference.h | 74 void InsertMapChecks(JSGraph* jsgraph, Effect* effect, Control control,
|
D | js-call-reducer.cc | 309 inference->InsertMapChecks(jsgraph(), &e, Control{control()}, feedback()); in MaybeInsertMapChecks() 6280 inference.InsertMapChecks(jsgraph(), &effect, control, p.feedback()); in ReduceArrayIteratorPrototypeNext()
|