Home
last modified time | relevance | path

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

/art/runtime/
Dprofiler.cc291 profile_table_.ReadPrevious(fd, options_.GetProfileType()); in WriteProfile()
396 profile_table_(wait_lock_), in BackgroundMethodSamplingProfiler()
408 profile_table_.NullMethod(); in ProcessMethod()
417 profile_table_.BootMethod(); in ProcessMethod()
444 profile_table_.Put(method); in RecordMethod()
456 profile_table_.PutStack(stack); in RecordStack()
462 profile_table_.Clear(); in CleanProfile()
466 return profile_table_.Write(os, options_.GetProfileType()); in DumpProfile()
Dprofiler.h222 ProfileSampleResults profile_table_; variable