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

/art/compiler/utils/
H A Dassembler.h91 return IsBound() ? -position_ - sizeof(void*) : position_ - sizeof(void*);
99 bool IsBound() const { return position_ < 0; } function in class:art::Label
111 CHECK(!IsBound());
113 CHECK(IsBound());
117 CHECK(!IsBound());

Completed in 32 milliseconds