Searched full:is_fastpath (Results 1 – 5 of 5) sorted by relevance
32 is_fastpath: false52 is_fastpath: false72 is_fastpath: false92 is_fastpath: false112 is_fastpath: false132 is_fastpath: false152 is_fastpath: false172 is_fastpath: false192 is_fastpath: false212 is_fastpath: false[all …]
73 is_fastpath: <%= intrinsic.respond_to?(:is_fastpath) ? intrinsic.is_fastpath : false %>
65 % Compiler::intrinsics.select(&:is_fastpath).each do |intrinsic|
84 template <bool IS_FASTPATH, typename... Args>104 ASSERT(IS_FASTPATH == GetRuntime()->IsEntrypointFastPath(id)); in CallEntrypoint()108 FillOnlyParameters(&liveRegs, sizeof...(Args), IS_FASTPATH); in CallEntrypoint()
251 template <bool IS_FASTPATH, typename... Args>