Home | History | Annotate | Download | only in src

Lines Matching defs:POSITION

179   // Returns the position of bound or linked labels. Cannot be used
186 // and the binding position (via its value) of a label.
188 // pos_ < 0 bound label, pos() returns the jump target position
190 // pos_ > 0 linked label, pos() returns the last reference position
234 // "position" (RelocMode position) and "statement position" (RelocMode
235 // statement_position). The "position" is collected at places in the source
237 // location of a stack frame as close as possible. The "statement position" is
240 // invalid/uninitialized position value.
274 POSITION, // See comment for kNoPosition above.
347 return mode == POSITION || mode == STATEMENT_POSITION;
464 // either is position-relative or movable by the garbage collector.
478 static const int kPositionMask = 1 << POSITION | 1 << STATEMENT_POSITION;
582 // Advance* moves the position before/after reading.
908 // Position recording support
960 // Set current position to pos.
963 // Set current statement position to pos.