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

  /external/v8/include/
v8-profiler.h 237 kShortcut = 5, // A link that must not be followed during
  /external/v8/src/profiler/
heap-snapshot-generator.h 32 kShortcut = v8::HeapGraphEdge::kShortcut,
47 type() == kInternal || type() == kShortcut || type() == kWeak);
heap-snapshot-generator.cc 27 || type == kShortcut
126 case HeapGraphEdge::kShortcut:
    [all...]
  /external/v8/test/cctest/
test-heap-profiler.cc 75 if (children[i]->type() == i::HeapGraphEdge::kShortcut) continue;
257 f, v8::HeapGraphEdge::kShortcut, "bound_this");
262 f, v8::HeapGraphEdge::kShortcut, "bound_function");
267 f, v8::HeapGraphEdge::kShortcut, "bound_argument_1");
    [all...]
  /external/v8/src/
api.cc     [all...]

Completed in 61 milliseconds