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 165 uint16_t number_of_new_methods = 0; local
167 bool profile_saved_to_disk = ProcessProfilingInfo(/*force_save*/false, &number_of_new_methods);
172 // Set the jit activity notifications to number_of_new_methods so we can wake up earlier
174 jit_activity_notifications_ = number_of_new_methods;
462 bool ProfileSaver::ProcessProfilingInfo(bool force_save, /*out*/uint16_t* number_of_new_methods) {
476 if (number_of_new_methods != nullptr) {
477 *number_of_new_methods = 0;
530 if (number_of_new_methods != nullptr) {
531 *number_of_new_methods =
533 *number_of_new_methods);
    [all...]
profile_saver.h 79 // If number_of_new_methods is not null, after the call it will contain the number of new methods
83 bool ProcessProfilingInfo(bool force_save, /*out*/uint16_t* number_of_new_methods)

Completed in 199 milliseconds