Home
last modified time | relevance | path

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

/external/v8/src/
Dassembler.h486 IsDebugBreakSlotAtCall(mode); in IsDebugBreakSlot()
494 static inline bool IsDebugBreakSlotAtCall(Mode mode) { in IsDebugBreakSlotAtCall() function
/external/v8/src/debug/
Ddebug.h81 return RelocInfo::IsDebugBreakSlotAtCall(rmode_); in IsCall()