Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium.cc307 LInstruction* last_instr = instructions()->at(last); in MarkEmptyBlocks() local
310 if (last_instr->IsGoto()) { in MarkEmptyBlocks()
311 LGoto* goto_instr = LGoto::cast(last_instr); in MarkEmptyBlocks()