Home | History | Annotate | Download | only in src

Lines Matching refs:edge

7187 static i::HeapGraphEdge* ToInternal(const HeapGraphEdge* edge) {
7189 reinterpret_cast<const i::HeapGraphEdge*>(edge));
7200 i::HeapGraphEdge* edge = ToInternal(this);
7201 switch (edge->type()) {
7208 isolate->factory()->InternalizeUtf8String(edge->name()));
7212 isolate->factory()->NewNumberFromInt(edge->index()));