/external/v8/src/ |
D | objects-printer.cc | 287 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 …]
|
D | property.cc | 75 os << "Descriptor " << Brief(*d.GetKey()) << " @ " << Brief(value) << " "; in operator <<() 78 os << "(get: " << Brief(pair->getter()) in operator <<() 79 << ", set: " << Brief(pair->setter()) << ") "; in operator <<()
|
D | handles-inl.h | 39 return os << Brief(*handle);
|
D | compiler.cc | 440 os << "[compiling method " << Brief(*info()->closure()) in CreateGraph() 492 os << "[compiling method " << Brief(*info()->closure()) in CreateGraph()
|
D | types.cc | 1324 os << "Constant(" << Brief(*this->AsConstant()->Value()) << ")"; in PrintTo()
|
D | assembler.cc | 853 os << " (" << Brief(target_object()) << ")"; in Print()
|
D | objects.cc | 1662 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 …]
|
D | objects.h | 1424 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/ |
D | CommentToXML.cpp | 87 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/ |
D | js-operator.cc | 241 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 <<()
|
D | frame-states.cc | 74 os << ", " << Brief(*shared_info); in operator <<()
|
D | instruction.cc | 517 return os << Brief(*constant.ToHeapObject()); in operator <<()
|
/external/v8/test/cctest/ |
D | test-symbols.cc | 57 os << Brief(*symbols[i]) << "\n"; in TEST()
|
D | test-field-type-tracking.cc | 118 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/ |
D | README.md | 5 ## Brief Overview
|
/external/chromium-trace/catapult/tracing/third_party/components/polymer/ |
D | README.md | 5 ## Brief Overview
|
/external/clang/include/clang/AST/ |
D | CommentCommands.td | 95 def Brief : BlockCommand<"brief"> { let IsBriefCommand = 1; }
|
/external/v8/src/crankshaft/ |
D | unique.h | 142 return os << Brief(*uniq.handle());
|
D | typing.cc | 39 os << " : " << Brief(value) << " -> "; in PrintObserved()
|
D | hydrogen-instructions.cc | 1705 return os << NameOf(value()) << " " << Brief(*object().handle()); in PrintDataTo() 2981 os << Brief(*h) << " "; in PrintDataTo()
|
/external/v8/src/runtime/ |
D | runtime-test.cc | 298 os << Brief(args[0]); in RUNTIME_FUNCTION()
|
/external/tinyxml/ |
D | readme.txt | 481 <h2> Contributors, Contacts, and a Brief History </h2>
|
/external/opencv3/cmake/ |
D | OpenCVModule.cmake | 159 …set(OPENCV_MODULE_${the_module}_DESCRIPTION "${the_description}" CACHE INTERNAL "Brief description…
|
/external/llvm/docs/ |
D | MergeFunctions.rst | 284 Brief look at the source code tells us, that comparison starts in
|
/external/v8/src/arm/ |
D | simulator-arm.cc | 353 os << Brief(obj) << "\n"; in Debug()
|