Home
last modified time | relevance | path

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

/external/v8/src/
Dassembler.h504 IsDebugBreakSlotAtCall(mode) || IsDebugBreakSlotAtTailCall(mode); in IsDebugBreakSlot()
515 static inline bool IsDebugBreakSlotAtTailCall(Mode mode) { in IsDebugBreakSlotAtTailCall() function
/external/v8/src/debug/
Ddebug.cc231 } else if (RelocInfo::IsDebugBreakSlotAtTailCall(rmode())) { in GetDebugBreakType()