Searched refs:FAST (Results 1 – 2 of 2) sorted by relevance
33 enum class BytecodeInstMode { FAST, SAFE }; enumerator88 class BytecodeInstBase<BytecodeInstMode::FAST> {219 template <const BytecodeInstMode Mode = BytecodeInstMode::FAST>232 …emplate <const BytecodeInstMode M = Mode, typename = std::enable_if_t<M == BytecodeInstMode::FAST>>285 auto JumpTo(int32_t offset) const -> std::enable_if_t<M == BytecodeInstMode::FAST, BytecodeInst>409 using BytecodeInstruction = BytecodeInst<BytecodeInstMode::FAST>;
1262 using Flags = panda::BytecodeInst<panda::BytecodeInstMode::FAST>::Flags; in UpdateCodeAndDebugInfoDependencies()1330 using Flags = panda::BytecodeInst<panda::BytecodeInstMode::FAST>::Flags; in ComputeLayoutAndUpdateIndices()