HomeSort by relevance Sort by last modified time
    Searched defs:kNoPosition (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/v8/src/
code-stubs-hydrogen.cc 785 BuildCompareNil(GetParameter(0), type, RelocInfo::kNoPosition, &continuation);
assembler.h 221 // The constant kNoPosition is used with the collecting of source positions
228 // possible break locations. kNoPosition is used to indicate an
230 static const int kNoPosition = -1;
263 POSITION, // See comment for kNoPosition above.
264 STATEMENT_POSITION, // See comment for kNoPosition above.
    [all...]
  /external/v8/src/
assembler.h 159 // The constant kNoPosition is used with the collecting of source positions
166 // possible break locations. kNoPosition is used to indicate an
168 static const int kNoPosition = -1;
201 POSITION, // See comment for kNoPosition above.
202 STATEMENT_POSITION, // See comment for kNoPosition above.
730 PositionState() : current_position(RelocInfo::kNoPosition),
731 written_position(RelocInfo::kNoPosition),
732 current_statement_position(RelocInfo::kNoPosition),
733 written_statement_position(RelocInfo::kNoPosition) {}

Completed in 213 milliseconds