Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/maglev/
Dmaglev-ir.h1349 BasicBlockRef* old_next_ptr = MoveToRefList(ref_list_head); in BasicBlockRef() local
1350 USE(old_next_ptr); in BasicBlockRef()
1351 DCHECK_NULL(old_next_ptr); in BasicBlockRef()
1359 BasicBlockRef* old_next_ptr = next_ref_; in SetToBlockAndReturnNext() local
1364 return old_next_ptr; in SetToBlockAndReturnNext()
1372 BasicBlockRef* old_next_ptr = next_ref_; in Reset() local
1374 return old_next_ptr; in Reset()
1383 BasicBlockRef* old_next_ptr = next_ref_; in MoveToRefList() local
1386 return old_next_ptr; in MoveToRefList()