Home | History | Annotate | Download | only in src

Lines Matching defs:POSITION

64   // Returns the position of bound or linked labels. Cannot be used
70 // and the binding position (via its value) of a label.
72 // pos_ < 0 bound label, pos() returns the jump target position
74 // pos_ > 0 linked label, pos() returns the last reference position
109 // "position" (RelocMode position) and "statement position" (RelocMode
110 // statement_position). The "position" is collected at places in the source
112 // location of a stack frame as close as possible. The "statement position" is
115 // invalid/uninitialized position value.
131 POSITION, // See comment for kNoPosition above.
167 return mode == POSITION || mode == STATEMENT_POSITION;
237 static const int kPositionMask = 1 << POSITION | 1 << STATEMENT_POSITION;
323 // Advance* moves the position before/after reading.