Home
last modified time | relevance | path

Searched defs:magic (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dbin_mir_file.h44 char magic[kMagicSize]; // “HWCMPL”, or "HWLOS_" member
/arkcompiler/runtime_core/libziparchive/
Dzip_archive.cpp27 bool IsZipMagic(uint32_t magic) in IsZipMagic()
/arkcompiler/runtime_core/static_core/libziparchive/
Dzip_archive.cpp27 bool IsZipMagic(uint32_t magic) in IsZipMagic()
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebug_inf.cpp49 uint8_t magic[8] = {'P', 'a', 'n', 'd', 'a', 'r', 't', '1'}; member
/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_headers.h29 alignas(alignof(uint32_t)) std::array<char, AOT_HEADER_MAGIC_SIZE> magic; member
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_test.cpp236 const std::vector<uint8_t> magic = {'P', 'K'}; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dprofile_type.h119 uint8_t magic[kMagicNum] = {}; member
/arkcompiler/runtime_core/libpandafile/
Dfile.h61 std::array<uint8_t, MAGIC_SIZE> magic; member
Dfile.cpp195 uint32_t magic; in OpenPandaFile() local
Dfile_item_container.cpp597 std::vector<uint8_t> magic; in WriteHeader() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile.cpp201 uint32_t magic; in OpenPandaFile() local
Dfile.h59 std::array<uint8_t, MAGIC_SIZE> magic; member
Dfile_item_container.cpp620 std::vector<uint8_t> magic; in WriteHeader() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_mpl_import.cpp1587 int32 magic = ReadInt(); in ImportForSrcLang() local
1616 int32 magic = ReadInt(); in Import() local