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

  /external/chromium_org/v8/src/
assembler.h 160 INLINE(void UnuseNear()) { near_link_pos_ = 0; }
163 INLINE(bool is_unused() const) { return pos_ == 0 && near_link_pos_ == 0; }
165 INLINE(bool is_near_linked() const) { return near_link_pos_ > 0; }
170 int near_link_pos() const { return near_link_pos_ - 1; }
182 int near_link_pos_; member in class:v8::internal::BASE_EMBEDDED
190 near_link_pos_ = pos + 1;
    [all...]
  /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;

Completed in 349 milliseconds