Home
last modified time | relevance | path

Searched refs:FAST (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dbytecode_instruction.h33 enum class BytecodeInstMode { FAST, SAFE }; enumerator
88 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>;
Dfile_reader.cpp1262 using Flags = panda::BytecodeInst<panda::BytecodeInstMode::FAST>::Flags; in UpdateCodeAndDebugInfoDependencies()
1330 using Flags = panda::BytecodeInst<panda::BytecodeInstMode::FAST>::Flags; in ComputeLayoutAndUpdateIndices()