Home
last modified time | relevance | path

Searched refs:IsDebugBreakAtReturn (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/v8/src/arm64/
Ddebug-arm64.cc18 bool BreakLocationIterator::IsDebugBreakAtReturn() { in IsDebugBreakAtReturn() function in v8::internal::BreakLocationIterator
19 return Debug::IsDebugBreakAtReturn(rinfo()); in IsDebugBreakAtReturn()
69 bool Debug::IsDebugBreakAtReturn(RelocInfo* rinfo) { in IsDebugBreakAtReturn() function in v8::internal::Debug
/external/chromium_org/v8/src/mips/
Ddebug-mips.cc17 bool BreakLocationIterator::IsDebugBreakAtReturn() { in IsDebugBreakAtReturn() function in v8::internal::BreakLocationIterator
18 return Debug::IsDebugBreakAtReturn(rinfo()); in IsDebugBreakAtReturn()
57 bool Debug::IsDebugBreakAtReturn(RelocInfo* rinfo) { in IsDebugBreakAtReturn() function in v8::internal::Debug
/external/chromium_org/v8/src/arm/
Ddebug-arm.cc15 bool BreakLocationIterator::IsDebugBreakAtReturn() { in IsDebugBreakAtReturn() function in v8::internal::BreakLocationIterator
16 return Debug::IsDebugBreakAtReturn(rinfo()); in IsDebugBreakAtReturn()
49 bool Debug::IsDebugBreakAtReturn(RelocInfo* rinfo) { in IsDebugBreakAtReturn() function in v8::internal::Debug
/external/chromium_org/v8/src/x64/
Ddebug-x64.cc17 bool BreakLocationIterator::IsDebugBreakAtReturn() { in IsDebugBreakAtReturn() function in v8::internal::BreakLocationIterator
18 return Debug::IsDebugBreakAtReturn(rinfo()); in IsDebugBreakAtReturn()
42 bool Debug::IsDebugBreakAtReturn(v8::internal::RelocInfo* rinfo) { in IsDebugBreakAtReturn() function in v8::internal::Debug
/external/chromium_org/v8/src/ia32/
Ddebug-ia32.cc16 bool BreakLocationIterator::IsDebugBreakAtReturn() { in IsDebugBreakAtReturn() function in v8::internal::BreakLocationIterator
17 return Debug::IsDebugBreakAtReturn(rinfo()); in IsDebugBreakAtReturn()
42 bool Debug::IsDebugBreakAtReturn(RelocInfo* rinfo) { in IsDebugBreakAtReturn() function in v8::internal::Debug
/external/chromium_org/v8/src/x87/
Ddebug-x87.cc16 bool BreakLocationIterator::IsDebugBreakAtReturn() { in IsDebugBreakAtReturn() function in v8::internal::BreakLocationIterator
17 return Debug::IsDebugBreakAtReturn(rinfo()); in IsDebugBreakAtReturn()
42 bool Debug::IsDebugBreakAtReturn(RelocInfo* rinfo) { in IsDebugBreakAtReturn() function in v8::internal::Debug
/external/chromium_org/v8/src/
Ddebug.h134 bool IsDebugBreakAtReturn();
451 static bool IsDebugBreakAtReturn(RelocInfo* rinfo);
Ddebug.cc431 return IsDebugBreakAtReturn(); in IsDebugBreak()
/external/chromium_org/v8/test/cctest/
Dtest-debug.cc416 CHECK(!Debug::IsDebugBreakAtReturn(it.rinfo())); in CheckDebuggerUnloaded()
477 CHECK(Debug::IsDebugBreakAtReturn(it1.it()->rinfo())); in CheckDebugBreakFunction()
493 CHECK(!Debug::IsDebugBreakAtReturn(it2.it()->rinfo())); in CheckDebugBreakFunction()