Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.cc49 AddError(StringPrintf( in VisitBasicBlock()
75 AddError(StringPrintf( in VisitBasicBlock()
85 AddError(StringPrintf("Block %d does not end with a branch instruction.", in VisitBasicBlock()
94 AddError(StringPrintf("Block %d has a non-phi in its phi list.", in VisitBasicBlock()
98 AddError(StringPrintf("The recorded last phi of block %d does not match " in VisitBasicBlock()
111 AddError(StringPrintf("Block %d has a phi in its non-phi list.", in VisitBasicBlock()
115 AddError(StringPrintf("The recorded last instruction of block %d does not match " in VisitBasicBlock()
126 AddError(StringPrintf("Instruction %s:%d is a HBoundsCheck, " in VisitBoundsCheck()
138 AddError(StringPrintf("Instruction id %d is duplicate in graph.", in VisitInstruction()
146 AddError(StringPrintf("%s %d in block %d not associated with any block.", in VisitInstruction()
[all …]
Dgraph_checker.h74 void AddError(const std::string& error) { in AddError() function