Home
last modified time | relevance | path

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

/external/v8/src/
Dsource-position-table.h36 enum RecordingMode { OMIT_SOURCE_POSITIONS, RECORD_SOURCE_POSITIONS }; enumerator
50 inline bool Omit() const { return mode_ == OMIT_SOURCE_POSITIONS; } in Omit()
Dsource-position-table.cc170 mode_ = OMIT_SOURCE_POSITIONS; in ToSourcePositionTable()
187 mode_ = OMIT_SOURCE_POSITIONS; in ToSourcePositionTableVector()
Dunoptimized-compilation-info.cc54 return is_native() ? SourcePositionTableBuilder::OMIT_SOURCE_POSITIONS in SourcePositionRecordingMode()