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

  /external/chromium_org/v8/src/
heap-snapshot-generator.h 296 friend class HeapObjectsSet;
302 class HeapObjectsSet {
304 HeapObjectsSet();
315 DISALLOW_COPY_AND_ASSIGN(HeapObjectsSet);
454 HeapObjectsSet objects_tags_;
455 HeapObjectsSet strong_gc_subroot_names_;
456 HeapObjectsSet user_roots_;
457 HeapObjectsSet weak_containers_;
511 HeapObjectsSet in_groups_;
heap-snapshot-generator.cc 738 HeapObjectsSet::HeapObjectsSet()
743 void HeapObjectsSet::Clear() {
748 bool HeapObjectsSet::Contains(Object* obj) {
755 void HeapObjectsSet::Insert(Object* obj) {
762 const char* HeapObjectsSet::GetTag(Object* obj) {
772 void HeapObjectsSet::SetTag(Object* obj, const char* tag) {
    [all...]

Completed in 800 milliseconds