Lines Matching refs:Brief
72 if (!IsMap()) os << "\n - map: " << Brief(map()); in PrintHeader()
249 os << Brief(RawFastPropertyAt(field_index)); in PrintProperties()
254 os << Brief(descs.GetStrongValue(i)); in PrintProperties()
383 os << std::setw(12) << ss.str() << ": " << Brief(previous_value); in PrintFixedArrayElements()
403 os << "\n 0: context: " << Brief(elements.context()) in PrintSloppyArgumentElements()
404 << "\n 1: arguments_store: " << Brief(arguments_store) in PrintSloppyArgumentElements()
408 os << "\n " << i << ": param(" << i << "): " << Brief(mapped_entry); in PrintSloppyArgumentElements()
417 << "\n - arguments_store: " << Brief(arguments_store) << " " in PrintSloppyArgumentElements()
431 os << Brief(value); in PrintEmbedderData()
443 os << " - elements: " << Brief(elements()) << " {"; in PrintElements()
505 os << "]\n - prototype: " << Brief(iter.GetCurrent()); in JSObjectPrintHeader()
506 os << "\n - elements: " << Brief(obj.elements()) << " [" in JSObjectPrintHeader()
512 os << "\n - hash: " << Brief(hash); in JSObjectPrintHeader()
525 os << Brief(properties_or_hash); in JSObjectPrintBody()
555 os << "\n - function: " << Brief(function()); in JSGeneratorObjectPrint()
556 os << "\n - context: " << Brief(context()); in JSGeneratorObjectPrint()
557 os << "\n - receiver: " << Brief(receiver()); in JSGeneratorObjectPrint()
559 os << "\n - input: " << Brief(input_or_debug_pos()); in JSGeneratorObjectPrint()
562 os << "\n - debug pos: " << Brief(input_or_debug_pos()); in JSGeneratorObjectPrint()
608 os << "\n - register file: " << Brief(parameters_and_registers()); in JSGeneratorObjectPrint()
614 os << "\n - length: " << Brief(this->length()); in JSArrayPrint()
622 os << "\n - reactions: " << Brief(reactions()); in JSPromisePrint()
624 os << "\n - result: " << Brief(result()); in JSPromisePrint()
633 os << "\n - data: " << Brief(data()); in JSRegExpPrint()
634 os << "\n - source: " << Brief(source()); in JSRegExpPrint()
641 os << "\n - regex: " << Brief(iterating_reg_exp()); in JSRegExpStringIteratorPrint()
642 os << "\n - string: " << Brief(iterated_string()); in JSRegExpStringIteratorPrint()
652 os << "\n - description: " << Brief(description()); in SymbolPrint()
666 os << "\n - keys: " << Brief(enum_cache().keys()); in DescriptorArrayPrint()
667 os << "\n - indices: " << Brief(enum_cache().indices()); in DescriptorArrayPrint()
698 << std::setw(12) << i.as_int() << ": " << Brief(table.KeyAt(i)) << " -> " in PrintHashTableWithHeader()
699 << Brief(table.ValueAt(i)); in PrintHashTableWithHeader()
723 os << std::setw(12) << ss.str() << ": " << Brief(previous_value); in PrintWeakArrayElements()
753 os << "\n - scope_info: " << Brief(context.scope_info()); in PrintContextWithHeader()
754 os << "\n - previous: " << Brief(context.unchecked_previous()); in PrintContextWithHeader()
755 os << "\n - native_context: " << Brief(context.native_context()); in PrintContextWithHeader()
834 os << "\n - value: " << Brief(value()); in FeedbackCellPrint()
890 os << "\n - shared function info: " << Brief(shared_function_info()); in FeedbackVectorPrint()
892 os << "\n - optimized code: " << Brief(optimized_code()); in FeedbackVectorPrint()
914 << "]: " << Brief(Get(slot_with_offset)); in FeedbackVectorPrint()
996 os << "\n - string: " << Brief(string()); in JSStringIteratorPrint()
1004 os << "\n - sync_iterator: " << Brief(sync_iterator()); in JSAsyncFromSyncIteratorPrint()
1005 os << "\n - next: " << Brief(next()); in JSAsyncFromSyncIteratorPrint()
1011 os << "\n - value: " << Brief(value()); in JSPrimitiveWrapperPrint()
1018 os << "\n - arguments: " << Brief(argument()); in JSMessageObjectPrint()
1021 os << "\n - script: " << Brief(script()); in JSMessageObjectPrint()
1022 os << "\n - stack_frames: " << Brief(stack_frames()); in JSMessageObjectPrint()
1038 os << Brief(*this); in NamePrint()
1047 os << "\n - value: " << Brief(value()); in JSDatePrint()
1077 os << " - table: " << Brief(table()); in JSSetPrint()
1083 os << " - table: " << Brief(table()); in JSMapPrint()
1090 os << "\n - table: " << Brief(table()); in JSCollectionIteratorPrint()
1091 os << "\n - index: " << Brief(index()); in JSCollectionIteratorPrint()
1105 os << "\n - finalization_registry: " << Brief(finalization_registry()); in WeakCellPrint()
1106 os << "\n - target: " << Brief(target()); in WeakCellPrint()
1107 os << "\n - holdings: " << Brief(holdings()); in WeakCellPrint()
1108 os << "\n - prev: " << Brief(prev()); in WeakCellPrint()
1109 os << "\n - next: " << Brief(next()); in WeakCellPrint()
1110 os << "\n - unregister_token: " << Brief(unregister_token()); in WeakCellPrint()
1111 os << "\n - key_list_prev: " << Brief(key_list_prev()); in WeakCellPrint()
1112 os << "\n - key_list_next: " << Brief(key_list_next()); in WeakCellPrint()
1117 os << "\n - target: " << Brief(target()); in JSWeakRefPrint()
1123 os << "\n - native_context: " << Brief(native_context()); in JSFinalizationRegistryPrint()
1124 os << "\n - cleanup: " << Brief(cleanup()); in JSFinalizationRegistryPrint()
1125 os << "\n - active_cells: " << Brief(active_cells()); in JSFinalizationRegistryPrint()
1128 os << "\n - " << Brief(active_cell); in JSFinalizationRegistryPrint()
1131 os << "\n - cleared_cells: " << Brief(cleared_cells()); in JSFinalizationRegistryPrint()
1134 os << "\n - " << Brief(cleared_cell); in JSFinalizationRegistryPrint()
1137 os << "\n - key_map: " << Brief(key_map()); in JSFinalizationRegistryPrint()
1143 os << "\n - table: " << Brief(table()); in JSWeakMapPrint()
1149 os << "\n - table: " << Brief(table()); in JSWeakSetPrint()
1166 os << "\n - buffer: " << Brief(buffer()); in JSTypedArrayPrint()
1186 os << "\n - iterated_object: " << Brief(iterated_object()); in JSArrayIteratorPrint()
1187 os << "\n - next_index: " << Brief(next_index()); in JSArrayIteratorPrint()
1194 os << "\n - buffer =" << Brief(buffer()); in JSDataViewPrint()
1207 os << "\n - bound_target_function: " << Brief(bound_target_function()); in JSBoundFunctionPrint()
1208 os << "\n - bound_this: " << Brief(bound_this()); in JSBoundFunctionPrint()
1209 os << "\n - bound_arguments: " << Brief(bound_arguments()); in JSBoundFunctionPrint()
1219 os << Brief(prototype()); in JSFunctionPrint()
1225 if (has_initial_map()) os << Brief(initial_map()); in JSFunctionPrint()
1229 os << "\n - shared_info: " << Brief(shared()); in JSFunctionPrint()
1230 os << "\n - name: " << Brief(shared().Name()); in JSFunctionPrint()
1241 os << "\n - context: " << Brief(context()); in JSFunctionPrint()
1242 os << "\n - code: " << Brief(code()); in JSFunctionPrint()
1253 os << "\n - Wasm instance: " << Brief(function.instance()); in JSFunctionPrint()
1258 os << "\n - Wasm wrapper around: " << Brief(function.GetCallable()); in JSFunctionPrint()
1304 os << Brief(Name()); in SharedFunctionInfoPrint()
1309 os << "\n - inferred name: " << Brief(inferred_name()); in SharedFunctionInfoPrint()
1326 os << "\n - data: " << Brief(function_data(kAcquireLoad)); in SharedFunctionInfoPrint()
1328 os << Brief(GetCode()); in SharedFunctionInfoPrint()
1331 os << "\n - script: " << Brief(script()); in SharedFunctionInfoPrint()
1336 os << "\n - debug info: " << Brief(GetDebugInfo()); in SharedFunctionInfoPrint()
1340 os << "\n - scope info: " << Brief(scope_info()); in SharedFunctionInfoPrint()
1342 os << "\n - outer scope info: " << Brief(GetOuterScopeInfo()); in SharedFunctionInfoPrint()
1357 os << "\n - native context: " << Brief(native_context()); in JSGlobalProxyPrint()
1365 os << "\n - native context: " << Brief(native_context()); in JSGlobalObjectPrint()
1367 os << "\n - global proxy: " << Brief(global_proxy()); in JSGlobalObjectPrint()
1375 os << "\n - value: " << Brief(value()); in PropertyCellPrint()
1443 os << "\n - callback: " << Brief(callback()); in CallbackTaskPrint()
1444 os << "\n - data: " << Brief(data()); in CallbackTaskPrint()
1450 os << "\n - context: " << Brief(context()); in CallableTaskPrint()
1451 os << "\n - callable: " << Brief(callable()); in CallableTaskPrint()
1458 os << "\n - argument: " << Brief(argument()); in PromiseFulfillReactionJobTaskPrint()
1459 os << "\n - context: " << Brief(context()); in PromiseFulfillReactionJobTaskPrint()
1460 os << "\n - handler: " << Brief(handler()); in PromiseFulfillReactionJobTaskPrint()
1461 os << "\n - promise_or_capability: " << Brief(promise_or_capability()); in PromiseFulfillReactionJobTaskPrint()
1468 os << "\n - argument: " << Brief(argument()); in PromiseRejectReactionJobTaskPrint()
1469 os << "\n - context: " << Brief(context()); in PromiseRejectReactionJobTaskPrint()
1470 os << "\n - handler: " << Brief(handler()); in PromiseRejectReactionJobTaskPrint()
1471 os << "\n - promise_or_capability: " << Brief(promise_or_capability()); in PromiseRejectReactionJobTaskPrint()
1478 os << "\n - context: " << Brief(context()); in PromiseResolveThenableJobTaskPrint()
1479 os << "\n - promise_to_resolve: " << Brief(promise_to_resolve()); in PromiseResolveThenableJobTaskPrint()
1480 os << "\n - then: " << Brief(then()); in PromiseResolveThenableJobTaskPrint()
1481 os << "\n - thenable: " << Brief(thenable()); in PromiseResolveThenableJobTaskPrint()
1487 os << "\n - promise: " << Brief(promise()); in PromiseCapabilityPrint()
1488 os << "\n - resolve: " << Brief(resolve()); in PromiseCapabilityPrint()
1489 os << "\n - reject: " << Brief(reject()); in PromiseCapabilityPrint()
1495 os << "\n - next: " << Brief(next()); in PromiseReactionPrint()
1496 os << "\n - reject_handler: " << Brief(reject_handler()); in PromiseReactionPrint()
1497 os << "\n - fulfill_handler: " << Brief(fulfill_handler()); in PromiseReactionPrint()
1498 os << "\n - promise_or_capability: " << Brief(promise_or_capability()); in PromiseReactionPrint()
1518 os << "\n - value: " << Brief(value()); in AsyncGeneratorRequestPrint()
1519 os << "\n - next: " << Brief(next()); in AsyncGeneratorRequestPrint()
1526 os << "\n - export_name: " << Brief(export_name()); in SourceTextModuleInfoEntryPrint()
1527 os << "\n - local_name: " << Brief(local_name()); in SourceTextModuleInfoEntryPrint()
1528 os << "\n - import_name: " << Brief(import_name()); in SourceTextModuleInfoEntryPrint()
1537 os << "\n - exports: " << Brief(module.exports()); in PrintModuleFields()
1539 os << "\n - exception: " << Brief(module.exception()); in PrintModuleFields()
1555 os << "\n - origin: " << Brief(script().GetNameOrSourceURL()); in SourceTextModulePrint()
1556 os << "\n - code: " << Brief(code()); in SourceTextModulePrint()
1557 os << "\n - requested_modules: " << Brief(requested_modules()); in SourceTextModulePrint()
1558 os << "\n - script: " << Brief(script()); in SourceTextModulePrint()
1559 os << "\n - import_meta: " << Brief(import_meta()); in SourceTextModulePrint()
1566 os << "\n - export_names: " << Brief(export_names()); in SyntheticModulePrint()
1572 os << "\n - module: " << Brief(module()); in JSModuleNamespacePrint()
1578 os << "\n - module namespace: " << Brief(module_namespace()); in PrototypeInfoPrint()
1579 os << "\n - prototype users: " << Brief(prototype_users()); in PrototypeInfoPrint()
1581 os << "\n - object create map: " << Brief(object_create_map()); in PrototypeInfoPrint()
1597 os << "\n - constant elements: " << Brief(constant_elements()); in ArrayBoilerplateDescriptionPrint()
1603 os << "\n - native module: " << Brief(managed_native_module()); in AsmWasmDataPrint()
1604 os << "\n - export_wrappers: " << Brief(export_wrappers()); in AsmWasmDataPrint()
1612 os << "\n - parent: " << Brief(parent()); in WasmTypeInfoPrint()
1699 os << "\n - module_object: " << Brief(module_object()); in WasmInstanceObjectPrint()
1700 os << "\n - exports_object: " << Brief(exports_object()); in WasmInstanceObjectPrint()
1701 os << "\n - native_context: " << Brief(native_context()); in WasmInstanceObjectPrint()
1703 os << "\n - memory_object: " << Brief(memory_object()); in WasmInstanceObjectPrint()
1706 os << "\n - untagged_globals_buffer: " << Brief(untagged_globals_buffer()); in WasmInstanceObjectPrint()
1709 os << "\n - tagged_globals_buffer: " << Brief(tagged_globals_buffer()); in WasmInstanceObjectPrint()
1713 << Brief(imported_mutable_globals_buffers()); in WasmInstanceObjectPrint()
1716 os << "\n - table " << i << ": " << Brief(tables().get(i)); in WasmInstanceObjectPrint()
1718 os << "\n - imported_function_refs: " << Brief(imported_function_refs()); in WasmInstanceObjectPrint()
1721 << Brief(indirect_function_table_refs()); in WasmInstanceObjectPrint()
1725 << Brief(managed_native_allocations()); in WasmInstanceObjectPrint()
1747 os << "\n - wrapper_code: " << Brief(wrapper_code()); in WasmExportedFunctionDataPrint()
1748 os << "\n - instance: " << Brief(instance()); in WasmExportedFunctionDataPrint()
1756 os << "\n - callable: " << Brief(callable()); in WasmJSFunctionDataPrint()
1757 os << "\n - wrapper_code: " << Brief(wrapper_code()); in WasmJSFunctionDataPrint()
1765 os << "\n - export wrappers: " << Brief(export_wrappers()); in WasmModuleObjectPrint()
1766 os << "\n - script: " << Brief(script()); in WasmModuleObjectPrint()
1772 os << "\n - elements: " << Brief(elements()); in WasmTableObjectPrint()
1773 os << "\n - maximum_length: " << Brief(maximum_length()); in WasmTableObjectPrint()
1774 os << "\n - dispatch_tables: " << Brief(dispatch_tables()); in WasmTableObjectPrint()
1782 os << "\n - tagged_buffer: " << Brief(tagged_buffer()); in WasmGlobalObjectPrint()
1784 os << "\n - untagged_buffer: " << Brief(untagged_buffer()); in WasmGlobalObjectPrint()
1796 os << "\n - array_buffer: " << Brief(array_buffer()); in WasmMemoryObjectPrint()
1798 os << "\n - instances: " << Brief(instances()); in WasmMemoryObjectPrint()
1805 os << "\n - serialized_signature: " << Brief(serialized_signature()); in WasmExceptionObjectPrint()
1806 os << "\n - exception_tag: " << Brief(exception_tag()); in WasmExceptionObjectPrint()
1813 os << "\n - handler: " << Brief(smi_handler()); in LoadHandlerPrint()
1814 os << "\n - validity_cell: " << Brief(validity_cell()); in LoadHandlerPrint()
1817 os << "\n - data1: " << Brief(data1()); in LoadHandlerPrint()
1820 os << "\n - data2: " << Brief(data2()); in LoadHandlerPrint()
1823 os << "\n - data3: " << Brief(data3()); in LoadHandlerPrint()
1831 os << "\n - handler: " << Brief(smi_handler()); in StoreHandlerPrint()
1832 os << "\n - validity_cell: " << Brief(validity_cell()); in StoreHandlerPrint()
1835 os << "\n - data1: " << Brief(data1()); in StoreHandlerPrint()
1838 os << "\n - data2: " << Brief(data2()); in StoreHandlerPrint()
1841 os << "\n - data3: " << Brief(data3()); in StoreHandlerPrint()
1848 os << "\n - getter: " << Brief(getter()); in AccessorPairPrint()
1849 os << "\n - setter: " << Brief(setter()); in AccessorPairPrint()
1855 os << "\n - callback: " << Brief(callback()); in CallHandlerInfoPrint()
1856 os << "\n - js_callback: " << Brief(js_callback()); in CallHandlerInfoPrint()
1857 os << "\n - data: " << Brief(data()); in CallHandlerInfoPrint()
1866 os << "\n - class name: " << Brief(class_name()); in FunctionTemplateInfoPrint()
1869 os << "\n - property_list: " << Brief(property_list()); in FunctionTemplateInfoPrint()
1870 os << "\n - call_code: " << Brief(call_code(kAcquireLoad)); in FunctionTemplateInfoPrint()
1871 os << "\n - property_accessors: " << Brief(property_accessors()); in FunctionTemplateInfoPrint()
1872 os << "\n - signature: " << Brief(signature()); in FunctionTemplateInfoPrint()
1873 os << "\n - cached_property_name: " << Brief(cached_property_name()); in FunctionTemplateInfoPrint()
1877 os << "\n - rare_data: " << Brief(rare_data()); in FunctionTemplateInfoPrint()
1889 << Brief(managed_native_allocations()); in WasmIndirectFunctionTablePrint()
1891 os << "\n - refs: " << Brief(refs()); in WasmIndirectFunctionTablePrint()
1899 os << "\n - property_list: " << Brief(property_list()); in ObjectTemplateInfoPrint()
1900 os << "\n - property_accessors: " << Brief(property_accessors()); in ObjectTemplateInfoPrint()
1901 os << "\n - constructor: " << Brief(constructor()); in ObjectTemplateInfoPrint()
1909 if (this->HasWeakNext()) os << "\n - weak_next: " << Brief(weak_next()); in AllocationSitePrint()
1910 os << "\n - dependent code: " << Brief(dependent_code()); in AllocationSitePrint()
1911 os << "\n - nested site: " << Brief(nested_site()); in AllocationSitePrint()
1913 << Brief(Smi::FromInt(memento_found_count())); in AllocationSitePrint()
1915 << Brief(Smi::FromInt(memento_create_count())); in AllocationSitePrint()
1917 << Brief(Smi::FromInt(pretenure_decision())); in AllocationSitePrint()
1923 os << "Array literal with boilerplate " << Brief(boilerplate()); in AllocationSitePrint()
1925 os << "Object literal with boilerplate " << Brief(boilerplate()); in AllocationSitePrint()
1942 os << "\n - source: " << Brief(source()); in ScriptPrint()
1943 os << "\n - name: " << Brief(name()); in ScriptPrint()
1948 os << "\n - context data: " << Brief(context_data()); in ScriptPrint()
1950 os << "\n - line ends: " << Brief(line_ends()); in ScriptPrint()
1953 os << "\n - wasm_breakpoint_infos: " << Brief(wasm_breakpoint_infos()); in ScriptPrint()
1957 os << "\n - eval from shared: " << Brief(eval_from_shared()); in ScriptPrint()
1960 os << "\n - wrapped arguments: " << Brief(wrapped_arguments()); in ScriptPrint()
1964 os << "\n - shared function infos: " << Brief(shared_function_infos()); in ScriptPrint()
1971 os << "\n - locale: " << Brief(locale()); in JSV8BreakIteratorPrint()
1972 os << "\n - break iterator: " << Brief(break_iterator()); in JSV8BreakIteratorPrint()
1973 os << "\n - unicode string: " << Brief(unicode_string()); in JSV8BreakIteratorPrint()
1974 os << "\n - bound adopt text: " << Brief(bound_adopt_text()); in JSV8BreakIteratorPrint()
1975 os << "\n - bound first: " << Brief(bound_first()); in JSV8BreakIteratorPrint()
1976 os << "\n - bound next: " << Brief(bound_next()); in JSV8BreakIteratorPrint()
1977 os << "\n - bound current: " << Brief(bound_current()); in JSV8BreakIteratorPrint()
1978 os << "\n - bound break type: " << Brief(bound_break_type()); in JSV8BreakIteratorPrint()
1984 os << "\n - icu collator: " << Brief(icu_collator()); in JSCollatorPrint()
1985 os << "\n - bound compare: " << Brief(bound_compare()); in JSCollatorPrint()
1991 os << "\n - locale: " << Brief(locale()); in JSDateTimeFormatPrint()
1992 os << "\n - icu locale: " << Brief(icu_locale()); in JSDateTimeFormatPrint()
1993 os << "\n - icu simple date format: " << Brief(icu_simple_date_format()); in JSDateTimeFormatPrint()
1994 os << "\n - icu date interval format: " << Brief(icu_date_interval_format()); in JSDateTimeFormatPrint()
1995 os << "\n - bound format: " << Brief(bound_format()); in JSDateTimeFormatPrint()
2002 os << "\n - internal: " << Brief(internal()); in JSDisplayNamesPrint()
2010 os << "\n - locale: " << Brief(locale()); in JSListFormatPrint()
2013 os << "\n - icu formatter: " << Brief(icu_formatter()); in JSListFormatPrint()
2019 os << "\n - icu locale: " << Brief(icu_locale()); in JSLocalePrint()
2025 os << "\n - locale: " << Brief(locale()); in JSNumberFormatPrint()
2026 os << "\n - icu_number_formatter: " << Brief(icu_number_formatter()); in JSNumberFormatPrint()
2027 os << "\n - bound_format: " << Brief(bound_format()); in JSNumberFormatPrint()
2033 os << "\n - locale: " << Brief(locale()); in JSPluralRulesPrint()
2035 os << "\n - icu plural rules: " << Brief(icu_plural_rules()); in JSPluralRulesPrint()
2036 os << "\n - icu_number_formatter: " << Brief(icu_number_formatter()); in JSPluralRulesPrint()
2043 os << "\n - locale: " << Brief(locale()); in JSRelativeTimeFormatPrint()
2044 os << "\n - numberingSystem: " << Brief(numberingSystem()); in JSRelativeTimeFormatPrint()
2046 os << "\n - icu formatter: " << Brief(icu_formatter()); in JSRelativeTimeFormatPrint()
2052 os << "\n - icu break iterator: " << Brief(icu_break_iterator()); in JSSegmentIteratorPrint()
2059 os << "\n - locale: " << Brief(locale()); in JSSegmenterPrint()
2061 os << "\n - icu break iterator: " << Brief(icu_break_iterator()); in JSSegmenterPrint()
2067 os << "\n - icu break iterator: " << Brief(icu_break_iterator()); in JSSegmentsPrint()
2068 os << "\n - unicode string: " << Brief(unicode_string()); in JSSegmentsPrint()
2123 os << "\n - outer scope info: " << Brief(OuterScopeInfo()); in ScopeInfoPrint()
2126 os << "\n - locals blocklist: " << Brief(LocalsBlockList()); in ScopeInfoPrint()
2129 os << "\n - function name: " << Brief(FunctionName()); in ScopeInfoPrint()
2132 os << "\n - inferred function name: " << Brief(InferredFunctionName()); in ScopeInfoPrint()
2154 os << "\n - frame_info: " << Brief(frame_info()); in StackTraceFramePrint()
2163 os << "\n - script_name: " << Brief(script_name()); in StackFrameInfoPrint()
2165 << Brief(script_name_or_source_url()); in StackFrameInfoPrint()
2166 os << "\n - function_name: " << Brief(function_name()); in StackFrameInfoPrint()
2191 os << Brief(*this); in ShortPrint()
2226 os << "\n - [" << i << "]: " << Brief(get_child(i)); in PreparseDataPrint()
2244 os << "\n - preparse_data: " << Brief(preparse_data()); in UncompiledDataWithPreparseDataPrint()
2250 os << "\n - bytecode_array: " << Brief(bytecode_array()); in InterpreterDataPrint()
2251 os << "\n - interpreter_trampoline: " << Brief(interpreter_trampoline()); in InterpreterDataPrint()
2384 os << "\n - native context: " << Brief(native_context()); in MapPrint()
2387 os << "\n - prototype info: " << Brief(prototype_info()); in MapPrint()
2389 os << "\n - back pointer: " << Brief(GetBackPointer()); in MapPrint()
2391 os << "\n - prototype_validity cell: " << Brief(prototype_validity_cell()); in MapPrint()
2394 << Brief(instance_descriptors(kRelaxedLoad)); in MapPrint()
2412 os << Brief(smi); in MapPrint()
2414 os << Brief(heap_object); in MapPrint()
2421 os << "\n - prototype: " << Brief(prototype()); in MapPrint()
2423 os << "\n - constructor: " << Brief(GetConstructor()); in MapPrint()
2425 os << "\n - dependent code: " << Brief(dependent_code()); in MapPrint()
2459 os << Brief(value); in PrintDescriptorDetails()
2462 os << "(get: " << Brief(pair.getter()) in PrintDescriptorDetails()
2463 << ", set: " << Brief(pair.setter()) << ")"; in PrintDescriptorDetails()
2515 os << " -> " << Brief(target); in PrintOneTransition()
2548 os << "map= " << Brief(map_); in PrintTransitionTree()
2565 ss << Brief(target); in PrintTransitionTree()