Home
last modified time | relevance | path

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

/external/v8/src/
Dassembler.h403 DEBUG_BREAK_SLOT_AT_CALL, enumerator
510 return mode == DEBUG_BREAK_SLOT_AT_CALL; in IsDebugBreakSlotAtCall()
675 1 << DEBUG_BREAK_SLOT_AT_CALL;
Dassembler.cc847 case DEBUG_BREAK_SLOT_AT_CALL: in RelocModeName()
953 case DEBUG_BREAK_SLOT_AT_CALL: in Verify()
/external/v8/src/debug/
Ddebug.h84 inline bool IsCall() const { return type_ == DEBUG_BREAK_SLOT_AT_CALL; } in IsCall()
119 DEBUG_BREAK_SLOT_AT_CALL, enumerator
Ddebug.cc110 mask |= RelocInfo::ModeMask(RelocInfo::DEBUG_BREAK_SLOT_AT_CALL); in GetModeMask()
166 type = DEBUG_BREAK_SLOT_AT_CALL; in GetBreakLocation()
170 : DEBUG_BREAK_SLOT_AT_CALL; in GetBreakLocation()
216 if (type == DEBUG_BREAK_SLOT_AT_CALL) break; in Next()
239 : DEBUG_BREAK_SLOT_AT_CALL; in GetDebugBreakType()
241 return DEBUG_BREAK_SLOT_AT_CALL; in GetDebugBreakType()
/external/v8/src/full-codegen/
Dfull-codegen.cc677 : RelocInfo::DEBUG_BREAK_SLOT_AT_CALL; in SetCallPosition()