HomeSort by relevance Sort by last modified time
    Searched defs:IsJump (Results 1 - 4 of 4) sorted by null

  /external/v8/src/interpreter/
bytecodes.cc 223 bool Bytecodes::IsJump(Bytecode bytecode) {
231 return bytecode == Bytecode::kReturn || IsJump(bytecode);
  /external/v8/src/mips/
assembler-mips.cc 544 bool Assembler::IsJump(Instr instr) {
    [all...]
  /external/v8/src/mips64/
assembler-mips64.cc 518 bool Assembler::IsJump(Instr instr) {
    [all...]
  /external/v8/src/ast/
ast.h 239 virtual bool IsJump() const { return false; }
469 bool IsJump() const override {
470 return !statements_.is_empty() && statements_.last()->IsJump()
959 bool IsJump() const override { return expression_->IsThrow(); }
973 bool IsJump() const final { return true; }
    [all...]

Completed in 242 milliseconds