Searched refs:BytecodeInstMode (Results 1 – 9 of 9) sorted by relevance
33 enum class BytecodeInstMode { FAST, SAFE }; enum35 template <const BytecodeInstMode>88 class BytecodeInstBase<BytecodeInstMode::FAST> {136 class BytecodeInstBase<BytecodeInstMode::SAFE> {219 template <const BytecodeInstMode Mode = BytecodeInstMode::FAST>232 …template <const BytecodeInstMode M = Mode, typename = std::enable_if_t<M == BytecodeInstMode::FAST…237 …template <const BytecodeInstMode M = Mode, typename = std::enable_if_t<M == BytecodeInstMode::SAFE…284 template <const BytecodeInstMode M = Mode>285 auto JumpTo(int32_t offset) const -> std::enable_if_t<M == BytecodeInstMode::FAST, BytecodeInst>290 template <const BytecodeInstMode M = Mode>[all …]
24 template <const BytecodeInstMode Mode>50 template <const BytecodeInstMode Mode>65 template <const BytecodeInstMode Mode>84 template <const BytecodeInstMode Mode>
1283 using Flags = panda::BytecodeInst<panda::BytecodeInstMode::FAST>::Flags; in AddIndexDependencyInstFlag()1357 using Flags = panda::BytecodeInst<panda::BytecodeInstMode::FAST>::Flags; in UpdateIdInstFlag()
33 enum class BytecodeInstMode { FAST, SAFE }; enum35 template <const BytecodeInstMode>88 class BytecodeInstBase<BytecodeInstMode::FAST> {136 class BytecodeInstBase<BytecodeInstMode::SAFE> {219 template <const BytecodeInstMode MODE = BytecodeInstMode::FAST>232 …template <const BytecodeInstMode M = MODE, typename = std::enable_if_t<M == BytecodeInstMode::FAST…237 …template <const BytecodeInstMode M = MODE, typename = std::enable_if_t<M == BytecodeInstMode::SAFE…294 template <const BytecodeInstMode M = MODE>295 auto JumpTo(int32_t offset) const -> std::enable_if_t<M == BytecodeInstMode::FAST, BytecodeInst>300 template <const BytecodeInstMode M = MODE>[all …]
24 template <const BytecodeInstMode MODE>48 template <const BytecodeInstMode MODE>63 template <const BytecodeInstMode MODE>82 template <const BytecodeInstMode MODE>
1074 using Flags = ark::BytecodeInst<ark::BytecodeInstMode::FAST>::Flags; in InstCheckByFlags()1147 using Flags = ark::BytecodeInst<ark::BytecodeInstMode::FAST>::Flags; in ComputeLayoutAndUpdateIndices()
19 template<const BytecodeInstMode MODE>38 template<const BytecodeInstMode MODE>57 template<const BytecodeInstMode MODE>76 template<const BytecodeInstMode MODE>91 template<const BytecodeInstMode MODE>103 template<const BytecodeInstMode MODE>115 template<const BytecodeInstMode MODE>126 template <const BytecodeInstMode MODE>151 template <const BytecodeInstMode MODE>182 template <const BytecodeInstMode MODE>[all …]
17 template<const BytecodeInstMode Mode>36 template<const BytecodeInstMode Mode>55 template<const BytecodeInstMode Mode>74 template<const BytecodeInstMode Mode>88 template <const BytecodeInstMode Mode>118 template <const BytecodeInstMode Mode>149 template<const BytecodeInstMode Mode>182 template <const BytecodeInstMode Mode>209 template<const BytecodeInstMode Mode>246 template <const BytecodeInstMode Mode>[all …]
197 using Flags = ark::BytecodeInst<ark::BytecodeInstMode::FAST>::Flags; in ProcessCodeData()