/third_party/node/deps/v8/src/diagnostics/ |
D | objects-printer.cc | 95 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/ |
D | tagged-impl.cc | 19 os << Brief(*this); in ShortPrint() 25 os << Brief(*this); in ShortPrint() 31 os << Brief(*this); in ShortPrint()
|
D | objects.h | 830 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
|
D | literal-objects.cc | 745 << Brief(constant_elements()); in BriefPrintDetails() 755 os << " " << Brief(data()) << ", " << Brief(source()) << ", " << flags(); in BriefPrintDetails()
|
D | code.cc | 436 os << " " << Brief(SharedFunctionInfo::cast(info)) << "\n"; in DeoptimizationDataPrint() 681 os << Brief(source_position_table) << std::endl; in Disassemble()
|
D | objects.cc | 1808 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 …]
|
D | map-updater.cc | 67 os << Brief(*(old_value.ToHandleChecked())); in PrintGeneralization() 75 os << Brief(*(new_value.ToHandleChecked())); in PrintGeneralization()
|
D | string-table.cc | 323 os << " " << i.as_uint32() << ": " << Brief(Get(cage_base, i)) in Print()
|
/third_party/node/deps/v8/src/compiler/ |
D | js-operator.cc | 234 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 …]
|
D | simplified-operator.cc | 41 << 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 <<()
|
D | js-heap-broker.h | 539 TRACE_BROKER_MISSING(broker, "ObjectData for " << Brief(object)); 551 TRACE_BROKER_MISSING(broker, "ObjectData for " << Brief(*object));
|
D | frame-states.cc | 88 os << ", " << Brief(*shared_info); in operator <<()
|
D | load-elimination.cc | 401 os << " - " << Brief(*maps[i]) << std::endl; in Print()
|
/third_party/python/Lib/distutils/command/ |
D | command_template | 15 # Brief (40-50 characters) description of the command
|
/third_party/node/deps/v8/src/interpreter/ |
D | constant-array-builder.cc | 113 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/ |
D | reloc-info.cc | 454 os << " (" << Brief(target_object(isolate)) << ")"; in Print() 456 os << " (" << Brief(target_object(isolate)) << " compressed)"; in Print()
|
D | string-constants.cc | 101 return os << Brief(*p.str()); in operator <<()
|
/third_party/cups/ |
D | README.md | 10 ## Background Brief
|
/third_party/node/deps/v8/src/handles/ |
D | handles-inl.h | 79 return os << Brief(*handle);
|
/third_party/libdrm/include/drm/ |
D | README | 78 a) Brief summary on the delta. If there's any change that looks like an
|
/third_party/python/Doc/tutorial/ |
D | stdlib.rst | 4 Brief Tour of the Standard Library
|
D | stdlib2.rst | 4 Brief Tour of the Standard Library --- Part II
|
/third_party/googletest/googletest/test/ |
D | gtest_unittest.cc | 5540 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/ |
D | instruction.cc | 588 return os << Brief(*constant.ToHeapObject()); in operator <<()
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-test.cc | 1039 os << Brief(object); in DebugPrintImpl()
|