Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver.cc246 class ScopedDefaultPriority { class
248 explicit ScopedDefaultPriority(pthread_t thread) : thread_(thread) { in ScopedDefaultPriority() function in art::ScopedDefaultPriority
252 ~ScopedDefaultPriority() { in ~ScopedDefaultPriority()
328 std::unique_ptr<ScopedDefaultPriority> sdp; in SampleClassesAndExecutedMethods()
332 sdp.reset(new ScopedDefaultPriority(profiler_pthread)); in SampleClassesAndExecutedMethods()