Home
last modified time | relevance | path

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

/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
DMethodInterceptorGenerator.java166 Local thisclass = e.make_local(); in generateStatic() local
169 e.store_local(thisclass); in generateStatic()
207 e.load_local(thisclass); in generateStatic()
/external/javassist/src/main/javassist/bytecode/
DConstPool.java125 public ConstPool(String thisclass) { in ConstPool() argument
133 thisClassInfo = addClassInfo(thisclass); in ConstPool()