Home
last modified time | relevance | path

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

/cts/tools/dex-tools/src/dex/reader/
DDexMethodImpl.java37 /* package */final class DexMethodImpl implements DexMethod { class
54 public DexMethodImpl(DexBuffer buffer, DexClass declaringClass, in DexMethodImpl() method in DexMethodImpl
DDexClassImpl.java296 dexMethods.add(new DexMethodImpl(buffer, this, in getDexMethods()