Home
last modified time | relevance | path

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

/external/v8/src/mips64/
Dassembler-mips64-inl.h304 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in debug_call_address()
310 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in set_debug_call_address()
351 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
376 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
Dassembler-mips64.cc3317 DCHECK(RelocInfo::IsDebugBreakSlot(rmode) || RelocInfo::IsComment(rmode)); in RecordRelocInfo()
/external/v8/src/x87/
Dassembler-x87-inl.h66 } else if (IsDebugBreakSlot(rmode_) && IsPatchedDebugBreakSlotSequence()) { in apply()
223 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in debug_call_address()
230 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in set_debug_call_address()
270 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
295 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
/external/v8/src/ia32/
Dassembler-ia32-inl.h66 } else if (IsDebugBreakSlot(rmode_) && IsPatchedDebugBreakSlotSequence()) { in apply()
223 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in debug_call_address()
230 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in set_debug_call_address()
270 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
295 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
/external/v8/src/mips/
Dassembler-mips-inl.h322 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in debug_call_address()
328 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in set_debug_call_address()
369 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
394 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
Dassembler-mips.cc3080 DCHECK(RelocInfo::IsDebugBreakSlot(rmode) || RelocInfo::IsComment(rmode)); in RecordRelocInfo()
/external/v8/src/s390/
Dassembler-s390-inl.h255 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in debug_call_address()
260 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in set_debug_call_address()
301 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
324 } 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.h282 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in debug_call_address()
288 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in set_debug_call_address()
331 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
356 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
/external/v8/src/x64/
Dassembler-x64-inl.h490 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in debug_call_address()
496 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in set_debug_call_address()
525 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
550 } else if (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
/external/v8/src/heap/
Dremembered-set.h319 DCHECK(RelocInfo::IsDebugBreakSlot(rinfo->rmode()) && in UpdateDebugTarget()
376 } else if (RelocInfo::IsDebugBreakSlot(rmode)) { in SlotTypeForRelocInfoMode()
Dobjects-visiting-inl.h260 DCHECK(RelocInfo::IsDebugBreakSlot(rinfo->rmode()) && in VisitDebugTarget()
Dmark-compact.cc1526 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.cc2956 DCHECK(RelocInfo::IsDebugBreakSlot(rmode) || RelocInfo::IsComment(rmode) || in RecordRelocInfo()
/external/v8/src/debug/
Ddebug.h88 inline bool IsDebugBreakSlot() const { return type_ >= DEBUG_BREAK_SLOT; } in IsDebugBreakSlot() function
Ddebug.cc221 DCHECK(RelocInfo::IsDebugBreakSlot(rmode()) || in Next()
237 } else if (RelocInfo::IsDebugBreakSlot(rmode())) { in GetDebugBreakType()
/external/v8/src/
Dassembler.h502 static inline bool IsDebugBreakSlot(Mode mode) { in IsDebugBreakSlot() function
Dassembler.cc1925 DCHECK(RelocInfo::IsDebugBreakSlot(mode)); in RecordDebugBreakSlot()
Dobjects.cc14107 DCHECK(RelocInfo::IsDebugBreakSlot(rinfo->rmode()) && in VisitDebugTarget()