Home
last modified time | relevance | path

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

/art/dex2oat/dex/
Ddex_to_dex_compiler.cc436 bool fast_path = driver_.ComputeInstanceFieldInfo(field_idx, &unit_, is_put, in CompileInstanceFieldAccess() local
438 if (fast_path && !is_volatile && IsUint<16>(field_offset.Int32Value())) { in CompileInstanceFieldAccess()
/art/dex2oat/driver/
Dcompiler_driver.cc1403 std::pair<bool, bool> fast_path = IsFastInstanceField( in ComputeInstanceFieldInfo() local
1405 can_link = is_put ? fast_path.second : fast_path.first; in ComputeInstanceFieldInfo()