Searched refs:o_a_h_d_c (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | well_known_classes.cc | 505 Handle<mirror::Class> o_a_h_d_c = in InitFieldsAndMethodsOnly() local 831 CacheField(o_a_h_d_c.Get(), /*is_static=*/ false, "data", "[B"); in InitFieldsAndMethodsOnly() 833 CacheField(o_a_h_d_c.Get(), /*is_static=*/ false, "length", "I"); in InitFieldsAndMethodsOnly() 835 CacheField(o_a_h_d_c.Get(), /*is_static=*/ false, "offset", "I"); in InitFieldsAndMethodsOnly() 837 CacheField(o_a_h_d_c.Get(), /*is_static=*/ false, "type", "I"); in InitFieldsAndMethodsOnly()
|