Home
last modified time | relevance | path

Searched refs:IsJump (Results 1 - 18 of 18) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dframe-elider.cc62 DCHECK(last->IsRet() || last->IsJump()); in MarkDeConstruction()
H A Dcode-generator.cc718 instr->IsRet() || instr->IsJump()); in AssembleInstruction()
719 if (instr->IsJump() && block->must_deconstruct_frame()) { in AssembleInstruction()
H A Dinstruction.h961 bool IsJump() const { return arch_opcode() == ArchOpcode::kArchJmp; } in IsJump() function in v8::internal::compiler::final
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-register-optimizer.h70 if (Bytecodes::IsJump(bytecode) || Bytecodes::IsSwitch(bytecode) || in PrepareForBytecode()
H A Dbytecode-array-writer.cc110 DCHECK(!Bytecodes::IsJump(node->bytecode())); in Write()
444 DCHECK(Bytecodes::IsJump(jump_bytecode)); in PatchJump()
H A Dbytecodes.h730 static constexpr bool IsJump(Bytecode bytecode) {
746 return IsJump(bytecode) && !IsJumpIfToBoolean(bytecode) &&
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-builder.h479 if (interpreter::Bytecodes::IsJump(bytecode)) { in CalculatePredecessorCounts()
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-analysis.cc1031 if (!Bytecodes::IsJump(bytecode)) continue; in LivenessIsValid()
1086 if (Bytecodes::IsJump(forward_iterator.current_bytecode())) { in LivenessIsValid()
/third_party/node/deps/v8/src/objects/
H A Dcode.cc638 if (interpreter::Bytecodes::IsJump(iterator.current_bytecode())) { in Disassemble()
H A Dcode-inl.h602 DCHECK(!interpreter::Bytecodes::IsJump(bytecode)); in GetBaselinePCForNextExecutedBytecode()
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.h784 static bool IsJump(Instr instr);
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.cc570 bool Assembler::IsJump(Instr instr) { in IsJump() function in v8::internal::Assembler
934 if (IsJump(instr_j)) { in target_at_put()
H A Dassembler-mips.h1449 static bool IsJump(Instr instr);
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-compiler.cc512 !interpreter::Bytecodes::IsJump(bytecode) && in VisitSingleBytecode()
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.h1274 static bool IsJump(Instr instr);
H A Dassembler-riscv64.cc319 bool Assembler::IsJump(Instr instr) { in IsJump() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.h1510 static bool IsJump(Instr instr);
H A Dassembler-mips64.cc556 bool Assembler::IsJump(Instr instr) { in IsJump() function in v8::internal::Assembler
887 if (IsJump(instr_j)) { in target_at_put()

Completed in 56 milliseconds