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

  /external/v8/include/
v8-profiler.h 680 static const uint16_t kPersistentHandleNoClassId = 0;
  /external/v8/src/profiler/
heap-profiler.cc 48 DCHECK(class_id != v8::HeapProfiler::kPersistentHandleNoClassId);
  /external/v8/src/
global-handles.cc 66 class_id_ = v8::HeapProfiler::kPersistentHandleNoClassId;
93 class_id_ = v8::HeapProfiler::kPersistentHandleNoClassId;
117 class_id_ = v8::HeapProfiler::kPersistentHandleNoClassId;
135 return class_id_ != v8::HeapProfiler::kPersistentHandleNoClassId;
    [all...]

Completed in 76 milliseconds