Searched refs:Startup (Results 1 - 6 of 6) sorted by relevance

/art/test/661-oat-writer-layout/src/
H A DGenerated.java25 // - $X$Y$Z is an encoding of MethodHotness flags ($[Hot]$[Startup]$[Poststartup])
35 void m_a$$Startup$() { System.out.println("Don't dedupe me! A::m_a$$Startup$"); }
36 void m_a$Hot$Startup$() { System.out.println("Don't dedupe me! A::m_a$Hot$Startup$"); }
39 void m_a$$Startup$Poststartup() { System.out.println("Don't dedupe me! A::m_a$$Startup$Poststartup"); }
40 void m_a$Hot$Startup$Poststartup() { System.out.println("Don't dedupe me! A::m_a$Hot$Startup$Poststartup"); }
43 void m_b$$Startup
[all...]
/art/runtime/base/
H A Dquasi_atomic.cc31 void QuasiAtomic::Startup() { function in class:art::QuasiAtomic
H A Dquasi_atomic.h55 static void Startup();
/art/runtime/
H A Druntime.cc1152 QuasiAtomic::Startup();
1419 Thread::Startup();
1582 // Startup agents
H A Dthread.h525 static void Startup();
1432 // Has Thread::Startup been called?
H A Dthread.cc2020 void Thread::Startup() { function in class:Thread

Completed in 99 milliseconds