Home
last modified time | relevance | path

Searched refs:BREAK_POSITION_ALIGNED (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/debug/
Ddebug.h59 BREAK_POSITION_ALIGNED = 1 enumerator
Ddebug.cc202 DCHECK(alignment == BREAK_POSITION_ALIGNED); in FromPosition()
932 case BREAK_POSITION_ALIGNED: in GetSourceBreakLocations()
/external/v8/src/runtime/
Druntime-debug.cc1076 return alignment == STATEMENT_ALIGNED || alignment == BREAK_POSITION_ALIGNED; in IsPositionAlignmentCodeCorrect()