Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebug_inf.cpp41 struct PCodeMetaInfo { struct
42 uint32_t version = 1;
43 uint32_t action = CODE_NOACTION;
44 PCodeItem *releventItem = nullptr;
45 std::atomic<PCodeItem *> head {nullptr};
49 uint8_t magic[8] = {'P', 'a', 'n', 'd', 'a', 'r', 't', '1'};
50 uint32_t flags = 0;
51 uint32_t sizeMetaInfo = sizeof(PCodeMetaInfo);
52 uint32_t sizeCodeitem = sizeof(PCodeItem);
53 std::atomic_uint32_t updateLock {0};
[all …]