HomeSort by relevance Sort by last modified time
    Searched refs:number_of_new_methods (Results 1 - 2 of 2) sorted by null

  /art/runtime/jit/
profile_saver.cc 197 uint16_t number_of_new_methods = 0; local
199 bool profile_saved_to_disk = ProcessProfilingInfo(/*force_save=*/false, &number_of_new_methods);
204 // Set the jit activity notifications to number_of_new_methods so we can wake up earlier
206 jit_activity_notifications_ = number_of_new_methods;
505 bool ProfileSaver::ProcessProfilingInfo(bool force_save, /*out*/uint16_t* number_of_new_methods) {
519 if (number_of_new_methods != nullptr) {
520 *number_of_new_methods = 0;
598 if (number_of_new_methods != nullptr) {
599 *number_of_new_methods =
601 *number_of_new_methods);
    [all...]
profile_saver.h 82 // If number_of_new_methods is not null, after the call it will contain the number of new methods
86 bool ProcessProfilingInfo(bool force_save, /*out*/uint16_t* number_of_new_methods)

Completed in 129 milliseconds