Home
last modified time | relevance | path

Searched defs:CompileError (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/tools/profile_reset/
Djtl_compiler.h38 struct CompileError { struct
49 CompileError() : line_number(0), error_code(ERROR_NONE) {} in CompileError() function
50 CompileError(size_t line_number, in CompileError() argument
68 CompileError* error); argument
/external/javassist/src/main/javassist/compiler/
DCompileError.java21 public class CompileError extends Exception { class
25 public CompileError(String s, Lex l) { in CompileError() method in CompileError
30 public CompileError(String s) { in CompileError() method in CompileError
35 public CompileError(CannotCompileException e) { in CompileError() method in CompileError
39 public CompileError(NotFoundException e) { in CompileError() method in CompileError