Home
last modified time | relevance | path

Searched refs:DEBUG_BREAK_SLOT_AT_TAIL_CALL (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/debug/
Ddebug.h65 DEBUG_BREAK_SLOT_AT_TAIL_CALL, enumerator
80 return type_ == DEBUG_BREAK_SLOT_AT_TAIL_CALL; in IsTailCall()
Ddebug.cc185 mask |= RelocInfo::ModeMask(RelocInfo::DEBUG_BREAK_SLOT_AT_TAIL_CALL); in GetModeMask()
222 ? DEBUG_BREAK_SLOT_AT_TAIL_CALL in GetDebugBreakType()
304 ? DEBUG_BREAK_SLOT_AT_TAIL_CALL in GetDebugBreakType()
/external/v8/src/
Dassembler.h337 DEBUG_BREAK_SLOT_AT_TAIL_CALL, enumerator
442 return mode == DEBUG_BREAK_SLOT_AT_TAIL_CALL; in IsDebugBreakSlotAtTailCall()
Dassembler.cc762 case DEBUG_BREAK_SLOT_AT_TAIL_CALL: in RelocModeName()
868 case DEBUG_BREAK_SLOT_AT_TAIL_CALL: in Verify()
/external/v8/src/full-codegen/
Dfull-codegen.cc695 ? RelocInfo::DEBUG_BREAK_SLOT_AT_TAIL_CALL in SetCallPosition()
/external/v8/src/arm64/
Dassembler-arm64.cc2953 (rmode <= RelocInfo::DEBUG_BREAK_SLOT_AT_TAIL_CALL)) || in RecordRelocInfo()
/external/v8/src/mips/
Dassembler-mips.cc3096 rmode <= RelocInfo::DEBUG_BREAK_SLOT_AT_TAIL_CALL) { in RecordRelocInfo()
/external/v8/src/mips64/
Dassembler-mips64.cc3365 rmode <= RelocInfo::DEBUG_BREAK_SLOT_AT_TAIL_CALL) { in RecordRelocInfo()