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

  /art/runtime/
profiler.cc 291 profile_table_.ReadPrevious(fd, options_.GetProfileType());
396 profile_table_(wait_lock_),
408 profile_table_.NullMethod();
417 profile_table_.BootMethod();
444 profile_table_.Put(method);
456 profile_table_.PutStack(stack);
462 profile_table_.Clear();
466 return profile_table_.Write(os, options_.GetProfileType());
profiler.h 222 ProfileSampleResults profile_table_; member in class:art::BackgroundMethodSamplingProfiler

Completed in 62 milliseconds