Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.h51 DEBUG_BREAK_SLOT_AT_CALL, enumerator
77 inline bool IsCall() const { return type_ == DEBUG_BREAK_SLOT_AT_CALL; } in IsCall()
Ddebug.cc189 case DEBUG_BREAK_SLOT_AT_CALL: in type()
269 return DEBUG_BREAK_SLOT_AT_CALL; in GetDebugBreakType()