Searched refs:IsTrap (Results 1 – 3 of 3) sorted by relevance
216 bool Instruction::IsTrap() const { in IsTrap() function in v8::internal::Instruction
762 bool IsTrap() const;
406 if (!(instr->IsTrap()) || in Debug()