Home
last modified time | relevance | path

Searched defs:MAGIC (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dfile_header.h34 …static constexpr std::array<uint8_t, MAGIC_SIZE> MAGIC = {'P', 'A', 'N', 'D', 'A', '\0', '\0', '\0… variable
/arkcompiler/runtime_core/static_core/runtime/tests/
Dfibers_test.cpp52 static constexpr uint32_t MAGIC = 0xC001BEAF; member in panda::fibers::test::Fiber
/arkcompiler/runtime_core/static_core/compiler/code_info/
Dcode_info.h52 static constexpr uint32_t MAGIC = 0xaccadeca; member
/arkcompiler/runtime_core/libpandafile/
Dfile.h58 static const std::array<uint8_t, MAGIC_SIZE> MAGIC; variable
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile.h56 static const std::array<uint8_t, MAGIC_SIZE> MAGIC; variable