Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.h539 Instruction* instr_after_compact_branch = in CheckForbiddenSlot() local
541 if (instr_after_compact_branch->IsForbiddenAfterBranch()) { in CheckForbiddenSlot()
545 *reinterpret_cast<uint32_t*>(instr_after_compact_branch)); in CheckForbiddenSlot()
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.h516 Instruction* instr_after_compact_branch = in CheckForbiddenSlot() local
518 if (instr_after_compact_branch->IsForbiddenAfterBranch()) { in CheckForbiddenSlot()
522 *reinterpret_cast<uint32_t*>(instr_after_compact_branch)); in CheckForbiddenSlot()

Completed in 3 milliseconds