Home
last modified time | relevance | path

Searched defs:goto_instr (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
Dlithium.cc300 LGoto* goto_instr = LGoto::cast(last_instr); in MarkEmptyBlocks() local
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc610 void LCodeGen::X87Stack::LeavingBlock(int current_block_id, LGoto* goto_instr, in LeavingBlock()