Searched defs:MAGIC (Results 1 - 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/tests/ | ||
| H A D | fibers_test.cpp | 54 static constexpr uint32_t MAGIC = 0xC001BEAF; member in ark::fibers::test::final |
| /arkcompiler/runtime_core/static_core/compiler/aot/ | ||
| H A D | aot_file.h | 35 static constexpr std::array MAGIC = {'.', 'a', 'n', '\0'}; member in ark::compiler::AotFile |
| /arkcompiler/ets_runtime/ecmascript/base/ | ||
| H A D | file_header.h | 35 static constexpr std::array<uint8_t, MAGIC_SIZE> MAGIC = {'P', 'A', 'N', 'D', 'A', '\0', '\0', '\0'}; member in panda::ecmascript::base::FileHeaderBase |
| /arkcompiler/runtime_core/static_core/libpandafile/ | ||
| H A D | file.h | 56 static const std::array<uint8_t, MAGIC_SIZE> MAGIC; member in ark::panda_file::File |
| /arkcompiler/runtime_core/libpandafile/ | ||
| H A D | file.h | 61 static const std::array<uint8_t, MAGIC_SIZE> MAGIC; member in panda::panda_file::File |
| /arkcompiler/runtime_core/static_core/compiler/code_info/ | ||
| H A D | code_info.h | 52 static constexpr uint32_t MAGIC = 0xaccadeca; member |
Completed in 5 milliseconds