Home
last modified time | relevance | path

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

/external/v8/src/debug/x64/
Ddebug-x64.cc23 __ 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/
Ddebug-ia32.cc22 __ 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/
Ddebug-s390.cc30 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/
Ddebug-x87.cc22 __ 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/
Dassembler-s390.h516 static const int kDebugBreakSlotLength = kCallSequenceLength; variable
533 kDebugBreakSlotLength - kPatchDebugBreakSlotReturnOffset;
/external/v8/src/x87/
Dassembler-x87.h531 static const int kDebugBreakSlotLength = kCallInstructionLength; variable
/external/v8/src/mips/
Dassembler-mips.h545 static const int kDebugBreakSlotLength = variable
/external/v8/src/mips64/
Dassembler-mips64.h553 static const int kDebugBreakSlotLength = variable
/external/v8/src/ppc/
Dassembler-ppc.h549 static const int kDebugBreakSlotLength = variable
/external/v8/src/arm64/
Dassembler-arm64.h891 static const int kDebugBreakSlotLength = variable
/external/v8/src/arm/
Dassembler-arm.h776 static const int kDebugBreakSlotLength = variable
/external/v8/src/ia32/
Dassembler-ia32.h533 static const int kDebugBreakSlotLength = kCallInstructionLength; variable
/external/v8/src/x64/
Dassembler-x64.h558 static const int kDebugBreakSlotLength = kCallSequenceLength; variable