HomeSort by relevance Sort by last modified time
    Searched refs:near_link_pos_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
assembler.h 98 INLINE(void UnuseNear()) { near_link_pos_ = 0; }
101 INLINE(bool is_unused() const) { return pos_ == 0 && near_link_pos_ == 0; }
103 INLINE(bool is_near_linked() const) { return near_link_pos_ > 0; }
108 int near_link_pos() const { return near_link_pos_ - 1; }
120 int near_link_pos_; member in class:v8::internal::BASE_EMBEDDED
128 near_link_pos_ = pos + 1;
  /external/chromium_org/v8/src/
assembler.h 172 INLINE(void UnuseNear()) { near_link_pos_ = 0; }
175 INLINE(bool is_unused() const) { return pos_ == 0 && near_link_pos_ == 0; }
177 INLINE(bool is_near_linked() const) { return near_link_pos_ > 0; }
182 int near_link_pos() const { return near_link_pos_ - 1; }
194 int near_link_pos_; member in class:v8::internal::BASE_EMBEDDED
202 near_link_pos_ = pos + 1;
    [all...]

Completed in 88 milliseconds