HomeSort by relevance Sort by last modified time
    Searched refs:HeapGraphEdge (Results 1 - 5 of 5) sorted by null

  /external/v8/src/profiler/
heap-snapshot-generator-inl.h 14 HeapEntry* HeapGraphEdge::from() const {
19 Isolate* HeapGraphEdge::isolate() const {
24 HeapSnapshot* HeapGraphEdge::snapshot() const {
41 std::deque<HeapGraphEdge*>::iterator HeapEntry::children_begin() {
50 std::deque<HeapGraphEdge*>::iterator HeapEntry::children_end() {
heap-snapshot-generator.h 27 class HeapGraphEdge BASE_EMBEDDED {
30 kContextVariable = v8::HeapGraphEdge::kContextVariable,
31 kElement = v8::HeapGraphEdge::kElement,
32 kProperty = v8::HeapGraphEdge::kProperty,
33 kInternal = v8::HeapGraphEdge::kInternal,
34 kHidden = v8::HeapGraphEdge::kHidden,
35 kShortcut = v8::HeapGraphEdge::kShortcut,
36 kWeak = v8::HeapGraphEdge::kWeak
39 HeapGraphEdge(Type type, const char* name, int from, int to);
40 HeapGraphEdge(Type type, int index, int from, int to)
    [all...]
heap-snapshot-generator.cc 26 HeapGraphEdge::HeapGraphEdge(Type type, const char* name, int from, int to)
38 HeapGraphEdge::HeapGraphEdge(Type type, int index, int from, int to)
46 void HeapGraphEdge::ReplaceToIndexWithEntry(HeapSnapshot* snapshot) {
69 void HeapEntry::SetNamedReference(HeapGraphEdge::Type type,
72 HeapGraphEdge edge(type, name, this->index(), entry->index());
78 void HeapEntry::SetIndexedReference(HeapGraphEdge::Type type,
81 HeapGraphEdge edge(type, index, this->index(), entry->index());
108 HeapGraphEdge& edge = **i
    [all...]
  /external/v8/include/
v8-profiler.h 344 class V8_EXPORT HeapGraphEdge {
360 /** Returns edge type (see HeapGraphEdge::Type). */
422 const HeapGraphEdge* GetChild(int index) const;
  /external/v8/src/
api.cc     [all...]

Completed in 76 milliseconds