Home | History | Annotate | Download | only in x64

Lines Matching refs:TrapId

280     TrapId trap_id =
281 static_cast<TrapId>(i.InputInt32(instr_->InputCount() - 1));
288 void GenerateWithTrapId(TrapId trap_id) { GenerateCallToTrap(trap_id); }
291 void GenerateCallToTrap(TrapId trap_id) {
326 GenerateWithTrapId(TrapId::kTrapMemOutOfBounds);