Home
last modified time | relevance | path

Searched refs:BytecodeInstMode (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dbytecode_instruction.h33 enum class BytecodeInstMode { FAST, SAFE }; enum
35 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 …]
Dbytecode_instruction-inl.h24 template <const BytecodeInstMode Mode>
50 template <const BytecodeInstMode Mode>
65 template <const BytecodeInstMode Mode>
84 template <const BytecodeInstMode Mode>
Dfile_reader.cpp1283 using Flags = panda::BytecodeInst<panda::BytecodeInstMode::FAST>::Flags; in AddIndexDependencyInstFlag()
1357 using Flags = panda::BytecodeInst<panda::BytecodeInstMode::FAST>::Flags; in UpdateIdInstFlag()
/arkcompiler/runtime_core/static_core/libpandafile/
Dbytecode_instruction.h33 enum class BytecodeInstMode { FAST, SAFE }; enum
35 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 …]
Dbytecode_instruction-inl.h24 template <const BytecodeInstMode MODE>
48 template <const BytecodeInstMode MODE>
63 template <const BytecodeInstMode MODE>
82 template <const BytecodeInstMode MODE>
Dfile_reader.cpp1074 using Flags = ark::BytecodeInst<ark::BytecodeInstMode::FAST>::Flags; in InstCheckByFlags()
1147 using Flags = ark::BytecodeInst<ark::BytecodeInstMode::FAST>::Flags; in ComputeLayoutAndUpdateIndices()
/arkcompiler/runtime_core/static_core/libpandafile/templates/
Dbytecode_instruction-inl_gen.h.erb19 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 …]
/arkcompiler/runtime_core/libpandafile/templates/
Dbytecode_instruction-inl_gen.h.erb17 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 …]
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_code_parser_context.cpp197 using Flags = ark::BytecodeInst<ark::BytecodeInstMode::FAST>::Flags; in ProcessCodeData()