Searched defs:IsPatchedDebugBreakSlotSequence (Results 1 - 4 of 4) sorted by relevance

/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()))) {
/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()))) {
/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()))) {
/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()))) {

Completed in 42 milliseconds