Home
last modified time | relevance | path

Searched refs:current_parent_offset (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dbytecode-graph-builder.cc1375 int current_parent_offset = in AdvanceToOsrEntryAndPeelLoops() local
1377 while (current_parent_offset != -1) { in AdvanceToOsrEntryAndPeelLoops()
1379 bytecode_analysis().GetLoopInfoFor(current_parent_offset); in AdvanceToOsrEntryAndPeelLoops()
1385 bytecode_iterator().GetJumpTargetOffset() == current_parent_offset) { in AdvanceToOsrEntryAndPeelLoops()
1413 iterator_states.RestoreState(current_parent_offset, in AdvanceToOsrEntryAndPeelLoops()
1415 current_parent_offset = current_parent_loop.parent_offset(); in AdvanceToOsrEntryAndPeelLoops()

Completed in 10 milliseconds