Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Drawheap_translate.h25 struct AddrTableItem { struct
26 uint64_t addr;
27 uint64_t id;
28 uint32_t objSize;
29 uint32_t offset; // offset to the file
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.h82 struct AddrTableItem { struct
90 #define HEAD_NUM_PER_GROUP (PER_GROUP_MEM_SIZE / sizeof(AddrTableItem)) argument