Home
last modified time | relevance | path

Searched refs:ObjectGroupsTracer (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dglobal-handles.cc812 class ObjectGroupsTracer { class
814 explicit ObjectGroupsTracer(Isolate* isolate);
824 DISALLOW_COPY_AND_ASSIGN(ObjectGroupsTracer);
827 ObjectGroupsTracer::ObjectGroupsTracer(Isolate* isolate) : isolate_(isolate) {} in ObjectGroupsTracer() function in v8::internal::__anon22d4e7f30211::ObjectGroupsTracer
829 void ObjectGroupsTracer::Print() { in Print()
844 void ObjectGroupsTracer::PrintObject(Object* object) { in PrintObject()
858 void ObjectGroupsTracer::PrintConstructor(JSObject* js_object) { in PrintConstructor()
877 void ObjectGroupsTracer::PrintInternalFields(JSObject* js_object) { in PrintInternalFields()
886 void ObjectGroupsTracer::PrintObjectGroup(ObjectGroup* group) { in PrintObjectGroup()
896 void ObjectGroupsTracer::PrintImplicitRefGroup(ImplicitRefGroup* group) { in PrintImplicitRefGroup()
[all …]