Home
last modified time | relevance | path

Searched refs:IsDebugBreakSlot (Results 1 – 21 of 21) sorted by relevance

/external/v8/src/mips64/
Dassembler-mips64-inl.h316 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in debug_call_address()
322 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in set_debug_call_address()
363 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
388 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
Dassembler-mips64.cc3279 DCHECK(RelocInfo::IsDebugBreakSlot(rmode) in RecordRelocInfo()
/external/v8/src/ia32/
Dassembler-ia32-inl.h65 } else if (IsDebugBreakSlot(rmode_) && IsPatchedDebugBreakSlotSequence()) { in apply()
235 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in debug_call_address()
242 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in set_debug_call_address()
282 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
307 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
/external/v8/src/x87/
Dassembler-x87-inl.h65 } else if (IsDebugBreakSlot(rmode_) && IsPatchedDebugBreakSlotSequence()) { in apply()
236 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in debug_call_address()
243 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in set_debug_call_address()
283 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
308 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
/external/v8/src/mips/
Dassembler-mips-inl.h334 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in debug_call_address()
340 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in set_debug_call_address()
381 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
406 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
Dassembler-mips.cc3012 DCHECK(RelocInfo::IsDebugBreakSlot(rmode) in RecordRelocInfo()
/external/v8/src/s390/
Dassembler-s390-inl.h266 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in debug_call_address()
271 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in set_debug_call_address()
312 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
335 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
/external/v8/src/ppc/
Dassembler-ppc-inl.h295 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in debug_call_address()
301 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in set_debug_call_address()
344 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
369 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
/external/v8/src/arm/
Dassembler-arm-inl.h233 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in debug_call_address()
239 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in set_debug_call_address()
276 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
300 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
/external/v8/src/x64/
Dassembler-x64-inl.h502 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in debug_call_address()
508 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in set_debug_call_address()
537 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
562 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
/external/v8/src/arm64/
Dassembler-arm64-inl.h822 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
831 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
866 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
888 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
Dassembler-arm64.cc2956 DCHECK(RelocInfo::IsDebugBreakSlot(rmode) || RelocInfo::IsComment(rmode) || in RecordRelocInfo()
/external/v8/src/heap/
Dremembered-set.h298 DCHECK(RelocInfo::IsDebugBreakSlot(rinfo->rmode()) && in UpdateDebugTarget()
Dobjects-visiting-inl.h249 DCHECK(RelocInfo::IsDebugBreakSlot(rinfo->rmode()) && in VisitDebugTarget()
Dmark-compact.cc1576 DCHECK(RelocInfo::IsDebugBreakSlot(rinfo->rmode()) && in VisitDebugTarget()
2812 } else if (RelocInfo::IsDebugBreakSlot(rmode)) { in SlotTypeForRMode()
/external/v8/src/debug/
Ddebug.cc148 DCHECK(RelocInfo::IsDebugBreakSlot(rmode()) || in Next()
173 } else if (RelocInfo::IsDebugBreakSlot(rmode())) { in GetBreakLocation()
400 DCHECK(IsDebugBreakSlot()); in SetDebugBreak()
426 DCHECK(IsDebugBreakSlot()); in ClearDebugBreak()
443 DCHECK(IsDebugBreakSlot()); in IsDebugBreak()
Ddebug.h88 inline bool IsDebugBreakSlot() const { return type_ >= DEBUG_BREAK_SLOT; } in IsDebugBreakSlot() function
/external/v8/src/
Dassembler.h499 static inline bool IsDebugBreakSlot(Mode mode) { in IsDebugBreakSlot() function
Dassembler.cc2018 DCHECK(RelocInfo::IsDebugBreakSlot(mode)); in RecordDebugBreakSlot()
Dobjects.cc13474 DCHECK(RelocInfo::IsDebugBreakSlot(rinfo->rmode()) && in VisitDebugTarget()
/external/v8/test/cctest/
Dtest-debug.cc8044 CHECK(iterator->GetBreakLocation().IsDebugBreakSlot()); in TEST()