Home | History | Annotate | Download | only in src

Lines Matching refs:kNoPosition

299   // The constant kNoPosition is used with the collecting of source positions
306 // possible break locations. kNoPosition is used to indicate an
308 static const int kNoPosition = -1;
340 POSITION, // See comment for kNoPosition above.
341 STATEMENT_POSITION, // See comment for kNoPosition above.
1003 PositionState() : current_position(RelocInfo::kNoPosition),
1004 written_position(RelocInfo::kNoPosition),
1005 current_statement_position(RelocInfo::kNoPosition),
1006 written_statement_position(RelocInfo::kNoPosition) {}