Searched refs:IsPatchedDebugBreakSlotSequence (Results 1 - 11 of 11) sorted by relevance

/external/v8/src/arm/
H A Dassembler-arm-inl.h169 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
176 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
198 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
222 bool RelocInfo::IsPatchedDebugBreakSlotSequence() { function in class:v8::internal::RelocInfo
243 IsPatchedDebugBreakSlotSequence())) &&
269 IsPatchedDebugBreakSlotSequence()))) {
H A Ddebug-arm.cc91 return rinfo()->IsPatchedDebugBreakSlotSequence();
/external/v8/src/mips/
H A Dassembler-mips-inl.h234 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
244 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
264 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
287 bool RelocInfo::IsPatchedDebugBreakSlotSequence() { function in class:v8::internal::RelocInfo
308 IsPatchedDebugBreakSlotSequence())) &&
334 IsPatchedDebugBreakSlotSequence()))) {
H A Ddebug-mips.cc92 return rinfo()->IsPatchedDebugBreakSlotSequence();
/external/v8/src/ia32/
H A Dassembler-ia32-inl.h61 } else if (rmode_ == DEBUG_BREAK_SLOT && IsPatchedDebugBreakSlotSequence()) {
177 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
184 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
206 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
216 bool RelocInfo::IsPatchedDebugBreakSlotSequence() { function in class:v8::internal::RelocInfo
238 IsPatchedDebugBreakSlotSequence())) &&
266 IsPatchedDebugBreakSlotSequence()))) {
H A Ddebug-ia32.cc76 return rinfo()->IsPatchedDebugBreakSlotSequence();
/external/v8/src/x64/
H A Dassembler-x64-inl.h350 bool RelocInfo::IsPatchedDebugBreakSlotSequence() { function in class:v8::internal::RelocInfo
357 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
365 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
390 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
413 IsPatchedDebugBreakSlotSequence())) &&
441 IsPatchedDebugBreakSlotSequence()))) {
/external/v8/src/
H A Dassembler.h338 INLINE(bool IsPatchedDebugBreakSlotSequence());
H A Dincremental-marking.cc195 rinfo->IsPatchedDebugBreakSlotSequence()));
H A Dmark-compact.cc1066 rinfo->IsPatchedDebugBreakSlotSequence()));
2729 rinfo->IsPatchedDebugBreakSlotSequence()));
3028 if (rinfo.IsPatchedDebugBreakSlotSequence()) rinfo.Visit(v);
H A Dobjects.cc7989 rinfo->IsPatchedDebugBreakSlotSequence()));

Completed in 314 milliseconds