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