Searched refs:edgeOffset (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
H A D | heap_snapshot.cpp | 1133 void HeapSnapshot::AddSyntheticRootForBinMod(RawHeapObjInfo *objInfo, int &edgeOffset, Node *syntheticRoot) in AddSyntheticRootForBinMod() argument 1143 InsertEdgeAt(edgeOffset, edge); in AddSyntheticRootForBinMod() 1144 edgeOffset++; in AddSyntheticRootForBinMod() 1167 int edgeOffset = 0; in BuildSnapshotForBinMod() local 1170 AddSyntheticRootForBinMod(objInfo, edgeOffset, syntheticRoot); in BuildSnapshotForBinMod() 1265 int edgeOffset = 0; in AddSyntheticRoot() local 1280 InsertEdgeAt(edgeOffset, edge); \ in AddSyntheticRoot() 1281 edgeOffset++; \ in AddSyntheticRoot() 1288 RootVisitor rootEdgeBuilder = [this, syntheticRoot, &edgeOffset, &values]( in AddSyntheticRoot() 1297 RootRangeVisitor rootRangeEdgeBuilder = [this, syntheticRoot, &edgeOffset, in AddSyntheticRoot() [all...] |
H A D | heap_snapshot.h | 545 void AddSyntheticRootForBinMod(RawHeapObjInfo *objInfoVec, int &edgeOffset, Node *syntheticRoot);
|
Completed in 5 milliseconds