Searched refs:kShortcut (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/profiler/ |
D | heap-snapshot-generator.h | 32 kShortcut = v8::HeapGraphEdge::kShortcut, enumerator 47 type() == kInternal || type() == kShortcut || type() == kWeak); in name()
|
D | heap-snapshot-generator.cc | 27 || type == kShortcut in HeapGraphEdge() 126 case HeapGraphEdge::kShortcut: in Print() 1920 filler_->SetNamedReference(HeapGraphEdge::kShortcut, in SetNativeBindReference() 2084 HeapGraphEdge::kShortcut, in SetUserGlobalReference()
|
/external/v8/include/ |
D | v8-profiler.h | 237 kShortcut = 5, // A link that must not be followed during enumerator
|
/external/v8/test/cctest/ |
D | test-heap-profiler.cc | 75 if (children[i]->type() == i::HeapGraphEdge::kShortcut) continue; in CheckAllReachables() 257 f, v8::HeapGraphEdge::kShortcut, "bound_this"); in TEST() 262 f, v8::HeapGraphEdge::kShortcut, "bound_function"); in TEST() 267 f, v8::HeapGraphEdge::kShortcut, "bound_argument_1"); in TEST() 2166 if (edge->GetType() == v8::HeapGraphEdge::kShortcut) { in TEST()
|
/external/v8/src/ |
D | api.cc | 8098 case i::HeapGraphEdge::kShortcut: in GetName()
|