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

  /external/v8/test/cctest/
test-heap-profiler.cc 36 if (children[i].type() == i::HeapGraphEdge::kShortcut) continue;
112 GetProperty(global_env2, v8::HeapGraphEdge::kShortcut, "a2");
115 NULL, GetProperty(global_env2, v8::HeapGraphEdge::kShortcut, "b2_1"));
117 NULL, GetProperty(global_env2, v8::HeapGraphEdge::kShortcut, "b2_2"));
118 CHECK_NE(NULL, GetProperty(global_env2, v8::HeapGraphEdge::kShortcut, "c2"));
145 GetProperty(global, v8::HeapGraphEdge::kShortcut, "x");
172 GetProperty(global, v8::HeapGraphEdge::kShortcut, "boundFunction");
182 f, v8::HeapGraphEdge::kShortcut, "bound_this");
187 f, v8::HeapGraphEdge::kShortcut, "bound_function");
192 f, v8::HeapGraphEdge::kShortcut, "bound_argument_1")
    [all...]
  /external/v8/include/
v8-profiler.h 222 kShortcut = 5, // A link that must not be followed during
  /external/v8/src/
profile-generator.h 460 kShortcut = v8::HeapGraphEdge::kShortcut,
478 || type_ == kShortcut);
    [all...]
profile-generator.cc 938 || type == kShortcut);
    [all...]
api.cc     [all...]

Completed in 188 milliseconds