Searched refs:Brief (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/v8/src/
H A Dobjects-printer.cc232 os << Brief(RawFastPropertyAt(index)) << " (field at offset "
237 os << Brief(descs->GetConstant(i)) << " (constant)\n";
240 os << Brief(descs->GetCallbacksObject(i)) << " (callback)\n";
273 os << " " << i << ": " << Brief(p->get(i)) << "\n";
334 os << " " << (i - 2) << ":" << Brief(p->get(i));
336 os << "\n context: " << Brief(p->get(0))
337 << "\n arguments: " << Brief(p->get(1)) << "\n";
403 os << " - scope_info = " << Brief(scope_info())
425 os << "\n - name: " << Brief(name());
452 os << " - back pointer: " << Brief(GetBackPointe
[all...]
H A Dproperty.cc28 os << " -transition target:\n" << Brief(r.GetTransitionTarget()) << "\n";
35 return os << "Descriptor " << Brief(*d.GetKey()) << " @ "
36 << Brief(*d.GetValue());
H A Dtyping.cc57 os << " : " << Brief(value) << " -> ";
H A Dassembler.cc802 os << " (" << Brief(target_object()) << ")";
H A Dobjects.h1233 struct Brief { struct in namespace:v8::internal
1234 explicit Brief(const Object* const v) : value(v) {} function in struct:v8::internal::Brief
1239 OStream& operator<<(OStream& os, const Brief& v);
H A Dhydrogen-instructions.cc1672 return os << NameOf(value()) << " " << Brief(*object().handle());
2949 os << Brief(*h) << " ";
H A Dobjects.cc907 os << Brief(this);
913 os << Brief(this);
918 OStream& operator<<(OStream& os, const Brief& v) {
10676 os << Brief(JSFunction::cast(function)->shared()->DebugName());
10696 os << "{function=" << Brief(function->shared()->DebugName())
10706 os << "{function=" << Brief(function->shared()->DebugName()) << "}";
13051 os << Brief(k);
13053 os << ": " << Brief(ValueAt(i)) << "\n";
H A Druntime.cc9701 os << Brief(args[0]);
/external/chromium_org/v8/test/cctest/
H A Dtest-symbols.cc32 os << Brief(*symbols[i]) << "\n";
/external/clang/lib/Index/
H A DCommentToXML.cpp88 const BlockContentComment *Brief; member in struct:__anon17939::FullCommentParts
100 Brief(nullptr), Headerfile(nullptr), FirstParagraph(nullptr) {
124 if (!Brief && Info->IsBriefCommand) {
125 Brief = BCC;
448 if (Parts.Brief)
449 visit(Parts.Brief);
965 if (Parts.Brief) {
967 visit(Parts.Brief);
/external/chromium_org/v8/src/compiler/
H A Doperator.h173 return os << Brief(*val.handle());
185 return os << Brief(*val.handle());
H A Dinstruction.cc308 return os << Brief(*constant.ToHeapObject());
/external/chromium_org/v8/src/mips/
H A Dsimulator-mips.cc540 os << Brief(obj) << "\n";
/external/chromium_org/v8/src/arm/
H A Dsimulator-arm.cc353 os << Brief(obj) << "\n";
/external/chromium_org/v8/src/arm64/
H A Dsimulator-arm64.cc3447 os << Brief(obj) << "\n";
/external/chromium_org/v8/src/mips64/
H A Dsimulator-mips64.cc483 os << Brief(obj) << "\n";

Completed in 368 milliseconds