HomeSort by relevance Sort by last modified time
    Searched full:native_method_count (Results 1 - 1 of 1) sorted by null

  /art/runtime/
native_bridge_art_interface.cc 49 uint32_t native_method_count = 0; local
51 native_method_count += m.IsNative() ? 1u : 0u;
53 return native_method_count;

Completed in 69 milliseconds