Searched refs:kDebugBreakSlotInstructions (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/debug/arm64/ |
D | debug-arm64.cc | 22 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/ |
D | debug-mips.cc | 21 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/ |
D | debug-mips64.cc | 20 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/ |
D | debug-arm.cc | 21 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/ |
D | debug-ppc.cc | 21 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/ |
D | assembler-mips.h | 541 static const int kDebugBreakSlotInstructions = 3; variable 543 static const int kDebugBreakSlotInstructions = 4; variable 546 kDebugBreakSlotInstructions * kInstrSize;
|
/external/v8/src/mips64/ |
D | assembler-mips64.h | 549 static const int kDebugBreakSlotInstructions = 5; variable 551 static const int kDebugBreakSlotInstructions = 6; variable 554 kDebugBreakSlotInstructions * kInstrSize;
|
/external/v8/src/ppc/ |
D | assembler-ppc.h | 547 static const int kDebugBreakSlotInstructions = variable 550 kDebugBreakSlotInstructions * kInstrSize;
|
/external/v8/src/arm64/ |
D | assembler-arm64.h | 890 static const int kDebugBreakSlotInstructions = 5; variable 892 kDebugBreakSlotInstructions * kInstructionSize;
|
/external/v8/src/arm/ |
D | assembler-arm.h | 775 static const int kDebugBreakSlotInstructions = 4; variable 777 kDebugBreakSlotInstructions * kInstrSize;
|