Home
last modified time | relevance | path

Searched refs:Brief (Results 1 – 25 of 37) sorted by relevance

12

/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc95 os << Brief(k); in PrintDictionaryContents()
97 os << ": " << Brief(dict.ValueAt(i)) << " "; in PrintDictionaryContents()
106 if (!IsMap(cage_base)) os << "\n - map: " << Brief(map(cage_base)); in PrintHeader()
317 os << Brief(RawFastPropertyAt(field_index)); in PrintProperties()
321 os << Brief(descs.GetStrongValue(i)); in PrintProperties()
451 os << std::setw(12) << ss.str() << ": " << Brief(previous_value); in PrintFixedArrayElements()
471 os << "\n 0: context: " << Brief(elements.context()) in PrintSloppyArgumentElements()
472 << "\n 1: arguments_store: " << Brief(arguments_store) in PrintSloppyArgumentElements()
476 os << "\n " << i << ": param(" << i << "): " << Brief(mapped_entry); in PrintSloppyArgumentElements()
485 << "\n - arguments_store: " << Brief(arguments_store) << " " in PrintSloppyArgumentElements()
[all …]
/third_party/node/deps/v8/src/objects/
Dtagged-impl.cc19 os << Brief(*this); in ShortPrint()
25 os << Brief(*this); in ShortPrint()
31 os << Brief(*this); in ShortPrint()
Dobjects.h830 struct Brief { struct
832 explicit Brief(TObject v) : value{v.ptr()} {} in Brief() function
839 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream& os, const Brief& v); argument
Dliteral-objects.cc745 << Brief(constant_elements()); in BriefPrintDetails()
755 os << " " << Brief(data()) << ", " << Brief(source()) << ", " << flags(); in BriefPrintDetails()
Dcode.cc436 os << " " << Brief(SharedFunctionInfo::cast(info)) << "\n"; in DeoptimizationDataPrint()
681 os << Brief(source_position_table) << std::endl; in Disassemble()
Dobjects.cc1808 os << Brief(*this); in ShortPrint()
1813 os << Brief(*this); in ShortPrint()
1817 void Object::ShortPrint(std::ostream& os) const { os << Brief(*this); } in ShortPrint()
1824 std::ostream& operator<<(std::ostream& os, const Brief& v) { in operator <<()
2018 << data.end_position() << ") preparsed=" << Brief(data.preparse_data()) in HeapObjectShortPrint()
2131 os << "callback= " << Brief(info.callback()); in HeapObjectShortPrint()
2132 os << ", js_callback= " << Brief(info.js_callback()); in HeapObjectShortPrint()
2133 os << ", data= " << Brief(info.data()); in HeapObjectShortPrint()
2150 os << " " << Brief(value1()) << ", " << Brief(value2()); in BriefPrintDetails()
2154 os << " " << Brief(accessor()) << ", " << Brief(context()); in BriefPrintDetails()
[all …]
Dmap-updater.cc67 os << Brief(*(old_value.ToHandleChecked())); in PrintGeneralization()
75 os << Brief(*(new_value.ToHandleChecked())); in PrintGeneralization()
Dstring-table.cc323 os << " " << i.as_uint32() << ": " << Brief(Get(cage_base, i)) in Print()
/third_party/node/deps/v8/src/compiler/
Djs-operator.cc234 return os << Brief(*p.name_.object()); in operator <<()
288 return os << Brief(*p.name_.object()) << ", " << p.language_mode(); in operator <<()
352 return os << Brief(*p.name_.object()) << ", " in operator <<()
384 return os << p.language_mode() << ", " << Brief(*p.name_.object()); in operator <<()
420 os << ", " << Brief(*p.site_->object()); in operator <<()
500 if (!p.map_.object().is_null()) os << ", " << Brief(*p.map_.object()); in operator <<()
531 return os << Brief(*p.description_.object()) << ", " in operator <<()
532 << Brief(*p.shared_.object()); in operator <<()
563 return os << p.allocation() << ", " << Brief(*p.shared_info_.object()) << ", " in operator <<()
564 << Brief(*p.code_.object()); in operator <<()
[all …]
Dsimplified-operator.cc41 << Brief(*const_field_info.owner_map.ToHandleChecked()) << ")"; in operator <<()
86 os << Brief(*map) << ", "; in operator <<()
345 return os << "fast-transition from " << Brief(*transition.source()) in operator <<()
346 << " to " << Brief(*transition.target()); in operator <<()
348 return os << "slow-transition from " << Brief(*transition.source()) in operator <<()
349 << " to " << Brief(*transition.target()); in operator <<()
392 return os << "fast-map" << Brief(*parameters.fast_map()) << " double-map" in operator <<()
393 << Brief(*parameters.double_map()); in operator <<()
433 << Brief(*parameters.fast_map()); in operator <<()
466 return os << "double-map" << Brief(*parameters.double_map()); in operator <<()
Djs-heap-broker.h539 TRACE_BROKER_MISSING(broker, "ObjectData for " << Brief(object));
551 TRACE_BROKER_MISSING(broker, "ObjectData for " << Brief(*object));
Dframe-states.cc88 os << ", " << Brief(*shared_info); in operator <<()
Dload-elimination.cc401 os << " - " << Brief(*maps[i]) << std::endl; in Print()
/third_party/python/Lib/distutils/command/
Dcommand_template15 # Brief (40-50 characters) description of the command
/third_party/node/deps/v8/src/interpreter/
Dconstant-array-builder.cc113 os << "Duplicate constant found: " << Brief(*entry.ToHandle(isolate)) in CheckAllElementsAreUnique()
118 os << i++ << ": " << Brief(*prev_entry.ToHandle(isolate)) << std::endl; in CheckAllElementsAreUnique()
/third_party/node/deps/v8/src/codegen/
Dreloc-info.cc454 os << " (" << Brief(target_object(isolate)) << ")"; in Print()
456 os << " (" << Brief(target_object(isolate)) << " compressed)"; in Print()
Dstring-constants.cc101 return os << Brief(*p.str()); in operator <<()
/third_party/cups/
DREADME.md10 ## Background Brief
/third_party/node/deps/v8/src/handles/
Dhandles-inl.h79 return os << Brief(*handle);
/third_party/libdrm/include/drm/
DREADME78 a) Brief summary on the delta. If there's any change that looks like an
/third_party/python/Doc/tutorial/
Dstdlib.rst4 Brief Tour of the Standard Library
Dstdlib2.rst4 Brief Tour of the Standard Library --- Part II
/third_party/googletest/googletest/test/
Dgtest_unittest.cc5540 static Flags Brief(bool brief) { in Brief() function
5961 GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::Brief(true), false); in TEST_F()
5970 GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::Brief(true), false); in TEST_F()
5979 GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::Brief(false), false); in TEST_F()
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.cc588 return os << Brief(*constant.ToHeapObject()); in operator <<()
/third_party/node/deps/v8/src/runtime/
Druntime-test.cc1039 os << Brief(object); in DebugPrintImpl()

12