Searched defs:IsJump (Results 1 - 4 of 4) sorted by relevance
| /third_party/node/deps/v8/src/compiler/backend/ | ||
| H A D | instruction.h | 961 bool IsJump() const { return arch_opcode() == ArchOpcode::kArchJmp; } in IsJump() function in v8::internal::compiler::final |
| /third_party/node/deps/v8/src/codegen/mips64/ | ||
| H A D | assembler-mips64.cc | 556 bool Assembler::IsJump(Instr instr) { in IsJump() function in v8::internal::Assembler |
| /third_party/node/deps/v8/src/codegen/mips/ | ||
| H A D | assembler-mips.cc | 570 bool Assembler::IsJump(Instr instr) { in IsJump() function in v8::internal::Assembler |
| /third_party/node/deps/v8/src/codegen/riscv64/ | ||
| H A D | assembler-riscv64.cc | 319 bool Assembler::IsJump(Instr instr) { in IsJump() function in v8::internal::Assembler |
Completed in 28 milliseconds