Home | History | Annotate | Download | only in src

Lines Matching refs:kNoPosition

308   // The constant kNoPosition is used with the collecting of source positions
315 // possible break locations. kNoPosition is used to indicate an
317 static const int kNoPosition = -1;
349 POSITION, // See comment for kNoPosition above.
350 STATEMENT_POSITION, // See comment for kNoPosition above.
995 PositionState() : current_position(RelocInfo::kNoPosition),
996 written_position(RelocInfo::kNoPosition),
997 current_statement_position(RelocInfo::kNoPosition),
998 written_statement_position(RelocInfo::kNoPosition) {}