Searched refs:ObjectGroupsTracer (Results 1 – 1 of 1) sorted by relevance
840 class ObjectGroupsTracer { class842 explicit ObjectGroupsTracer(Isolate* isolate);852 DISALLOW_COPY_AND_ASSIGN(ObjectGroupsTracer);855 ObjectGroupsTracer::ObjectGroupsTracer(Isolate* isolate) : isolate_(isolate) {} in ObjectGroupsTracer() function in v8::internal::__anond40a64370211::ObjectGroupsTracer857 void ObjectGroupsTracer::Print() { in Print()872 void ObjectGroupsTracer::PrintObject(Object* object) { in PrintObject()886 void ObjectGroupsTracer::PrintConstructor(JSObject* js_object) { in PrintConstructor()905 void ObjectGroupsTracer::PrintInternalFields(JSObject* js_object) { in PrintInternalFields()914 void ObjectGroupsTracer::PrintObjectGroup(ObjectGroup* group) { in PrintObjectGroup()924 void ObjectGroupsTracer::PrintImplicitRefGroup(ImplicitRefGroup* group) { in PrintImplicitRefGroup()[all …]