Home | History | Annotate | Download | only in driver

Lines Matching refs:fast_path

1086     std::pair<bool, bool> fast_path = IsFastInstanceField(
1088 can_link = is_put ? fast_path.second : fast_path.first;
1139 std::pair<bool, bool> fast_path = IsFastStaticField(
1142 result = is_put ? fast_path.second : fast_path.first;