Home
last modified time | relevance | path

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

/external/emma/core/java12/com/vladium/emma/rt/
DIClassLoadHook.java67 boolean processClassDef (String className, in processClassDef() method
DInstrClassLoader.java216 …if ((m_hook != null) && m_hook.processClassDef (name, bytes, length, baos)) // note: this can over… in findClass()
276 …if ((m_hook != null) && m_hook.processClassDef (name, bytes, length, baos)) // note: this can over… in findClass()
DInstrClassLoadHook.java53 public boolean processClassDef (final String className, in processClassDef() method in InstrClassLoadHook