Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Dassembler-ia32-inl.h67 } else if (IsDebugBreakSlot(rmode_) && IsPatchedDebugBreakSlotSequence()) { in apply()
224 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in debug_call_address()
231 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in set_debug_call_address()
271 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
296 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
/external/v8/src/x87/
Dassembler-x87-inl.h67 } else if (IsDebugBreakSlot(rmode_) && IsPatchedDebugBreakSlotSequence()) { in apply()
224 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in debug_call_address()
231 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in set_debug_call_address()
271 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
296 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
/external/v8/src/mips64/
Dassembler-mips64-inl.h315 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in debug_call_address()
321 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in set_debug_call_address()
362 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
387 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
Dassembler-mips64.cc3367 DCHECK(RelocInfo::IsDebugBreakSlot(rmode) || RelocInfo::IsComment(rmode)); in RecordRelocInfo()
/external/v8/src/mips/
Dassembler-mips-inl.h333 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in debug_call_address()
339 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in set_debug_call_address()
380 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
405 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
Dassembler-mips.cc3098 DCHECK(RelocInfo::IsDebugBreakSlot(rmode) || RelocInfo::IsComment(rmode)); in RecordRelocInfo()
/external/v8/src/s390/
Dassembler-s390-inl.h268 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in debug_call_address()
273 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in set_debug_call_address()
314 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
337 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
/external/v8/src/arm/
Dassembler-arm-inl.h220 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in debug_call_address()
226 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in set_debug_call_address()
263 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
287 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
/external/v8/src/ppc/
Dassembler-ppc-inl.h293 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in debug_call_address()
299 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in set_debug_call_address()
342 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
367 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
/external/v8/src/x64/
Dassembler-x64-inl.h510 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in debug_call_address()
516 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in set_debug_call_address()
545 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
570 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
/external/v8/src/heap/
Dremembered-set.h332 DCHECK(RelocInfo::IsDebugBreakSlot(rinfo->rmode()) && in UpdateDebugTarget()
389 } else if (RelocInfo::IsDebugBreakSlot(rmode)) { in SlotTypeForRelocInfoMode()
Dobjects-visiting-inl.h257 DCHECK(RelocInfo::IsDebugBreakSlot(rinfo->rmode()) && in VisitDebugTarget()
Dmark-compact.cc1540 DCHECK(RelocInfo::IsDebugBreakSlot(rinfo->rmode()) && in VisitDebugTarget()
/external/v8/src/arm64/
Dassembler-arm64-inl.h809 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
818 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
853 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
875 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
Dassembler-arm64.cc2960 DCHECK(RelocInfo::IsDebugBreakSlot(rmode) || RelocInfo::IsComment(rmode) || in RecordRelocInfo()
/external/v8/src/debug/
Ddebug.h82 inline bool IsDebugBreakSlot() const { return type_ >= DEBUG_BREAK_SLOT; } in IsDebugBreakSlot() function
Ddebug.cc211 DCHECK(RelocInfo::IsDebugBreakSlot(rmode())); in Next()
224 } else if (RelocInfo::IsDebugBreakSlot(rmode())) { in GetDebugBreakType()
/external/v8/src/
Dassembler.h428 static inline bool IsDebugBreakSlot(Mode mode) { in IsDebugBreakSlot() function
Dassembler.cc1925 DCHECK(RelocInfo::IsDebugBreakSlot(mode)); in RecordDebugBreakSlot()
Dobjects.cc13737 DCHECK(RelocInfo::IsDebugBreakSlot(rinfo->rmode()) && in VisitDebugTarget()