Searched defs:magic (Results 1 – 14 of 14) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | bin_mir_file.h | 44 char magic[kMagicSize]; // “HWCMPL”, or "HWLOS_" member
|
| /arkcompiler/runtime_core/libziparchive/ |
| D | zip_archive.cpp | 27 bool IsZipMagic(uint32_t magic) in IsZipMagic()
|
| /arkcompiler/runtime_core/static_core/libziparchive/ |
| D | zip_archive.cpp | 27 bool IsZipMagic(uint32_t magic) in IsZipMagic()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| D | debug_inf.cpp | 49 uint8_t magic[8] = {'P', 'a', 'n', 'd', 'a', 'r', 't', '1'}; member
|
| /arkcompiler/runtime_core/static_core/compiler/aot/ |
| D | aot_headers.h | 29 alignas(alignof(uint32_t)) std::array<char, AOT_HEADER_MAGIC_SIZE> magic; member
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | file_test.cpp | 236 const std::vector<uint8_t> magic = {'P', 'K'}; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | profile_type.h | 119 uint8_t magic[kMagicNum] = {}; member
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file.h | 61 std::array<uint8_t, MAGIC_SIZE> magic; member
|
| D | file.cpp | 195 uint32_t magic; in OpenPandaFile() local
|
| D | file_item_container.cpp | 597 std::vector<uint8_t> magic; in WriteHeader() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | file.cpp | 201 uint32_t magic; in OpenPandaFile() local
|
| D | file.h | 59 std::array<uint8_t, MAGIC_SIZE> magic; member
|
| D | file_item_container.cpp | 620 std::vector<uint8_t> magic; in WriteHeader() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | bin_mpl_import.cpp | 1587 int32 magic = ReadInt(); in ImportForSrcLang() local 1616 int32 magic = ReadInt(); in Import() local
|