Home
last modified time | relevance | path

Searched defs:MAGIC (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dfibers_test.cpp54 static constexpr uint32_t MAGIC = 0xC001BEAF; member in ark::fibers::test::final
/arkcompiler/runtime_core/static_core/compiler/aot/
H A Daot_file.h35 static constexpr std::array MAGIC = {'.', 'a', 'n', '\0'}; member in ark::compiler::AotFile
/arkcompiler/ets_runtime/ecmascript/base/
H A Dfile_header.h35 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 Dfile.h56 static const std::array<uint8_t, MAGIC_SIZE> MAGIC; member in ark::panda_file::File
/arkcompiler/runtime_core/libpandafile/
H A Dfile.h61 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 Dcode_info.h52 static constexpr uint32_t MAGIC = 0xaccadeca; member

Completed in 5 milliseconds