Home
last modified time | relevance | path

Searched refs:fast_path (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/driver/
Dcompiler_driver.cc1320 std::pair<bool, bool> fast_path = IsFastInstanceField( in ComputeInstanceFieldInfo() local
1322 can_link = is_put ? fast_path.second : fast_path.first; in ComputeInstanceFieldInfo()