HomeSort by relevance Sort by last modified time
    Searched refs:kDebugBreakSlotInstructions (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/v8/src/arm/
debug-arm.cc 95 CodePatcher patcher(rinfo()->pc(), Assembler::kDebugBreakSlotInstructions);
105 Assembler::kDebugBreakSlotInstructions);
300 for (int i = 0; i < Assembler::kDebugBreakSlotInstructions; i++) {
303 ASSERT_EQ(Assembler::kDebugBreakSlotInstructions,
assembler-arm.h 814 static const int kDebugBreakSlotInstructions = 3;
816 kDebugBreakSlotInstructions * kInstrSize;
    [all...]
  /external/chromium_org/v8/src/mips/
debug-mips.cc 106 CodePatcher patcher(rinfo()->pc(), Assembler::kDebugBreakSlotInstructions);
116 Assembler::kDebugBreakSlotInstructions);
311 for (int i = 0; i < Assembler::kDebugBreakSlotInstructions; i++) {
314 ASSERT_EQ(Assembler::kDebugBreakSlotInstructions,
assembler-mips.h 563 static const int kDebugBreakSlotInstructions = 4;
565 kDebugBreakSlotInstructions * kInstrSize;
    [all...]
  /external/v8/src/arm/
debug-arm.cc 110 CodePatcher patcher(rinfo()->pc(), Assembler::kDebugBreakSlotInstructions);
125 Assembler::kDebugBreakSlotInstructions);
309 for (int i = 0; i < Assembler::kDebugBreakSlotInstructions; i++) {
312 ASSERT_EQ(Assembler::kDebugBreakSlotInstructions,
assembler-arm.h 754 static const int kDebugBreakSlotInstructions = 3;
756 kDebugBreakSlotInstructions * kInstrSize;
    [all...]
  /external/v8/src/mips/
debug-mips.cc 106 CodePatcher patcher(rinfo()->pc(), Assembler::kDebugBreakSlotInstructions);
116 Assembler::kDebugBreakSlotInstructions);
301 for (int i = 0; i < Assembler::kDebugBreakSlotInstructions; i++) {
304 ASSERT_EQ(Assembler::kDebugBreakSlotInstructions,
assembler-mips.h 634 static const int kDebugBreakSlotInstructions = 4;
636 kDebugBreakSlotInstructions * kInstrSize;
    [all...]

Completed in 43 milliseconds