Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver.cc252 class ScopedDefaultPriority { class
254 explicit ScopedDefaultPriority(pthread_t thread) : thread_(thread) { in ScopedDefaultPriority() function in art::ScopedDefaultPriority
258 ~ScopedDefaultPriority() { in ~ScopedDefaultPriority()
334 std::unique_ptr<ScopedDefaultPriority> sdp; in SampleClassesAndExecutedMethods()
338 sdp.reset(new ScopedDefaultPriority(profiler_pthread)); in SampleClassesAndExecutedMethods()