Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dassembler-mips-inl.h198 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence())); in call_address()
208 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence())); in set_call_address()
223 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence())); in call_object_address()
273 (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
297 (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
Dassembler-mips.cc1938 ASSERT(RelocInfo::IsDebugBreakSlot(rmode) in RecordRelocInfo()
/external/v8/src/arm/
Dassembler-arm-inl.h141 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence())); in call_address()
148 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence())); in set_call_address()
165 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence())); in call_object_address()
209 (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
235 (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
Ddebug-arm.cc89 ASSERT(IsDebugBreakSlot()); in IsDebugBreakAtSlot()
96 ASSERT(IsDebugBreakSlot()); in SetDebugBreakAtSlot()
123 ASSERT(IsDebugBreakSlot()); in ClearDebugBreakAtSlot()
Dassembler-arm.cc2700 ASSERT(RelocInfo::IsDebugBreakSlot(rmode) in RecordRelocInfo()
/external/v8/src/ia32/
Dassembler-ia32-inl.h155 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence())); in call_address()
162 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence())); in set_call_address()
179 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence())); in call_object_address()
210 (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
238 (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
Ddebug-ia32.cc74 ASSERT(IsDebugBreakSlot()); in IsDebugBreakAtSlot()
81 ASSERT(IsDebugBreakSlot()); in SetDebugBreakAtSlot()
90 ASSERT(IsDebugBreakSlot()); in ClearDebugBreakAtSlot()
/external/v8/src/x64/
Dassembler-x64-inl.h328 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence())); in call_address()
336 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence())); in set_call_address()
356 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence())); in call_object_address()
378 (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
406 (RelocInfo::IsDebugBreakSlot(mode) && in Visit()
Ddebug-x64.cc75 ASSERT(IsDebugBreakSlot()); in IsDebugBreakAtSlot()
82 ASSERT(IsDebugBreakSlot()); in SetDebugBreakAtSlot()
90 ASSERT(IsDebugBreakSlot()); in ClearDebugBreakAtSlot()
/external/v8/src/
Ddebug.cc159 if (IsDebugBreakSlot()) { in Next()
364 } else if (IsDebugBreakSlot()) { in SetDebugBreak()
384 } else if (IsDebugBreakSlot()) { in ClearDebugBreak()
458 } else if (IsDebugBreakSlot()) { in IsDebugBreak()
524 bool BreakLocationIterator::IsDebugBreakSlot() { in IsDebugBreakSlot() function in v8::internal::BreakLocationIterator
1799 if (RelocInfo::IsDebugBreakSlot(it.rinfo()->rmode())) { in SetAfterBreakTarget()
Dassembler.h273 static inline bool IsDebugBreakSlot(Mode mode) { in IsDebugBreakSlot() function
Dmark-compact.cc484 (RelocInfo::IsDebugBreakSlot(rinfo->rmode()) && in VisitDebugTarget()
1919 (RelocInfo::IsDebugBreakSlot(rinfo->rmode()) && in VisitDebugTarget()
2631 (RelocInfo::IsDebugBreakSlot(rinfo->rmode()) && in VisitDebugTarget()
Ddebug.h150 bool IsDebugBreakSlot();
Dobjects.cc6227 (RelocInfo::IsDebugBreakSlot(rinfo->rmode()) && in VisitDebugTarget()