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

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

Completed in 156 milliseconds