Searched refs:kShortcut (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/v8/src/ |
D | heap-snapshot-generator.h | 27 kShortcut = v8::HeapGraphEdge::kShortcut, enumerator 45 || type_ == kShortcut in name()
|
D | heap-snapshot-generator.cc | 28 || type == kShortcut in HeapGraphEdge() 128 case HeapGraphEdge::kShortcut: in Print() 1949 filler_->SetNamedReference(HeapGraphEdge::kShortcut, in SetNativeBindReference() 2099 HeapGraphEdge::kShortcut, in SetUserGlobalReference()
|
D | api.cc | 7205 case i::HeapGraphEdge::kShortcut: in GetName()
|
/external/chromium_org/v8/include/ |
D | v8-profiler.h | 194 kShortcut = 5, // A link that must not be followed during enumerator
|
/external/chromium_org/v8/test/cctest/ |
D | test-heap-profiler.cc | 76 if (children[i]->type() == i::HeapGraphEdge::kShortcut) continue; in CheckAllReachables() 267 f, v8::HeapGraphEdge::kShortcut, "bound_this"); in TEST() 272 f, v8::HeapGraphEdge::kShortcut, "bound_function"); in TEST() 277 f, v8::HeapGraphEdge::kShortcut, "bound_argument_1"); in TEST() 2111 if (edge->GetType() == v8::HeapGraphEdge::kShortcut) { in TEST()
|