Home
last modified time | relevance | path

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

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