Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Drawheap_dump.h103 struct AddrTableItem { struct
104 uint64_t addr;
105 uint64_t id;
129 struct AddrTableItem { struct
130 uint32_t syntheticAddr;
131 uint32_t size;
132 uint64_t nodeId;
133 uint32_t nativeSize;
134 uint32_t type;
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Drawheap_translate.h77 struct AddrTableItem { struct
78 uint64_t addr = 0;
79 uint64_t id = 0;
80 uint32_t objSize = 0;
81 uint32_t offset = 0;