Searched refs:BytecodeInstMode (Results 1 – 4 of 4) 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>
1262 using Flags = panda::BytecodeInst<panda::BytecodeInstMode::FAST>::Flags; in UpdateCodeAndDebugInfoDependencies()1330 using Flags = panda::BytecodeInst<panda::BytecodeInstMode::FAST>::Flags; in ComputeLayoutAndUpdateIndices()
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 …]