Searched refs:native_method_count (Results 1 – 1 of 1) sorted by relevance
49 uint32_t native_method_count = 0; in GetNativeMethodCount() local51 native_method_count += m.IsNative() ? 1u : 0u; in GetNativeMethodCount()53 return native_method_count; in GetNativeMethodCount()