Home | History | Annotate | Download | only in ijar

Lines Matching full:slot_

127       slot_(0),
145 return slot_ != 0;
151 if (slot_ == 0) {
153 slot_ = const_pool_out.size(); // BugBot's "narrowing" warning
157 if (slot_ == 0) {
166 return slot_;
169 u2 slot_; // zero => "this constant is unreachable garbage"