HomeSort by relevance Sort by last modified time
    Searched refs:IsDebugBreakSlot (Results 1 - 21 of 21) sorted by null

  /external/v8/src/mips/
assembler-mips-inl.h 334 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
340 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
381 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
406 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
assembler-mips.cc     [all...]
  /external/v8/src/mips64/
assembler-mips64-inl.h 316 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
322 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
363 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
388 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
assembler-mips64.cc     [all...]
  /external/v8/src/ia32/
assembler-ia32-inl.h 65 } else if (IsDebugBreakSlot(rmode_) && IsPatchedDebugBreakSlotSequence()) {
235 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
242 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
282 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
307 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
  /external/v8/src/x87/
assembler-x87-inl.h 65 } else if (IsDebugBreakSlot(rmode_) && IsPatchedDebugBreakSlotSequence()) {
236 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
243 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
283 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
308 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
  /external/v8/src/arm/
assembler-arm-inl.h 233 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
239 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
276 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
300 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
  /external/v8/src/ppc/
assembler-ppc-inl.h 295 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
301 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
344 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
369 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
  /external/v8/src/s390/
assembler-s390-inl.h 266 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
271 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
312 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
335 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
  /external/v8/src/x64/
assembler-x64-inl.h 502 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
508 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
537 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
562 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
  /external/v8/src/arm64/
assembler-arm64-inl.h 822 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
831 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
866 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
888 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
    [all...]
assembler-arm64.cc     [all...]
  /external/v8/src/heap/
remembered-set.h 298 DCHECK(RelocInfo::IsDebugBreakSlot(rinfo->rmode()) &&
objects-visiting-inl.h 249 DCHECK(RelocInfo::IsDebugBreakSlot(rinfo->rmode()) &&
mark-compact.cc     [all...]
  /external/v8/src/debug/
debug.cc 148 DCHECK(RelocInfo::IsDebugBreakSlot(rmode()) ||
173 } else if (RelocInfo::IsDebugBreakSlot(rmode())) {
400 DCHECK(IsDebugBreakSlot());
426 DCHECK(IsDebugBreakSlot());
443 DCHECK(IsDebugBreakSlot());
    [all...]
debug.h 88 inline bool IsDebugBreakSlot() const { return type_ >= DEBUG_BREAK_SLOT; }
  /external/v8/src/
assembler.h 499 static inline bool IsDebugBreakSlot(Mode mode) {
    [all...]
assembler.cc     [all...]
objects.cc     [all...]
  /external/v8/test/cctest/
test-debug.cc     [all...]

Completed in 1937 milliseconds