Home
last modified time | relevance | path

Searched refs:profile_table_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dprofiler.cc288 profile_table_.ReadPrevious(fd, options_.GetProfileType()); in WriteProfile()
393 profile_table_(wait_lock_), in BackgroundMethodSamplingProfiler()
405 profile_table_.NullMethod(); in ProcessMethod()
414 profile_table_.BootMethod(); in ProcessMethod()
441 profile_table_.Put(method); in RecordMethod()
453 profile_table_.PutStack(stack); in RecordStack()
459 profile_table_.Clear(); in CleanProfile()
463 return profile_table_.Write(os, options_.GetProfileType()); in DumpProfile()
Dprofiler.h222 ProfileSampleResults profile_table_; variable