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 810 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;
89 class_id_ = v8::HeapProfiler::kPersistentHandleNoClassId;
109 class_id_ = v8::HeapProfiler::kPersistentHandleNoClassId;
123 return class_id_ != v8::HeapProfiler::kPersistentHandleNoClassId;
    [all...]

Completed in 240 milliseconds