Home
last modified time | relevance | path

Searched refs:kDebugBreakSlotInstructions (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/mips/
Ddebug-mips.cc106 CodePatcher patcher(rinfo()->pc(), Assembler::kDebugBreakSlotInstructions); in SetDebugBreakAtSlot()
116 Assembler::kDebugBreakSlotInstructions); in ClearDebugBreakAtSlot()
301 for (int i = 0; i < Assembler::kDebugBreakSlotInstructions; i++) { in GenerateSlot()
304 ASSERT_EQ(Assembler::kDebugBreakSlotInstructions, in GenerateSlot()
Dassembler-mips.h634 static const int kDebugBreakSlotInstructions = 4; variable
636 kDebugBreakSlotInstructions * kInstrSize;
/external/v8/src/arm/
Ddebug-arm.cc110 CodePatcher patcher(rinfo()->pc(), Assembler::kDebugBreakSlotInstructions); in SetDebugBreakAtSlot()
125 Assembler::kDebugBreakSlotInstructions); in ClearDebugBreakAtSlot()
309 for (int i = 0; i < Assembler::kDebugBreakSlotInstructions; i++) { in GenerateSlot()
312 ASSERT_EQ(Assembler::kDebugBreakSlotInstructions, in GenerateSlot()
Dassembler-arm.h754 static const int kDebugBreakSlotInstructions = 3; variable
756 kDebugBreakSlotInstructions * kInstrSize;