HomeSort by relevance Sort by last modified time
    Searched full:handlermethod (Results 1 - 4 of 4) sorted by null

  /external/javassist/sample/evolve/
Evolution.java 21 public final static String handlerMethod = "_makeInstance";
56 converter.replaceNew(absClass, absClass, handlerMethod);
135 CtMethod wm = CtNewMethod.wrapped(absClass, handlerMethod, c
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 27 template<bool (COFFAsmParser::*HandlerMethod)(StringRef, SMLoc)>
30 this, HandleDirective<COFFAsmParser, HandlerMethod>);
ELFAsmParser.cpp 25 template<bool (ELFAsmParser::*HandlerMethod)(StringRef, SMLoc)>
28 this, HandleDirective<ELFAsmParser, HandlerMethod>);
DarwinAsmParser.cpp 29 template<bool (DarwinAsmParser::*HandlerMethod)(StringRef, SMLoc)>
32 this, HandleDirective<DarwinAsmParser, HandlerMethod>);

Completed in 556 milliseconds