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

  /external/chromium_org/v8/include/
v8-profiler.h 503 static const uint16_t kPersistentHandleNoClassId = 0;
  /external/chromium_org/v8/src/
global-handles.cc 64 class_id_ = v8::HeapProfiler::kPersistentHandleNoClassId;
86 class_id_ = v8::HeapProfiler::kPersistentHandleNoClassId;
100 class_id_ = v8::HeapProfiler::kPersistentHandleNoClassId;
114 return class_id_ != v8::HeapProfiler::kPersistentHandleNoClassId;
heap-profiler.cc 48 ASSERT(class_id != v8::HeapProfiler::kPersistentHandleNoClassId);

Completed in 55 milliseconds