Home
last modified time | relevance | path

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

/external/v8/src/mips64/
Dsimulator-mips64.h471 Instruction* instr_after_compact_branch = in CheckForbiddenSlot() local
473 if (instr_after_compact_branch->IsForbiddenAfterBranch()) { in CheckForbiddenSlot()
477 *reinterpret_cast<uint32_t*>(instr_after_compact_branch)); in CheckForbiddenSlot()
/external/v8/src/mips/
Dsimulator-mips.h449 Instruction* instr_after_compact_branch = in CheckForbiddenSlot() local
451 if (instr_after_compact_branch->IsForbiddenAfterBranch()) { in CheckForbiddenSlot()
455 *reinterpret_cast<uint32_t*>(instr_after_compact_branch)); in CheckForbiddenSlot()