Searched refs:kDebugBreakSlotLength (Results 1 - 13 of 13) sorted by relevance

/external/v8/src/debug/x64/
H A Ddebug-x64.cc23 __ Nop(Assembler::kDebugBreakSlotLength);
24 DCHECK_EQ(Assembler::kDebugBreakSlotLength,
37 CodePatcher patcher(isolate, pc, Assembler::kDebugBreakSlotLength);
45 static const int kSize = Assembler::kDebugBreakSlotLength;
/external/v8/src/debug/ia32/
H A Ddebug-ia32.cc22 __ Nop(Assembler::kDebugBreakSlotLength);
23 DCHECK_EQ(Assembler::kDebugBreakSlotLength,
36 CodePatcher patcher(isolate, pc, Assembler::kDebugBreakSlotLength);
44 static const int kSize = Assembler::kDebugBreakSlotLength;
/external/v8/src/debug/s390/
H A Ddebug-s390.cc30 for (int i = 8; i < Assembler::kDebugBreakSlotLength; i += 2) {
33 DCHECK_EQ(Assembler::kDebugBreakSlotLength,
44 CodePatcher patcher(isolate, pc, Assembler::kDebugBreakSlotLength);
51 CodePatcher patcher(isolate, pc, Assembler::kDebugBreakSlotLength);
/external/v8/src/debug/x87/
H A Ddebug-x87.cc22 __ Nop(Assembler::kDebugBreakSlotLength);
23 DCHECK_EQ(Assembler::kDebugBreakSlotLength,
36 CodePatcher patcher(isolate, pc, Assembler::kDebugBreakSlotLength);
44 static const int kSize = Assembler::kDebugBreakSlotLength;
/external/v8/src/s390/
H A Dassembler-s390.h516 static const int kDebugBreakSlotLength = kCallSequenceLength;
533 kDebugBreakSlotLength - kPatchDebugBreakSlotReturnOffset;
/external/v8/src/x87/
H A Dassembler-x87.h531 static const int kDebugBreakSlotLength = kCallInstructionLength;
/external/v8/src/mips/
H A Dassembler-mips.h545 static const int kDebugBreakSlotLength =
/external/v8/src/mips64/
H A Dassembler-mips64.h553 static const int kDebugBreakSlotLength =
/external/v8/src/ppc/
H A Dassembler-ppc.h549 static const int kDebugBreakSlotLength =
/external/v8/src/arm/
H A Dassembler-arm.h776 static const int kDebugBreakSlotLength =
/external/v8/src/arm64/
H A Dassembler-arm64.h891 static const int kDebugBreakSlotLength = member in class:v8::internal::Assembler
/external/v8/src/ia32/
H A Dassembler-ia32.h533 static const int kDebugBreakSlotLength = kCallInstructionLength;
/external/v8/src/x64/
H A Dassembler-x64.h558 static const int kDebugBreakSlotLength = kCallSequenceLength;

Completed in 969 milliseconds