Searched defs:HeapObjectsSet (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/profiler/
H A Dheap-snapshot-generator.h304 friend class HeapObjectsSet;
310 class HeapObjectsSet { class in namespace:v8::internal
312 HeapObjectsSet();
323 DISALLOW_COPY_AND_ASSIGN(HeapObjectsSet);
468 HeapObjectsSet objects_tags_;
469 HeapObjectsSet strong_gc_subroot_names_;
470 HeapObjectsSet user_roots_;
525 HeapObjectsSet in_groups_;
H A Dheap-snapshot-generator.cc718 HeapObjectsSet::HeapObjectsSet() : entries_() {} function in class:v8::internal::HeapObjectsSet
720 void HeapObjectsSet::Clear() {
725 bool HeapObjectsSet::Contains(Object* obj) {
732 void HeapObjectsSet::Insert(Object* obj) {
739 const char* HeapObjectsSet::GetTag(Object* obj) {
749 V8_NOINLINE void HeapObjectsSet::SetTag(Object* obj, const char* tag) {

Completed in 345 milliseconds