Home | History | Annotate | Download | only in src

Lines Matching refs:HeapGraphEdge

5954 static i::HeapGraphEdge* ToInternal(const HeapGraphEdge* edge) {
5955 return const_cast<i::HeapGraphEdge*>(
5956 reinterpret_cast<const i::HeapGraphEdge*>(edge));
5960 HeapGraphEdge::Type HeapGraphEdge::GetType() const {
5962 IsDeadCheck(isolate, "v8::HeapGraphEdge::GetType");
5963 return static_cast<HeapGraphEdge::Type>(ToInternal(this)->type());
5967 Handle<Value> HeapGraphEdge::GetName() const {
5969 IsDeadCheck(isolate, "v8::HeapGraphEdge::GetName");
5970 i::HeapGraphEdge* edge = ToInternal(this);
5972 case i::HeapGraphEdge::kContextVariable:
5973 case i::HeapGraphEdge::kInternal:
5974 case i::HeapGraphEdge::kProperty:
5975 case i::HeapGraphEdge::kShortcut:
5978 case i::HeapGraphEdge::kElement:
5979 case i::HeapGraphEdge::kHidden:
5988 const HeapGraphNode* HeapGraphEdge::GetFromNode() const {
5990 IsDeadCheck(isolate, "v8::HeapGraphEdge::GetFromNode");
5996 const HeapGraphNode* HeapGraphEdge::GetToNode() const {
5998 IsDeadCheck(isolate, "v8::HeapGraphEdge::GetToNode");
6053 const HeapGraphEdge* HeapGraphNode::GetChild(int index) const {
6056 return reinterpret_cast<const HeapGraphEdge*>(
6068 const HeapGraphEdge* HeapGraphNode::GetRetainer(int index) const {
6071 return reinterpret_cast<const HeapGraphEdge*>(