Searched refs:m_excludeSyntheticMethods (Results 1 – 2 of 2) sorted by relevance
27 return m_excludeSyntheticMethods; in excludeSyntheticMethods()53 m_excludeSyntheticMethods = excludeSyntheticMethods; in CoverageOptions()70 out.writeBoolean (options.m_excludeSyntheticMethods); in writeExternal()78 private final boolean m_excludeSyntheticMethods; field in CoverageOptions
61 m_excludeSyntheticMethods = options.excludeSyntheticMethods (); in InstrVisitor()394 if (m_excludeSyntheticMethods && method.isSynthetic ()) in visit()2136 private final boolean m_excludeSyntheticMethods;