Searched refs:kDebugBreakSlotInstructions (Results 1 – 8 of 8) sorted by relevance
81 CodePatcher patcher(rinfo()->pc(), Assembler::kDebugBreakSlotInstructions); in SetDebugBreakAtSlot()93 Assembler::kDebugBreakSlotInstructions); in ClearDebugBreakAtSlot()279 for (int i = 0; i < Assembler::kDebugBreakSlotInstructions; i++) { in GenerateSlot()282 DCHECK_EQ(Assembler::kDebugBreakSlotInstructions, in GenerateSlot()
578 static const int kDebugBreakSlotInstructions = 6; variable580 kDebugBreakSlotInstructions * kInstrSize;
72 CodePatcher patcher(rinfo()->pc(), Assembler::kDebugBreakSlotInstructions); in SetDebugBreakAtSlot()83 Assembler::kDebugBreakSlotInstructions); in ClearDebugBreakAtSlot()267 for (int i = 0; i < Assembler::kDebugBreakSlotInstructions; i++) { in GenerateSlot()270 DCHECK_EQ(Assembler::kDebugBreakSlotInstructions, in GenerateSlot()
821 static const int kDebugBreakSlotInstructions = 3; variable823 kDebugBreakSlotInstructions * kInstrSize;
80 CodePatcher patcher(rinfo()->pc(), Assembler::kDebugBreakSlotInstructions); in SetDebugBreakAtSlot()90 Assembler::kDebugBreakSlotInstructions); in ClearDebugBreakAtSlot()276 for (int i = 0; i < Assembler::kDebugBreakSlotInstructions; i++) { in GenerateSlot()279 DCHECK_EQ(Assembler::kDebugBreakSlotInstructions, in GenerateSlot()
587 static const int kDebugBreakSlotInstructions = 4; variable589 kDebugBreakSlotInstructions * kInstrSize;
101 STATIC_ASSERT(Assembler::kDebugBreakSlotInstructions >= 4); in SetDebugBreakAtSlot()123 Assembler::kDebugBreakSlotInstructions); in ClearDebugBreakAtSlot()324 InstructionAccurateScope scope(masm, Assembler::kDebugBreakSlotInstructions); in GenerateSlot()327 for (int i = 0; i < Assembler::kDebugBreakSlotInstructions; i++) { in GenerateSlot()
958 static const int kDebugBreakSlotInstructions = 4; variable960 kDebugBreakSlotInstructions * kInstructionSize;