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

  /external/chromium_org/v8/src/mips64/
debug-mips64.cc 81 CodePatcher patcher(rinfo()->pc(), Assembler::kDebugBreakSlotInstructions);
93 Assembler::kDebugBreakSlotInstructions);
279 for (int i = 0; i < Assembler::kDebugBreakSlotInstructions; i++) {
282 DCHECK_EQ(Assembler::kDebugBreakSlotInstructions,
assembler-mips64.h 578 static const int kDebugBreakSlotInstructions = 6;
580 kDebugBreakSlotInstructions * kInstrSize;
    [all...]
  /external/chromium_org/v8/src/arm/
debug-arm.cc 72 CodePatcher patcher(rinfo()->pc(), Assembler::kDebugBreakSlotInstructions);
83 Assembler::kDebugBreakSlotInstructions);
267 for (int i = 0; i < Assembler::kDebugBreakSlotInstructions; i++) {
270 DCHECK_EQ(Assembler::kDebugBreakSlotInstructions,
assembler-arm.h 821 static const int kDebugBreakSlotInstructions = 3;
823 kDebugBreakSlotInstructions * kInstrSize;
    [all...]
  /external/chromium_org/v8/src/arm64/
debug-arm64.cc 97 // kDebugBreakSlotInstructions to 5 instructions.
101 STATIC_ASSERT(Assembler::kDebugBreakSlotInstructions >= 4);
123 Assembler::kDebugBreakSlotInstructions);
324 InstructionAccurateScope scope(masm, Assembler::kDebugBreakSlotInstructions);
327 for (int i = 0; i < Assembler::kDebugBreakSlotInstructions; i++) {
assembler-arm64.h     [all...]
  /external/chromium_org/v8/src/mips/
debug-mips.cc 80 CodePatcher patcher(rinfo()->pc(), Assembler::kDebugBreakSlotInstructions);
90 Assembler::kDebugBreakSlotInstructions);
276 for (int i = 0; i < Assembler::kDebugBreakSlotInstructions; i++) {
279 DCHECK_EQ(Assembler::kDebugBreakSlotInstructions,
assembler-mips.h 587 static const int kDebugBreakSlotInstructions = 4;
589 kDebugBreakSlotInstructions * kInstrSize;
    [all...]

Completed in 521 milliseconds