Home
last modified time | relevance | path

Searched refs:IsDebugBreakSlotAtCall (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dassembler.h501 IsDebugBreakSlotAtCall(mode) || IsDebugBreakSlotAtTailCall(mode); in IsDebugBreakSlot()
509 static inline bool IsDebugBreakSlotAtCall(Mode mode) { in IsDebugBreakSlotAtCall() function
/external/v8/src/debug/
Ddebug.cc165 } else if (RelocInfo::IsDebugBreakSlotAtCall(rmode())) { in GetBreakLocation()