Home
last modified time | relevance | path

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

/cts/tools/dasm/src/dasm/
DDAsm.java106 int method_acc; field in DAsm
412 method_acc = access; in newMethod()
451 enc_method = new EncodedMethod(meth, method_acc, code, tl); in endMethod()
454 || (method_acc & AccessFlags.ACC_STATIC) != 0 in endMethod()
455 || (method_acc & AccessFlags.ACC_PRIVATE) != 0) { in endMethod()