Searched defs:MAGIC (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/base/ |
D | file_header.h | 34 …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/ |
D | fibers_test.cpp | 52 static constexpr uint32_t MAGIC = 0xC001BEAF; member in panda::fibers::test::Fiber
|
/arkcompiler/runtime_core/static_core/compiler/code_info/ |
D | code_info.h | 52 static constexpr uint32_t MAGIC = 0xaccadeca; member
|
/arkcompiler/runtime_core/libpandafile/ |
D | file.h | 58 static const std::array<uint8_t, MAGIC_SIZE> MAGIC; variable
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
D | file.h | 56 static const std::array<uint8_t, MAGIC_SIZE> MAGIC; variable
|