Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.cc70 AddError(StringPrintf("Incorrect no-change assertion, " in Run()
107 AddError(StringPrintf( in VisitBasicBlock()
130 AddError(StringPrintf( in VisitBasicBlock()
143 AddError(StringPrintf("Block %d does not end with a branch instruction.", in VisitBasicBlock()
155 AddError(StringPrintf("Unexpected instruction %s:%d jumps into the exit block.", in VisitBasicBlock()
167 AddError(StringPrintf("Block %d has a non-phi in its phi list.", in VisitBasicBlock()
171 AddError(StringPrintf("The recorded last phi of block %d does not match " in VisitBasicBlock()
184 AddError(StringPrintf("Block %d has a phi in its non-phi list.", in VisitBasicBlock()
188 AddError(StringPrintf("The recorded last instruction of block %d does not match " in VisitBasicBlock()
200 AddError(StringPrintf("Catch block %d is a normal successor of block %d.", in VisitBasicBlock()
[all …]
Dgraph_checker.h116 void AddError(const std::string& error) { in AddError() function