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

  /external/v8/src/mips/
assembler-mips.cc 532 bool Assembler::IsJump(Instr instr) {
    [all...]
  /external/v8/src/mips64/
assembler-mips64.cc 510 bool Assembler::IsJump(Instr instr) {
    [all...]
  /external/v8/src/
ast.h 260 virtual bool IsJump() const { return false; }
462 virtual bool IsJump() const OVERRIDE {
463 return !statements_.is_empty() && statements_.last()->IsJump()
1032 virtual bool IsJump() const OVERRIDE { return expression_->IsThrow(); }
1045 virtual bool IsJump() const FINAL OVERRIDE { return true; }
1195 virtual bool IsJump() const OVERRIDE {
1196 return HasThenStatement() && then_statement()->IsJump(
    [all...]

Completed in 173 milliseconds