Lines Matching defs:os
19 OFStream os(stdout); in Print() local
25 void Object::Print(OStream& os) { // NOLINT in Print()
34 void HeapObject::PrintHeader(OStream& os, const char* id) { // NOLINT in PrintHeader()
39 void HeapObject::HeapObjectPrint(OStream& os) { // NOLINT in HeapObjectPrint()
196 void ByteArray::ByteArrayPrint(OStream& os) { // NOLINT in ByteArrayPrint()
201 void FreeSpace::FreeSpacePrint(OStream& os) { // NOLINT in FreeSpacePrint()
222 void JSObject::PrintProperties(OStream& os) { // NOLINT in PrintProperties()
254 static void DoPrintElements(OStream& os, Object* object) { // NOLINT in DoPrintElements()
262 void JSObject::PrintElements(OStream& os) { // NOLINT in PrintElements()
344 void JSObject::PrintTransitions(OStream& os) { // NOLINT in PrintTransitions()
382 void JSObject::JSObjectPrint(OStream& os) { // NOLINT in JSObjectPrint()
398 void JSModule::JSModulePrint(OStream& os) { // NOLINT in JSModulePrint()
422 void Symbol::SymbolPrint(OStream& os) { // NOLINT in SymbolPrint()
432 void Map::MapPrint(OStream& os) { // NOLINT in MapPrint()
467 void CodeCache::CodeCachePrint(OStream& os) { // NOLINT in CodeCachePrint()
474 void PolymorphicCodeCache::PolymorphicCodeCachePrint(OStream& os) { // NOLINT in PolymorphicCodeCachePrint()
480 void TypeFeedbackInfo::TypeFeedbackInfoPrint(OStream& os) { // NOLINT in TypeFeedbackInfoPrint()
488 void AliasedArgumentsEntry::AliasedArgumentsEntryPrint(OStream& os) { // NOLINT in AliasedArgumentsEntryPrint()
494 void FixedArray::FixedArrayPrint(OStream& os) { // NOLINT in FixedArrayPrint()
504 void FixedDoubleArray::FixedDoubleArrayPrint(OStream& os) { // NOLINT in FixedDoubleArrayPrint()
519 void ConstantPoolArray::ConstantPoolArrayPrint(OStream& os) { // NOLINT in ConstantPoolArrayPrint()
556 void JSValue::JSValuePrint(OStream& os) { // NOLINT in JSValuePrint()
562 void JSMessageObject::JSMessageObjectPrint(OStream& os) { // NOLINT in JSMessageObjectPrint()
574 void String::StringPrint(OStream& os) { // NOLINT in StringPrint()
601 void Name::NamePrint(OStream& os) { // NOLINT in NamePrint()
629 void JSDate::JSDatePrint(OStream& os) { // NOLINT in JSDatePrint()
653 void JSProxy::JSProxyPrint(OStream& os) { // NOLINT in JSProxyPrint()
664 void JSFunctionProxy::JSFunctionProxyPrint(OStream& os) { // NOLINT in JSFunctionProxyPrint()
677 void JSSet::JSSetPrint(OStream& os) { // NOLINT in JSSetPrint()
685 void JSMap::JSMapPrint(OStream& os) { // NOLINT in JSMapPrint()
695 Derived, TableType>::OrderedHashTableIteratorPrint(OStream& os) { // NOLINT in OrderedHashTableIteratorPrint()
714 void JSSetIterator::JSSetIteratorPrint(OStream& os) { // NOLINT in JSSetIteratorPrint()
720 void JSMapIterator::JSMapIteratorPrint(OStream& os) { // NOLINT in JSMapIteratorPrint()
726 void JSWeakMap::JSWeakMapPrint(OStream& os) { // NOLINT in JSWeakMapPrint()
734 void JSWeakSet::JSWeakSetPrint(OStream& os) { // NOLINT in JSWeakSetPrint()
742 void JSArrayBuffer::JSArrayBufferPrint(OStream& os) { // NOLINT in JSArrayBufferPrint()
751 void JSTypedArray::JSTypedArrayPrint(OStream& os) { // NOLINT in JSTypedArrayPrint()
763 void JSDataView::JSDataViewPrint(OStream& os) { // NOLINT in JSDataViewPrint()
773 void JSFunction::JSFunctionPrint(OStream& os) { // NOLINT in JSFunctionPrint()
794 void SharedFunctionInfo::SharedFunctionInfoPrint(OStream& os) { // NOLINT in SharedFunctionInfoPrint()
829 void JSGlobalProxy::JSGlobalProxyPrint(OStream& os) { // NOLINT in JSGlobalProxyPrint()
837 void JSGlobalObject::JSGlobalObjectPrint(OStream& os) { // NOLINT in JSGlobalObjectPrint()
845 void JSBuiltinsObject::JSBuiltinsObjectPrint(OStream& os) { // NOLINT in JSBuiltinsObjectPrint()
851 void Cell::CellPrint(OStream& os) { // NOLINT in CellPrint()
856 void PropertyCell::PropertyCellPrint(OStream& os) { // NOLINT in PropertyCellPrint()
861 void Code::CodePrint(OStream& os) { // NOLINT in CodePrint()
871 void Foreign::ForeignPrint(OStream& os) { // NOLINT in ForeignPrint()
877 OStream& os) { // NOLINT in ExecutableAccessorInfoPrint()
888 void DeclaredAccessorInfo::DeclaredAccessorInfoPrint(OStream& os) { // NOLINT in DeclaredAccessorInfoPrint()
898 OStream& os) { // NOLINT in DeclaredAccessorDescriptorPrint()
905 void Box::BoxPrint(OStream& os) { // NOLINT in BoxPrint()
912 void AccessorPair::AccessorPairPrint(OStream& os) { // NOLINT in AccessorPairPrint()
920 void AccessCheckInfo::AccessCheckInfoPrint(OStream& os) { // NOLINT in AccessCheckInfoPrint()
929 void InterceptorInfo::InterceptorInfoPrint(OStream& os) { // NOLINT in InterceptorInfoPrint()
941 void CallHandlerInfo::CallHandlerInfoPrint(OStream& os) { // NOLINT in CallHandlerInfoPrint()
949 void FunctionTemplateInfo::FunctionTemplateInfoPrint(OStream& os) { // NOLINT in FunctionTemplateInfoPrint()
971 void ObjectTemplateInfo::ObjectTemplateInfoPrint(OStream& os) { // NOLINT in ObjectTemplateInfoPrint()
982 void SignatureInfo::SignatureInfoPrint(OStream& os) { // NOLINT in SignatureInfoPrint()
990 void TypeSwitchInfo::TypeSwitchInfoPrint(OStream& os) { // NOLINT in TypeSwitchInfoPrint()
997 void AllocationSite::AllocationSitePrint(OStream& os) { // NOLINT in AllocationSitePrint()
1021 void AllocationMemento::AllocationMementoPrint(OStream& os) { // NOLINT in AllocationMementoPrint()
1032 void Script::ScriptPrint(OStream& os) { // NOLINT in ScriptPrint()
1051 void DebugInfo::DebugInfoPrint(OStream& os) { // NOLINT in DebugInfoPrint()
1061 void BreakPointInfo::BreakPointInfoPrint(OStream& os) { // NOLINT in BreakPointInfoPrint()
1071 void DescriptorArray::PrintDescriptors(OStream& os) { // NOLINT in PrintDescriptors()
1082 void TransitionArray::PrintTransitions(OStream& os) { // NOLINT in PrintTransitions()