Searched refs:processClassDef (Results 1 – 3 of 3) sorted by relevance
67 boolean processClassDef (String className, in processClassDef() method
216 …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()
53 public boolean processClassDef (final String className, in processClassDef() method in InstrClassLoadHook