Home
last modified time | relevance | path

Searched refs:u64Ptr (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler.cpp209 auto u64Ptr = reinterpret_cast<uint64_t *>(mapAddr); in ChunkDecoder() local
211 heapObjCnt = u64Ptr[currInd++]; in ChunkDecoder()
212 rootObjCnt = u64Ptr[currInd++]; in ChunkDecoder()
213 shareObjCnt = u64Ptr[currInd++]; in ChunkDecoder()
214 strTableOffset = u64Ptr[currInd++]; in ChunkDecoder()
220 rootAddrSet.insert(u64Ptr[currInd++]); in ChunkDecoder()
223 auto table = reinterpret_cast<AddrTableItem *>(&u64Ptr[currInd]); in ChunkDecoder()
249 auto u64Ptr = reinterpret_cast<const uint64_t *>(charPtr + currInd); in DecodeStrTable() local
250 auto strCnt = *u64Ptr; in DecodeStrTable()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_dump_test.cpp1132 auto u64Ptr = reinterpret_cast<const uint64_t *>(content.c_str()); in HWTEST_F_L0() local
1133 ASSERT_TRUE(*u64Ptr > 0); in HWTEST_F_L0()

Completed in 5 milliseconds