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

  /external/v8/src/mips/
assembler-mips-inl.h 333 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
339 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
380 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
405 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
assembler-mips.cc     [all...]
  /external/v8/src/mips64/
assembler-mips64-inl.h 315 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
321 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
362 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
387 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
assembler-mips64.cc     [all...]
  /external/v8/src/ia32/
assembler-ia32-inl.h 67 } else if (IsDebugBreakSlot(rmode_) && IsPatchedDebugBreakSlotSequence()) {
224 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
231 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
271 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
296 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
  /external/v8/src/x87/
assembler-x87-inl.h 67 } else if (IsDebugBreakSlot(rmode_) && IsPatchedDebugBreakSlotSequence()) {
224 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
231 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
271 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
296 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
  /external/v8/src/arm/
assembler-arm-inl.h 220 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
226 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
263 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
287 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
  /external/v8/src/ppc/
assembler-ppc-inl.h 293 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
299 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
342 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
367 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
  /external/v8/src/s390/
assembler-s390-inl.h 268 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
273 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
314 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
337 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
  /external/v8/src/heap/
remembered-set.h 332 DCHECK(RelocInfo::IsDebugBreakSlot(rinfo->rmode()) &&
389 } else if (RelocInfo::IsDebugBreakSlot(rmode)) {
objects-visiting-inl.h 257 DCHECK(RelocInfo::IsDebugBreakSlot(rinfo->rmode()) &&
mark-compact.cc     [all...]
  /external/v8/src/x64/
assembler-x64-inl.h 510 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
516 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
545 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
570 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
  /external/v8/src/arm64/
assembler-arm64-inl.h 809 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
818 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence());
853 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
875 } else if (RelocInfo::IsDebugBreakSlot(mode) &&
    [all...]
assembler-arm64.cc     [all...]
  /external/v8/src/debug/
debug.h 82 inline bool IsDebugBreakSlot() const { return type_ >= DEBUG_BREAK_SLOT; }
debug.cc 211 DCHECK(RelocInfo::IsDebugBreakSlot(rmode()));
224 } else if (RelocInfo::IsDebugBreakSlot(rmode())) {
    [all...]
  /external/v8/src/
assembler.h 428 static inline bool IsDebugBreakSlot(Mode mode) {
    [all...]
assembler.cc     [all...]
objects.cc     [all...]

Completed in 372 milliseconds