Home
last modified time | relevance | path

Searched refs:near_link_pos_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dassembler.h98 INLINE(void UnuseNear()) { near_link_pos_ = 0; } in INLINE()
101 INLINE(bool is_unused() const) { return pos_ == 0 && near_link_pos_ == 0; } in INLINE()
103 INLINE(bool is_near_linked() const) { return near_link_pos_ > 0; } in INLINE()
108 int near_link_pos() const { return near_link_pos_ - 1; } in near_link_pos()
120 int near_link_pos_; variable
128 near_link_pos_ = pos + 1;
/external/chromium_org/v8/src/
Dassembler.h172 INLINE(void UnuseNear()) { near_link_pos_ = 0; } in INLINE()
175 INLINE(bool is_unused() const) { return pos_ == 0 && near_link_pos_ == 0; } in INLINE()
177 INLINE(bool is_near_linked() const) { return near_link_pos_ > 0; } in INLINE()
182 int near_link_pos() const { return near_link_pos_ - 1; } in near_link_pos()
194 int near_link_pos_; variable
202 near_link_pos_ = pos + 1;