Home
last modified time | relevance | path

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

/external/v8/src/mips64/
Ddebug-mips64.cc81 CodePatcher patcher(rinfo()->pc(), Assembler::kDebugBreakSlotInstructions); in SetDebugBreakAtSlot()
93 Assembler::kDebugBreakSlotInstructions); in ClearDebugBreakAtSlot()
279 for (int i = 0; i < Assembler::kDebugBreakSlotInstructions; i++) { in GenerateSlot()
282 DCHECK_EQ(Assembler::kDebugBreakSlotInstructions, in GenerateSlot()
Dassembler-mips64.h578 static const int kDebugBreakSlotInstructions = 6; variable
580 kDebugBreakSlotInstructions * kInstrSize;
/external/v8/src/arm/
Ddebug-arm.cc72 CodePatcher patcher(rinfo()->pc(), Assembler::kDebugBreakSlotInstructions); in SetDebugBreakAtSlot()
83 Assembler::kDebugBreakSlotInstructions); in ClearDebugBreakAtSlot()
267 for (int i = 0; i < Assembler::kDebugBreakSlotInstructions; i++) { in GenerateSlot()
270 DCHECK_EQ(Assembler::kDebugBreakSlotInstructions, in GenerateSlot()
Dassembler-arm.h821 static const int kDebugBreakSlotInstructions = 3; variable
823 kDebugBreakSlotInstructions * kInstrSize;
/external/v8/src/mips/
Ddebug-mips.cc80 CodePatcher patcher(rinfo()->pc(), Assembler::kDebugBreakSlotInstructions); in SetDebugBreakAtSlot()
90 Assembler::kDebugBreakSlotInstructions); in ClearDebugBreakAtSlot()
276 for (int i = 0; i < Assembler::kDebugBreakSlotInstructions; i++) { in GenerateSlot()
279 DCHECK_EQ(Assembler::kDebugBreakSlotInstructions, in GenerateSlot()
Dassembler-mips.h587 static const int kDebugBreakSlotInstructions = 4; variable
589 kDebugBreakSlotInstructions * kInstrSize;
/external/v8/src/arm64/
Ddebug-arm64.cc101 STATIC_ASSERT(Assembler::kDebugBreakSlotInstructions >= 4); in SetDebugBreakAtSlot()
123 Assembler::kDebugBreakSlotInstructions); in ClearDebugBreakAtSlot()
324 InstructionAccurateScope scope(masm, Assembler::kDebugBreakSlotInstructions); in GenerateSlot()
327 for (int i = 0; i < Assembler::kDebugBreakSlotInstructions; i++) { in GenerateSlot()
Dassembler-arm64.h958 static const int kDebugBreakSlotInstructions = 4; variable
960 kDebugBreakSlotInstructions * kInstructionSize;