Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.h214 void BuildLoopExitsUntilLoop(int loop_offset);
Dbytecode-graph-builder.cc2122 void BytecodeGraphBuilder::BuildLoopExitsUntilLoop(int loop_offset) { in BuildLoopExitsUntilLoop() argument
2125 while (loop_offset < current_loop) { in BuildLoopExitsUntilLoop()