Searched defs:IsDebugBreakSlot (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dassembler.h436 static inline bool IsDebugBreakSlot(Mode mode) { function in class:v8::internal::RelocInfo
H A Ddebug.cc123 if (IsDebugBreakSlot()) {
336 } else if (IsDebugBreakSlot()) {
354 } else if (IsDebugBreakSlot()) {
430 } else if (IsDebugBreakSlot()) {
514 bool BreakLocationIterator::IsDebugBreakSlot() { function in class:v8::internal::BreakLocationIterator
1770 if (RelocInfo::IsDebugBreakSlot(info->rmode())) {
2279 if (RelocInfo::IsDebugBreakSlot(it.rinfo()->rmode())) {

Completed in 336 milliseconds