Home
last modified time | relevance | path

Searched refs:kDebugBreakSlotInstructions (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/debug/arm64/
Ddebug-arm64.cc22 for (int i = 0; i < Assembler::kDebugBreakSlotInstructions; i++) { in EmitDebugBreakSlot()
25 DCHECK_EQ(Assembler::kDebugBreakSlotInstructions, in EmitDebugBreakSlot()
33 InstructionAccurateScope scope(masm, Assembler::kDebugBreakSlotInstructions); in GenerateSlot()
41 Assembler::kDebugBreakSlotInstructions); in ClearDebugBreakSlot()
50 Assembler::kDebugBreakSlotInstructions); in PatchDebugBreakSlot()
/external/v8/src/debug/mips/
Ddebug-mips.cc21 for (int i = 0; i < Assembler::kDebugBreakSlotInstructions; i++) { in EmitDebugBreakSlot()
24 DCHECK_EQ(Assembler::kDebugBreakSlotInstructions, in EmitDebugBreakSlot()
39 CodePatcher patcher(isolate, pc, Assembler::kDebugBreakSlotInstructions); in ClearDebugBreakSlot()
47 CodePatcher patcher(isolate, pc, Assembler::kDebugBreakSlotInstructions); in PatchDebugBreakSlot()
/external/v8/src/debug/mips64/
Ddebug-mips64.cc20 for (int i = 0; i < Assembler::kDebugBreakSlotInstructions; i++) { in EmitDebugBreakSlot()
23 DCHECK_EQ(Assembler::kDebugBreakSlotInstructions, in EmitDebugBreakSlot()
38 CodePatcher patcher(isolate, pc, Assembler::kDebugBreakSlotInstructions); in ClearDebugBreakSlot()
46 CodePatcher patcher(isolate, pc, Assembler::kDebugBreakSlotInstructions); in PatchDebugBreakSlot()
/external/v8/src/debug/arm/
Ddebug-arm.cc21 for (int i = 0; i < Assembler::kDebugBreakSlotInstructions; i++) { in EmitDebugBreakSlot()
24 DCHECK_EQ(Assembler::kDebugBreakSlotInstructions, in EmitDebugBreakSlot()
39 CodePatcher patcher(isolate, pc, Assembler::kDebugBreakSlotInstructions); in ClearDebugBreakSlot()
47 CodePatcher patcher(isolate, pc, Assembler::kDebugBreakSlotInstructions); in PatchDebugBreakSlot()
/external/v8/src/debug/ppc/
Ddebug-ppc.cc21 for (int i = 0; i < Assembler::kDebugBreakSlotInstructions; i++) { in EmitDebugBreakSlot()
24 DCHECK_EQ(Assembler::kDebugBreakSlotInstructions, in EmitDebugBreakSlot()
39 CodePatcher patcher(isolate, pc, Assembler::kDebugBreakSlotInstructions); in ClearDebugBreakSlot()
47 CodePatcher patcher(isolate, pc, Assembler::kDebugBreakSlotInstructions); in PatchDebugBreakSlot()
/external/v8/src/mips/
Dassembler-mips.h541 static const int kDebugBreakSlotInstructions = 3; variable
543 static const int kDebugBreakSlotInstructions = 4; variable
546 kDebugBreakSlotInstructions * kInstrSize;
/external/v8/src/mips64/
Dassembler-mips64.h549 static const int kDebugBreakSlotInstructions = 5; variable
551 static const int kDebugBreakSlotInstructions = 6; variable
554 kDebugBreakSlotInstructions * kInstrSize;
/external/v8/src/ppc/
Dassembler-ppc.h547 static const int kDebugBreakSlotInstructions = variable
550 kDebugBreakSlotInstructions * kInstrSize;
/external/v8/src/arm64/
Dassembler-arm64.h890 static const int kDebugBreakSlotInstructions = 5; variable
892 kDebugBreakSlotInstructions * kInstructionSize;
/external/v8/src/arm/
Dassembler-arm.h775 static const int kDebugBreakSlotInstructions = 4; variable
777 kDebugBreakSlotInstructions * kInstrSize;