Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dsimulator-mips.h392 Instruction* instr_after_compact_branch = in CheckForbiddenSlot() local
394 if (instr_after_compact_branch->IsForbiddenAfterBranch()) { in CheckForbiddenSlot()
398 *reinterpret_cast<uint32_t*>(instr_after_compact_branch)); in CheckForbiddenSlot()
/external/v8/src/mips64/
Dsimulator-mips64.h407 Instruction* instr_after_compact_branch = in CheckForbiddenSlot() local
409 if (instr_after_compact_branch->IsForbiddenAfterBranch()) { in CheckForbiddenSlot()
413 *reinterpret_cast<uint32_t*>(instr_after_compact_branch)); in CheckForbiddenSlot()