Home
last modified time | relevance | path

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

/art/runtime/
Dprofiler.h180 void RecordMethod(ArtMethod *method) SHARED_REQUIRES(Locks::mutator_lock_);
Dprofiler.cc107 profiler->RecordMethod(method); in GetSample()
442 void BackgroundMethodSamplingProfiler::RecordMethod(ArtMethod* method) { in RecordMethod() function in art::BackgroundMethodSamplingProfiler