Searched refs:o_a_h_d_c (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/art/runtime/ |
H A D | well_known_classes.cc | 508 Handle<mirror::Class> o_a_h_d_c = in InitFieldsAndMethodsOnly() local 840 CacheField(o_a_h_d_c.Get(), /*is_static=*/ false, "data", "[B"); in InitFieldsAndMethodsOnly() 842 CacheField(o_a_h_d_c.Get(), /*is_static=*/ false, "length", "I"); in InitFieldsAndMethodsOnly() 844 CacheField(o_a_h_d_c.Get(), /*is_static=*/ false, "offset", "I"); in InitFieldsAndMethodsOnly() 846 CacheField(o_a_h_d_c.Get(), /*is_static=*/ false, "type", "I"); in InitFieldsAndMethodsOnly()
|