Searched refs:j_l_Daemons (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | well_known_classes.cc | 447 Handle<mirror::Class> j_l_Daemons = in InitFieldsAndMethodsOnly() local 575 j_l_Daemons.Get(), /*is_static=*/ true, "start", "()V", pointer_size); in InitFieldsAndMethodsOnly() 577 j_l_Daemons.Get(), /*is_static=*/ true, "stop", "()V", pointer_size); in InitFieldsAndMethodsOnly() 579 j_l_Daemons.Get(), /*is_static=*/ true, "waitForDaemonStart", "()V", pointer_size); in InitFieldsAndMethodsOnly()
|