Searched refs:kDebugBreakSlotLength (Results 1 – 13 of 13) sorted by relevance
/external/v8/src/debug/x64/ |
D | debug-x64.cc | 23 __ Nop(Assembler::kDebugBreakSlotLength); in EmitDebugBreakSlot() 24 DCHECK_EQ(Assembler::kDebugBreakSlotLength, in EmitDebugBreakSlot() 37 CodePatcher patcher(isolate, pc, Assembler::kDebugBreakSlotLength); in ClearDebugBreakSlot() 45 static const int kSize = Assembler::kDebugBreakSlotLength; in PatchDebugBreakSlot()
|
/external/v8/src/debug/ia32/ |
D | debug-ia32.cc | 22 __ Nop(Assembler::kDebugBreakSlotLength); in EmitDebugBreakSlot() 23 DCHECK_EQ(Assembler::kDebugBreakSlotLength, in EmitDebugBreakSlot() 36 CodePatcher patcher(isolate, pc, Assembler::kDebugBreakSlotLength); in ClearDebugBreakSlot() 44 static const int kSize = Assembler::kDebugBreakSlotLength; in PatchDebugBreakSlot()
|
/external/v8/src/debug/s390/ |
D | debug-s390.cc | 30 for (int i = 8; i < Assembler::kDebugBreakSlotLength; i += 2) { in EmitDebugBreakSlot() 33 DCHECK_EQ(Assembler::kDebugBreakSlotLength, in EmitDebugBreakSlot() 44 CodePatcher patcher(isolate, pc, Assembler::kDebugBreakSlotLength); in ClearDebugBreakSlot() 51 CodePatcher patcher(isolate, pc, Assembler::kDebugBreakSlotLength); in PatchDebugBreakSlot()
|
/external/v8/src/debug/x87/ |
D | debug-x87.cc | 22 __ Nop(Assembler::kDebugBreakSlotLength); in EmitDebugBreakSlot() 23 DCHECK_EQ(Assembler::kDebugBreakSlotLength, in EmitDebugBreakSlot() 36 CodePatcher patcher(isolate, pc, Assembler::kDebugBreakSlotLength); in ClearDebugBreakSlot() 44 static const int kSize = Assembler::kDebugBreakSlotLength; in PatchDebugBreakSlot()
|
/external/v8/src/s390/ |
D | assembler-s390.h | 516 static const int kDebugBreakSlotLength = kCallSequenceLength; variable 533 kDebugBreakSlotLength - kPatchDebugBreakSlotReturnOffset;
|
/external/v8/src/x87/ |
D | assembler-x87.h | 531 static const int kDebugBreakSlotLength = kCallInstructionLength; variable
|
/external/v8/src/mips/ |
D | assembler-mips.h | 545 static const int kDebugBreakSlotLength = variable
|
/external/v8/src/mips64/ |
D | assembler-mips64.h | 553 static const int kDebugBreakSlotLength = variable
|
/external/v8/src/ppc/ |
D | assembler-ppc.h | 549 static const int kDebugBreakSlotLength = variable
|
/external/v8/src/arm64/ |
D | assembler-arm64.h | 891 static const int kDebugBreakSlotLength = variable
|
/external/v8/src/arm/ |
D | assembler-arm.h | 776 static const int kDebugBreakSlotLength = variable
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 533 static const int kDebugBreakSlotLength = kCallInstructionLength; variable
|
/external/v8/src/x64/ |
D | assembler-x64.h | 558 static const int kDebugBreakSlotLength = kCallSequenceLength; variable
|