Searched defs:IsJump (Results 1 – 3 of 3) sorted by relevance
260 virtual bool IsJump() const { return false; } in IsJump() function462 virtual bool IsJump() const OVERRIDE { in IsJump() function1032 virtual bool IsJump() const OVERRIDE { return expression_->IsThrow(); } in IsJump() function1045 virtual bool IsJump() const FINAL OVERRIDE { return true; } in IsJump() function1195 virtual bool IsJump() const OVERRIDE { in IsJump() function
532 bool Assembler::IsJump(Instr instr) { in IsJump() function in v8::internal::Assembler
510 bool Assembler::IsJump(Instr instr) { in IsJump() function in v8::internal::Assembler