Searched defs:IsBound (Results 1 - 1 of 1) sorted by relevance

/art/compiler/utils/
H A Dlabel.h89 return IsBound() ? -position_ - sizeof(void*) : position_ - sizeof(void*);
97 bool IsBound() const { return position_ < 0; } function in class:art::Label
109 CHECK(!IsBound());
111 CHECK(IsBound());
115 CHECK(!IsBound());

Completed in 61 milliseconds