Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler.cpp564 std::atomic<uint64_t> &offset, uint64_t offBase) in CopyObjectMem()
573 item.offset = curOffset + offBase; in CopyObjectMem()
608 uint64_t offBase = objMemStart - reinterpret_cast<uint64_t>(chunk); in BinaryDump() local
611 auto threadMain = [&offset, &index, heapObjData, table, heapTotalCnt, offBase]() { in BinaryDump()
612 CopyObjectMem(heapObjData, table, heapTotalCnt, index, offset, offBase); in BinaryDump()
622 header[3] = offBase + heapTotalSize; // 3: string table offset in BinaryDump()
624 stream->WriteBinBlock(chunk, offBase); in BinaryDump()
563 CopyObjectMem(char *chunk, AddrTableItem *table, uint64_t len, std::atomic<uint64_t> &index, std::atomic<uint64_t> &offset, uint64_t offBase) CopyObjectMem() argument

Completed in 2 milliseconds