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