Home
last modified time | relevance | path

Searched refs:AddError (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dgraph_checker.cc69 AddError(StringPrintf("Incorrect no-change assertion, " in Run()
106 AddError(StringPrintf( in VisitBasicBlock()
129 AddError(StringPrintf( in VisitBasicBlock()
142 AddError(StringPrintf("Block %d does not end with a branch instruction.", in VisitBasicBlock()
154 AddError(StringPrintf("Unexpected instruction %s:%d jumps into the exit block.", in VisitBasicBlock()
166 AddError(StringPrintf("Block %d has a non-phi in its phi list.", in VisitBasicBlock()
170 AddError(StringPrintf("The recorded last phi of block %d does not match " in VisitBasicBlock()
183 AddError(StringPrintf("Block %d has a phi in its non-phi list.", in VisitBasicBlock()
187 AddError(StringPrintf("The recorded last instruction of block %d does not match " in VisitBasicBlock()
199 AddError(StringPrintf("Catch block %d is a normal successor of block %d.", in VisitBasicBlock()
[all …]
Dgraph_checker.h100 void AddError(const std::string& error) { in AddError() function