Home
last modified time | relevance | path

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

12

/external/v8/src/diagnostics/
Dobjects-printer.cc72 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()
[all …]
/external/v8/src/objects/
Dtagged-impl.cc19 os << Brief(*this); in ShortPrint()
25 os << Brief(*this); in ShortPrint()
31 os << Brief(*this); in ShortPrint()
Dcode.cc446 os << " " << Brief(SharedFunctionInfo::cast(info)) << "\n"; in DeoptimizationDataPrint()
499 << Brief(SharedFunctionInfo::cast(shared_info).DebugName()) in DeoptimizationDataPrint()
511 << Brief(SharedFunctionInfo::cast(shared_info).DebugName()) in DeoptimizationDataPrint()
524 << Brief(SharedFunctionInfo::cast(shared_info).DebugName()) in DeoptimizationDataPrint()
534 << Brief(SharedFunctionInfo::cast(shared_info).DebugName()) in DeoptimizationDataPrint()
625 os << "{literal_id=" << literal_index << " (" << Brief(literal_value) in DeoptimizationDataPrint()
886 os << Brief(source_position_table) << std::endl; in Disassemble()
Dobjects.h735 struct Brief { struct
737 explicit Brief(TObject v) : value{v.ptr()} {} in Brief() function
744 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream& os, const Brief& v); argument
Dobjects.cc1819 os << Brief(*this); in ShortPrint()
1824 os << Brief(*this); in ShortPrint()
1828 void Object::ShortPrint(std::ostream& os) const { os << Brief(*this); } in ShortPrint()
1835 std::ostream& operator<<(std::ostream& os, const Brief& v) { in operator <<()
2028 << data.end_position() << ") preparsed=" << Brief(data.preparse_data()) in HeapObjectShortPrint()
2141 os << "callback= " << Brief(info.callback()); in HeapObjectShortPrint()
2142 os << ", js_callback= " << Brief(info.js_callback()); in HeapObjectShortPrint()
2143 os << ", data= " << Brief(info.data()); in HeapObjectShortPrint()
2160 os << " " << Brief(value1()) << ", " << Brief(value2()); in BriefPrintDetails()
2169 << Brief(constant_elements()); in BriefPrintDetails()
[all …]
Dstring-table.cc324 os << " " << i.as_uint32() << ": " << Brief(Get(isolate, i)) << std::endl; in Print()
/external/clang/lib/Index/
DCommentToXML.cpp87 const BlockContentComment *Brief; member
99 Brief(nullptr), Headerfile(nullptr), FirstParagraph(nullptr) { in FullCommentParts()
123 if (!Brief && Info->IsBriefCommand) { in FullCommentParts()
124 Brief = BCC; in FullCommentParts()
447 if (Parts.Brief) in visitFullComment()
448 visit(Parts.Brief); in visitFullComment()
957 if (Parts.Brief) { in visitFullComment()
959 visit(Parts.Brief); in visitFullComment()
/external/v8/src/compiler/
Djs-operator.cc231 return os << Brief(*p.name()); in operator <<()
284 return os << Brief(*p.name()) << ", " << p.language_mode(); in operator <<()
346 return os << Brief(*p.name()) << ", " << p.typeof_mode(); in operator <<()
377 return os << p.language_mode() << ", " << Brief(*p.name()); in operator <<()
414 if (p.site().ToHandle(&site)) os << ", " << Brief(*site); in operator <<()
493 if (!p.map().is_null()) os << ", " << Brief(*p.map()); in operator <<()
522 return os << Brief(*p.description()) << ", " << Brief(*p.shared()); in operator <<()
551 return os << p.allocation() << ", " << Brief(*p.shared_info()) << ", " in operator <<()
552 << Brief(*p.code()); in operator <<()
584 return os << Brief(*p.constant()) << ", " << p.length() << ", " << p.flags(); in operator <<()
Dsimplified-operator.cc102 os << Brief(*map) << ", "; in operator <<()
392 return os << "fast-transition from " << Brief(*transition.source()) in operator <<()
393 << " to " << Brief(*transition.target()); in operator <<()
395 return os << "slow-transition from " << Brief(*transition.source()) in operator <<()
396 << " to " << Brief(*transition.target()); in operator <<()
439 return os << "fast-map" << Brief(*parameters.fast_map()) << " double-map" in operator <<()
440 << Brief(*parameters.double_map()); in operator <<()
480 << Brief(*parameters.fast_map()); in operator <<()
513 return os << "double-map" << Brief(*parameters.double_map()); in operator <<()
Dframe-states.cc84 os << ", " << Brief(*shared_info); in operator <<()
Dserializer-for-background-compilation.cc788 << Brief(*virtual_context.context) << std::endl; in operator <<()
796 out << Brief(*virtual_closure.shared()) << std::endl; in operator <<()
797 out << Brief(*virtual_closure.feedback_vector()) << std::endl; in operator <<()
816 out << " constant " << Brief(*constant) << std::endl; in operator <<()
819 out << " map " << Brief(*map) << std::endl; in operator <<()
1149 << Brief(*shared.object()) << ", bailing out.\n"); in Run()
/external/v8/src/codegen/
Dcompilation-cache.cc314 os << "NCI cache insertion: " << Brief(*key) << ", " << Brief(*value) in TraceInsertion()
322 os << "NCI cache hit: " << Brief(*key) << ", " << Brief(*value) << std::endl; in TraceHit()
Dstring-constants.cc102 return os << Brief(*p.str()); in operator <<()
Dreloc-info.cc458 os << " (" << Brief(target_object()) << ")"; in Print()
460 os << " (" << Brief(target_object()) << " compressed)"; in Print()
/external/python/cpython3/Lib/distutils/command/
Dcommand_template15 # Brief (40-50 characters) description of the command
/external/python/cpython2/Lib/distutils/command/
Dcommand_template15 # Brief (40-50 characters) description of the command
/external/iperf3/.github/
DPULL_REQUEST_TEMPLATE.md25 * Brief description of code changes (suitable for use as a commit message):
/external/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()
/external/google-styleguide/docguide/
Dphilosophy.md60 * **Brief and utilitarian is better than long and exhaustive**. The vast
/external/v8/src/execution/
Druntime-profiler.cc99 os << "NCI tierup mark: " << Brief(function) << ", " in TraceNCIRecompile()
/external/v8/src/handles/
Dhandles-inl.h79 return os << Brief(*handle);
/external/clang/include/clang/AST/
DCommentCommands.td95 def Brief : BlockCommand<"brief"> { let IsBriefCommand = 1; }
/external/libdrm/include/drm/
DREADME78 a) Brief summary on the delta. If there's any change that looks like an
/external/python/cpython2/Doc/tutorial/
Dstdlib.rst4 Brief Tour of the Standard Library
/external/python/cpython3/Doc/tutorial/
Dstdlib.rst4 Brief Tour of the Standard Library

12