Home
last modified time | relevance | path

Searched defs:number_of_new_methods (Results 1 – 1 of 1) sorted by relevance

/art/runtime/jit/
Dprofile_saver.cc179 uint16_t number_of_new_methods = 0; in Run() local
479 bool ProfileSaver::ProcessProfilingInfo(bool force_save, /*out*/uint16_t* number_of_new_methods) { in ProcessProfilingInfo()