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

/external/v8/src/arm/
H A Dlithium-arm.cc449 LInstruction* last_instr = instructions()->at(last); local
452 if (last_instr->IsGoto()) {
453 LGoto* goto_instr = LGoto::cast(last_instr);
/external/v8/src/mips/
H A Dlithium-mips.cc449 LInstruction* last_instr = instructions()->at(last); local
452 if (last_instr->IsGoto()) {
453 LGoto* goto_instr = LGoto::cast(last_instr);
/external/v8/src/x64/
H A Dlithium-x64.cc391 LInstruction* last_instr = instructions()->at(last); local
394 if (last_instr->IsGoto()) {
395 LGoto* goto_instr = LGoto::cast(last_instr);
/external/v8/src/ia32/
H A Dlithium-ia32.cc393 LInstruction* last_instr = instructions()->at(last); local
396 if (last_instr->IsGoto()) {
397 LGoto* goto_instr = LGoto::cast(last_instr);

Completed in 51 milliseconds