Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dfile_header.h30 …static constexpr std::array<uint8_t, MAGIC_SIZE> MAGIC = {'P', 'A', 'N', 'D', 'A', '\0', '\0', '\0… variable
/arkcompiler/runtime_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