Home
last modified time | relevance | path

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

12

/external/v8/src/
Dobjects-printer.cc287 os << Brief(RawFastPropertyAt(index)); in PrintProperties()
298 os << Brief(descs->GetConstant(i)) << " (data constant)"; in PrintProperties()
301 os << Brief(descs->GetCallbacksObject(i)) << " (accessor constant)"; in PrintProperties()
333 os << "\n " << i << ": " << Brief(p->get(i)); in PrintElements()
381 os << " " << (i - 2) << ":" << Brief(p->get(i)); in PrintElements()
383 os << "\n context: " << Brief(p->get(0)) in PrintElements()
384 << "\n arguments: " << Brief(p->get(1)); in PrintElements()
421 os << "\n - data = " << Brief(data()); in JSRegExpPrint()
428 os << "\n - context = " << Brief(context()); in JSModulePrint()
429 os << " - scope_info = " << Brief(scope_info()); in JSModulePrint()
[all …]
Dproperty.cc75 os << "Descriptor " << Brief(*d.GetKey()) << " @ " << Brief(value) << " "; in operator <<()
78 os << "(get: " << Brief(pair->getter()) in operator <<()
79 << ", set: " << Brief(pair->setter()) << ") "; in operator <<()
Dhandles-inl.h39 return os << Brief(*handle);
Dcompiler.cc440 os << "[compiling method " << Brief(*info()->closure()) in CreateGraph()
492 os << "[compiling method " << Brief(*info()->closure()) in CreateGraph()
Dtypes.cc1324 os << "Constant(" << Brief(*this->AsConstant()->Value()) << ")"; in PrintTo()
Dassembler.cc853 os << " (" << Brief(target_object()) << ")"; in Print()
Dobjects.cc1662 os << Brief(this); in ShortPrint()
1668 os << Brief(this); in ShortPrint()
1673 void Object::ShortPrint(std::ostream& os) { os << Brief(this); } in ShortPrint()
1676 std::ostream& operator<<(std::ostream& os, const Brief& v) { in operator <<()
14580 os << " " << Brief(SharedFunctionInfo::cast(info)) << "\n"; in DeoptimizationInputDataPrint()
14627 << Brief(SharedFunctionInfo::cast(shared_info)->DebugName()) in DeoptimizationInputDataPrint()
14638 << Brief(SharedFunctionInfo::cast(shared_info)->DebugName()) in DeoptimizationInputDataPrint()
14660 << Brief(SharedFunctionInfo::cast(shared_info)->DebugName()) in DeoptimizationInputDataPrint()
14669 os << "{function=" << Brief(SharedFunctionInfo::cast(shared_info) in DeoptimizationInputDataPrint()
14740 os << "{literal_id=" << literal_index << " (" << Brief(literal_value) in DeoptimizationInputDataPrint()
[all …]
Dobjects.h1424 struct Brief { struct
1425 explicit Brief(const Object* const v) : value(v) {} in Brief() function
1430 std::ostream& operator<<(std::ostream& os, const Brief& v); argument
/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()
958 if (Parts.Brief) { in visitFullComment()
960 visit(Parts.Brief); in visitFullComment()
/external/v8/src/compiler/
Djs-operator.cc241 return os << Brief(*access.name()) << ", " << access.typeof_mode(); in operator <<()
270 return os << Brief(*p.name()) << ", " << p.language_mode(); in operator <<()
329 return os << Brief(*p.name()) << ", " << p.typeof_mode(); in operator <<()
360 return os << p.language_mode() << ", " << Brief(*p.name()); in operator <<()
419 if (!p.site().is_null()) os << ", " << Brief(*p.site()); in operator <<()
449 return os << p.pretenure() << ", " << Brief(*p.shared_info()); in operator <<()
478 return os << Brief(*p.constant()) << ", " << p.flags() << ", " << p.index(); in operator <<()
Dframe-states.cc74 os << ", " << Brief(*shared_info); in operator <<()
Dinstruction.cc517 return os << Brief(*constant.ToHeapObject()); in operator <<()
/external/v8/test/cctest/
Dtest-symbols.cc57 os << Brief(*symbols[i]) << "\n"; in TEST()
Dtest-field-type-tracking.cc118 os << "(get: " << Brief(*values_[i]) in Print()
119 << ", set: " << Brief(*setter_values_[i]) << ") "; in Print()
121 os << Brief(*values_[i]); in Print()
/external/chromium-trace/catapult/third_party/polymer/components/polymer/
DREADME.md5 ## Brief Overview
/external/chromium-trace/catapult/tracing/third_party/components/polymer/
DREADME.md5 ## Brief Overview
/external/clang/include/clang/AST/
DCommentCommands.td95 def Brief : BlockCommand<"brief"> { let IsBriefCommand = 1; }
/external/v8/src/crankshaft/
Dunique.h142 return os << Brief(*uniq.handle());
Dtyping.cc39 os << " : " << Brief(value) << " -> "; in PrintObserved()
Dhydrogen-instructions.cc1705 return os << NameOf(value()) << " " << Brief(*object().handle()); in PrintDataTo()
2981 os << Brief(*h) << " "; in PrintDataTo()
/external/v8/src/runtime/
Druntime-test.cc298 os << Brief(args[0]); in RUNTIME_FUNCTION()
/external/tinyxml/
Dreadme.txt481 <h2> Contributors, Contacts, and a Brief History </h2>
/external/opencv3/cmake/
DOpenCVModule.cmake159 …set(OPENCV_MODULE_${the_module}_DESCRIPTION "${the_description}" CACHE INTERNAL "Brief description…
/external/llvm/docs/
DMergeFunctions.rst284 Brief look at the source code tells us, that comparison starts in
/external/v8/src/arm/
Dsimulator-arm.cc353 os << Brief(obj) << "\n"; in Debug()

12