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};
48 uint32_t flags = 0;
49 uint32_t sizeMetaInfo = sizeof(PCodeMetaInfo);
50 uint32_t sizeCodeitem = sizeof(PCodeItem);
51 std::atomic_uint32_t updateLock {0};
52 uint64_t timestamp = 1;