Searched refs:IsCompiled (Results 1 – 4 of 4) sorted by relevance
47 SpecialCaseList::SpecialCaseList() : Entries(), Regexps(), IsCompiled(false) {} in SpecialCaseList()140 assert(!IsCompiled && "compile() should only be called once"); in compile()152 IsCompiled = true; in compile()159 assert(IsCompiled && "SpecialCaseList::compile() was not called!"); in inSection()
138 VIXL_ASSERT(!IsCompiled()); in VISITOR_LIST()153 VIXL_ASSERT(!IsCompiled()); in AddPatterns()168 if (!n->IsCompiled()) { in CompileNodeForBits()171 VIXL_ASSERT(n->IsCompiled()); in CompileNodeForBits()
627 bool IsCompiled() const { return GetCompiledNode() != NULL; } in IsCompiled() function
92 bool IsCompiled; variable