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

/art/compiler/utils/
H A Dassembler.h80 CHECK(!IsLinked());
91 CHECK(IsLinked());
97 bool IsLinked() const { return position_ > 0; } function in class:art::Label
115 CHECK(IsLinked());

Completed in 22 milliseconds