Home
last modified time | relevance | path

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

/cts/tools/dasm/src/dasm/
DDAsm.java444 CstMethodRef meth = new CstMethodRef(classDef.getThisClass(), in endMethod() local
451 enc_method = new EncodedMethod(meth, method_acc, code, tl); in endMethod()
453 if (meth.isInstanceInit() || meth.isClassInit() in endMethod()