Searched defs:fast_path (Results 1 - 2 of 2) sorted by relevance

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

Completed in 45 milliseconds