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

  /external/v8/test/cctest/
test-heap-profiler.cc 176 GetProperty(f, v8::HeapGraphEdge::kInternal, "bindings");
252 GetProperty(compiled, v8::HeapGraphEdge::kInternal, "shared");
255 GetProperty(lazy, v8::HeapGraphEdge::kInternal, "shared");
322 GetProperty(child_string, v8::HeapGraphEdge::kInternal, "parent");
341 CHECK_EQ(NULL, GetProperty(global_node, v8::HeapGraphEdge::kInternal, "0"));
343 CHECK_NE(NULL, GetProperty(global_node, v8::HeapGraphEdge::kInternal, "1"));
391 GetProperty(e1, v8::HeapGraphEdge::kInternal, "elements");
400 GetProperty(e2, v8::HeapGraphEdge::kInternal, "elements");
903 CHECK_EQ(aaa, GetProperty(n_AAA, v8::HeapGraphEdge::kInternal, "native"));
904 CHECK_EQ(aaa, GetProperty(n_BBB, v8::HeapGraphEdge::kInternal, "native"))
    [all...]
  /external/v8/include/
v8-profiler.h 217 kInternal = 3, // A link that can't be accessed from JS,
  /external/v8/src/
profile-generator.h 458 kInternal = v8::HeapGraphEdge::kInternal,
477 || type_ == kInternal
    [all...]
profile-generator.cc 937 || type == kInternal
1050 case HeapGraphEdge::kInternal:
    [all...]
api.cc     [all...]

Completed in 647 milliseconds