Home
last modified time | relevance | path

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

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