Home
last modified time | relevance | path

Searched defs:Header (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/
Dfile.h58 struct Header { struct
76 struct RegionHeader { argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dprofile_type.h118 struct Header { struct
119 uint8_t magic[kMagicNum] = {};
120 uint8_t ver[kVerNum] = {};
121 uint8_t checkSum[kCheckSumNum] = {};
122 uint8_t profileNum = 0;
123 uint8_t profileFileType = 0;
124 uint8_t pad = 0;
125 uint32_t headerSize = 0;
126 uint32_t stringCount = 0;
127 uint32_t stringTabOff = 0;
[all …]
/arkcompiler/runtime_core/libpandafile/
Dfile.h63 struct Header { struct
80 struct IndexHeader { argument
/arkcompiler/runtime_core/libpandabase/tests/
Dalloc_tracker_test.cpp23 struct Header { struct
24 uint32_t num_items = 0;
25 uint32_t num_stacktraces = 0;
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dalloc_tracker_test.cpp23 struct Header { struct
24 uint32_t numItems = 0;
25 uint32_t numStacktraces = 0;
/arkcompiler/ets_runtime/ecmascript/stackmap/llvm/
Dllvm_stackmap_type.h113 struct Header { struct
114 uint8_t stackmapversion; // Stack Map Version (current version is 3)
115 uint8_t reserved0; // Reserved (expected to be 0)
116 uint16_t reserved1; // Reserved (expected to be 0)
117 void Print() const in Print()
/arkcompiler/runtime_core/docs/
Dfile_format.md200 ### Header subsection
/arkcompiler/runtime_core/static_core/docs/
Dfile_format.md201 ### Header subsection