Home
last modified time | relevance | path

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

12

/external/v8/src/
Dobjects-printer.cc289 os << Brief(RawFastPropertyAt(field_index)); in PrintProperties()
294 os << Brief(descs->GetValue(i)); in PrintProperties()
379 os << std::setw(12) << ss.str() << ": " << Brief(previous_value); in PrintFixedArrayElements()
423 os << " " << (i - 2) << ":" << Brief(p->get(i)); in PrintElements()
425 os << "\n context: " << Brief(p->get(0)) in PrintElements()
426 << "\n arguments: " << Brief(p->get(1)); in PrintElements()
449 os << "\n - elements = " << Brief(obj->elements()) << " [" in JSObjectPrintHeader()
463 os << "\n - properties = " << Brief(obj->properties()) << " {"; in JSObjectPrintBody()
467 os << " - elements = " << Brief(obj->elements()) << " {"; in JSObjectPrintBody()
489 os << "\n - length = " << Brief(this->length()); in JSArrayPrint()
[all …]
Dhandles-inl.h39 return os << Brief(*handle);
Dcompiler.cc101 os << "[compiling method " << Brief(*info()->closure()) << " using " in PrepareJob()
1022 os << "[switching method " << Brief(*function) << " to baseline code]" in GetBaselineCode()
Dobjects.cc2366 os << Brief(this); in ShortPrint()
2372 os << Brief(this); in ShortPrint()
2377 void Object::ShortPrint(std::ostream& os) { os << Brief(this); } in ShortPrint()
2380 std::ostream& operator<<(std::ostream& os, const Brief& v) { in operator <<()
2852 os << Brief(*(old_value.ToHandleChecked())); in PrintGeneralization()
2860 os << Brief(*(new_value.ToHandleChecked())); in PrintGeneralization()
14241 os << " " << Brief(SharedFunctionInfo::cast(info)) << "\n"; in DeoptimizationInputDataPrint()
14288 << Brief(SharedFunctionInfo::cast(shared_info)->DebugName()) in DeoptimizationInputDataPrint()
14299 << Brief(SharedFunctionInfo::cast(shared_info)->DebugName()) in DeoptimizationInputDataPrint()
14310 << Brief(SharedFunctionInfo::cast(shared_info)->DebugName()) in DeoptimizationInputDataPrint()
[all …]
/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.cc236 return os << Brief(*parameters.catch_name()) << ", " in operator <<()
237 << Brief(*parameters.scope_info()); in operator <<()
293 return os << Brief(*p.name()); in operator <<()
343 return os << Brief(*p.name()) << ", " << p.language_mode(); in operator <<()
402 return os << Brief(*p.name()) << ", " << p.typeof_mode(); in operator <<()
433 return os << p.language_mode() << ", " << Brief(*p.name()); in operator <<()
469 if (!p.site().is_null()) os << ", " << Brief(*p.site()); in operator <<()
501 return os << p.pretenure() << ", " << Brief(*p.shared_info()); in operator <<()
532 return os << Brief(*p.constant()) << ", " << p.length() << ", " << p.flags() in operator <<()
Dsimplified-operator.cc124 os << Brief(*map) << ", "; in operator <<()
265 os << ", " << Brief(*maps[i]); in operator <<()
339 return os << "fast-transition from " << Brief(*transition.source()) in operator <<()
340 << " to " << Brief(*transition.target()); in operator <<()
342 return os << "slow-transition from " << Brief(*transition.source()) in operator <<()
343 << " to " << Brief(*transition.target()); in operator <<()
Dframe-states.cc84 os << ", " << Brief(*shared_info); in operator <<()
Dtypes.cc1007 os << "HeapConstant(" << Brief(*this->AsHeapConstant()->Value()) << ")"; in PrintTo()
Dinstruction.cc593 return os << Brief(*constant.ToHeapObject()); in operator <<()
Dload-elimination.cc356 os << " - " << Brief(*maps[i]) << "\n"; 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/v8/src/interpreter/
Dconstant-array-builder.cc71 os << "Duplicate constant found: " << Brief(*handle) << std::endl; in CheckAllElementsAreUnique()
75 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/crankshaft/
Dunique.h142 return os << Brief(*uniq.handle());
Dtyping.cc41 os << " : " << Brief(value) << " -> "; in PrintObserved()
/external/clang/include/clang/AST/
DCommentCommands.td95 def Brief : BlockCommand<"brief"> { let IsBriefCommand = 1; }
/external/libdrm/include/drm/
DREADME76 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
Dstdlib2.rst4 Brief Tour of the Standard Library -- Part II
/external/python/cpython3/Doc/tutorial/
Dstdlib.rst4 Brief Tour of the Standard Library
Dstdlib2.rst4 Brief Tour of the Standard Library --- Part II
/external/v8/src/runtime/
Druntime-test.cc545 os << Brief(args[0]); in RUNTIME_FUNCTION()
/external/v8/src/ast/
Dast-types.cc1224 os << "Constant(" << Brief(*this->AsConstant()->Value()) << ")"; in PrintTo()

12