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

/external/chromium_org/v8/src/mips/
H A Dassembler-mips-inl.h303 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
313 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
333 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
365 bool RelocInfo::IsPatchedDebugBreakSlotSequence() { function in class:v8::internal::RelocInfo
386 IsPatchedDebugBreakSlotSequence())) &&
412 IsPatchedDebugBreakSlotSequence()))) {
/external/chromium_org/v8/src/mips64/
H A Dassembler-mips64-inl.h297 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
307 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
327 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
362 bool RelocInfo::IsPatchedDebugBreakSlotSequence() { function in class:v8::internal::RelocInfo
383 IsPatchedDebugBreakSlotSequence())) &&
409 IsPatchedDebugBreakSlotSequence()))) {
/external/chromium_org/v8/src/arm/
H A Dassembler-arm-inl.h260 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
267 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
289 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
314 bool RelocInfo::IsPatchedDebugBreakSlotSequence() { function in class:v8::internal::RelocInfo
335 IsPatchedDebugBreakSlotSequence())) &&
361 IsPatchedDebugBreakSlotSequence()))) {
/external/chromium_org/v8/src/ia32/
H A Dassembler-ia32-inl.h74 } else if (rmode_ == DEBUG_BREAK_SLOT && IsPatchedDebugBreakSlotSequence()) {
236 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
243 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
265 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
287 bool RelocInfo::IsPatchedDebugBreakSlotSequence() { function in class:v8::internal::RelocInfo
309 IsPatchedDebugBreakSlotSequence())) &&
337 IsPatchedDebugBreakSlotSequence()))) {
/external/chromium_org/v8/src/x64/
H A Dassembler-x64-inl.h400 bool RelocInfo::IsPatchedDebugBreakSlotSequence() { function in class:v8::internal::RelocInfo
431 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
439 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
464 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
487 IsPatchedDebugBreakSlotSequence())) &&
515 IsPatchedDebugBreakSlotSequence()))) {
/external/chromium_org/v8/src/x87/
H A Dassembler-x87-inl.h74 } else if (rmode_ == DEBUG_BREAK_SLOT && IsPatchedDebugBreakSlotSequence()) {
237 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
244 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
266 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
288 bool RelocInfo::IsPatchedDebugBreakSlotSequence() { function in class:v8::internal::RelocInfo
310 IsPatchedDebugBreakSlotSequence())) &&
338 IsPatchedDebugBreakSlotSequence()))) {
/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64-inl.h809 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
818 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
849 bool RelocInfo::IsPatchedDebugBreakSlotSequence() { function in class:v8::RelocInfo
868 IsPatchedDebugBreakSlotSequence())) &&
892 IsPatchedDebugBreakSlotSequence()))) {

Completed in 64 milliseconds