Home
last modified time | relevance | path

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

/external/v8/src/arm/
Ddebug-arm.cc110 CodePatcher patcher(rinfo()->pc(), Assembler::kDebugBreakSlotInstructions); in SetDebugBreakAtSlot()
125 Assembler::kDebugBreakSlotInstructions); in ClearDebugBreakAtSlot()
283 for (int i = 0; i < Assembler::kDebugBreakSlotInstructions; i++) { in GenerateSlot()
286 ASSERT_EQ(Assembler::kDebugBreakSlotInstructions, in GenerateSlot()
Dassembler-arm.h724 static const int kDebugBreakSlotInstructions = 3; variable
726 kDebugBreakSlotInstructions * kInstrSize;
/external/v8/src/mips/
Dassembler-mips.h515 static const int kDebugBreakSlotInstructions = 4; variable
517 kDebugBreakSlotInstructions * kInstrSize;