Home
last modified time | relevance | path

Searched refs:extra_value_to_rename (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dcontrol-builders.cc89 void LoopBuilder::ExitLoop(Node** extra_value_to_rename) { in ExitLoop() argument
90 if (extra_value_to_rename) { in ExitLoop()
91 environment()->Push(*extra_value_to_rename); in ExitLoop()
95 if (extra_value_to_rename) { in ExitLoop()
96 *extra_value_to_rename = environment()->Pop(); in ExitLoop()
Dcontrol-builders.h80 void ExitLoop(Node** extra_value_to_rename = nullptr);