Lines Matching defs:POSITION
105 // Returns the position of bound or linked labels. Cannot be used
112 // and the binding position (via its value) of a label.
114 // pos_ < 0 bound label, pos() returns the jump target position
116 // pos_ > 0 linked label, pos() returns the last reference position
161 // "position" (RelocMode position) and "statement position" (RelocMode
162 // statement_position). The "position" is collected at places in the source
164 // location of a stack frame as close as possible. The "statement position" is
167 // invalid/uninitialized position value.
201 POSITION, // See comment for kNoPosition above.
244 return mode == POSITION || mode == STATEMENT_POSITION;
351 static const int kPositionMask = 1 << POSITION | 1 << STATEMENT_POSITION;
459 // Advance* moves the position before/after reading.
727 // Position recording support
770 // Set current position to pos.
773 // Set current statement position to pos.