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

/art/compiler/driver/
H A Dcompiler_driver-inl.h98 bool fast_put = fast_get && (!resolved_field->IsFinal() || fields_class == referrer_class); local
99 return std::make_pair(fast_get, fast_put);

Completed in 83 milliseconds