Searched defs:IsJump (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/interpreter/ | ||
D | bytecodes.h | 617 static constexpr bool IsJump(Bytecode bytecode) { in IsJump() function |
/external/v8/src/ast/ | ||
D | ast.cc | 168 bool Statement::IsJump() const { in IsJump() function in v8::internal::Statement |
D | ast.h | 312 bool IsJump() const { in IsJump() function |
/external/v8/src/compiler/ | ||
D | instruction.h | 909 bool IsJump() const { return arch_opcode() == ArchOpcode::kArchJmp; } in IsJump() function |
/external/v8/src/mips/ | ||
D | assembler-mips.cc | 621 bool Assembler::IsJump(Instr instr) { in IsJump() function in v8::internal::Assembler |
/external/v8/src/mips64/ | ||
D | assembler-mips64.cc | 608 bool Assembler::IsJump(Instr instr) { in IsJump() function in v8::internal::Assembler |