Searched refs:MODE (Results 1 - 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | bytecode_instruction.h | 219 template <const BytecodeInstMode MODE = BytecodeInstMode::FAST> 222 class BytecodeInst : public BytecodeInstBase<MODE> { 223 using Base = BytecodeInstBase<MODE>; 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>> 242 template <Format FORMAT, typename EnumT = BytecodeInst<MODE>::Opcode, size_t IDX = 0> 254 template <typename EnumT = BytecodeInst<MODE>::Opcode> 259 template <typename EnumT = BytecodeInst<MODE>::Opcode> 263 template <typename EnumT = BytecodeInst<MODE>::Opcode> 278 template <typename EnumT = BytecodeInst<MODE> [all...] |
| H A D | bytecode_instruction-inl.h | 24 template <const BytecodeInstMode MODE> 26 inline auto BytecodeInst<MODE>::ReadHelper(size_t byteoffset, size_t bytecount, size_t offset, size_t width) const in ReadHelper() 48 template <const BytecodeInstMode MODE> 50 inline auto BytecodeInst<MODE>::Read() const in Read() 63 template <const BytecodeInstMode MODE> 65 inline auto BytecodeInst<MODE>::Read64(size_t offset, size_t width) const in Read64() 82 template <const BytecodeInstMode MODE> 84 inline size_t BytecodeInst<MODE>::GetSize() const in GetSize()
|
| H A D | file_writer.cpp | 24 constexpr char const *MODE = "wb"; in FileWriter() local 26 constexpr char const *MODE = "wbe"; in FileWriter() 29 file_ = fopen(fileName.c_str(), MODE); in FileWriter()
|
| H A D | file.cpp | 250 constexpr char const *MODE = "rb"; in OpenPandaFile() local 252 constexpr char const *MODE = "rbe"; in OpenPandaFile() local 255 FILE *fp = fopen(std::string(location).c_str(), MODE); in OpenPandaFile()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | class_initializer.cpp | 34 template <MTModeT MODE> 86 template <MTModeT MODE> 200 template <MTModeT MODE> 201 bool ClassInitializer<MODE>::Initialize(ClassLinker *classLinker, ManagedThread *thread, Class *klass) 208 [[maybe_unused]] typename ClassInitGuard<MODE>::Guard guard(thread->GetVM()->GetThreadManager()); 210 using ObjectLockT = typename ObjectLockConfig<MODE>::LockT; 231 if constexpr (MODE == MT_MODE_TASK) { 241 if constexpr ((MODE == MT_MODE_MULTI) || (MODE == MT_MODE_TASK)) { 248 if constexpr (MODE [all...] |
| H A D | class_initializer.h | 25 template <MTModeT MODE>
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| H A D | g1-evacuate-regions-worker-state.h | 29 template <MTModeT MODE>
|
Completed in 3 milliseconds