HomeSort by relevance Sort by last modified time
    Searched refs:OStream (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/v8/src/
ostreams.h 19 class OStream {
21 OStream() : hex_(false) { }
22 virtual ~OStream() { }
25 OStream& operator<<(OStream& (*manipulator)(OStream& os)) {
30 OStream& operator<<(short x); // NOLINT(runtime/int)
31 OStream& operator<<(unsigned short x); // NOLINT(runtime/int)
32 OStream& operator<<(int x);
33 OStream& operator<<(unsigned int x)
    [all...]
ostreams.cc 21 OStream& OStream::print(const char* format, T x) {
28 OStream& OStream::operator<<(short x) { // NOLINT(runtime/int)
33 OStream& OStream::operator<<(unsigned short x) { // NOLINT(runtime/int)
38 OStream& OStream::operator<<(int x) {
43 OStream& OStream::operator<<(unsigned int x)
    [all...]
property.cc 23 OStream& operator<<(OStream& os, const LookupResult& r) {
34 OStream& operator<<(OStream& os, const Descriptor& d) {
objects-printer.cc 25 void Object::Print(OStream& os) { // NOLINT
34 void HeapObject::PrintHeader(OStream& os, const char* id) { // NOLINT
39 void HeapObject::HeapObjectPrint(OStream& os) { // NOLINT
196 void ByteArray::ByteArrayPrint(OStream& os) { // NOLINT
201 void FreeSpace::FreeSpacePrint(OStream& os) { // NOLINT
207 void External##Type##Array::External##Type##ArrayPrint(OStream& os) { \
217 void FixedTypedArray<Traits>::FixedTypedArrayPrint(OStream& os) { // NOLINT
222 void JSObject::PrintProperties(OStream& os) { // NOLINT
254 static void DoPrintElements(OStream& os, Object* object) { // NOLINT
262 void JSObject::PrintElements(OStream& os) { // NOLIN
    [all...]
hydrogen-types.h 18 class OStream;
68 friend OStream& operator<<(OStream& os, const HType& t);
87 OStream& operator<<(OStream& os, const HType& t);
hydrogen-gvn.h 16 class OStream;
73 friend OStream& operator<<(OStream& os, const TrackedEffects& f);
110 OStream& operator<<(OStream& os, const TrackedEffects& f);
hydrogen-instructions.cc 531 OStream& operator<<(OStream& os, const HValue& v) { return v.PrintTo(os); }
534 OStream& operator<<(OStream& os, const TypeOf& t) {
542 OStream& operator<<(OStream& os, const ChangesOf& c) {
621 OStream& operator<<(OStream& os, const HSourcePosition& p) {
632 OStream& HInstruction::PrintTo(OStream& os) const { // NOLIN
    [all...]
  /external/v8/src/compiler/
graph-visualizer.h 13 class OStream;
24 OStream& operator<<(OStream& os, const AsDOT& ad);
instruction-codes.h 25 class OStream;
49 OStream& operator<<(OStream& os, const ArchOpcode& ao);
68 OStream& operator<<(OStream& os, const AddressingMode& am);
73 OStream& operator<<(OStream& os, const FlagsMode& fm);
97 OStream& operator<<(OStream& os, const FlagsCondition& fc);
operator.h 90 virtual OStream& PrintTo(OStream& os) const = 0; // NOLINT
91 friend OStream& operator<<(OStream& os, const Operator& op);
103 OStream& operator<<(OStream& os, const Operator& op);
122 virtual OStream& PrintTo(OStream& os) const FINAL { // NOLINT
136 static OStream& PrintTo(OStream& os, T val) { // NOLIN
    [all...]
machine-type.cc 20 OStream& operator<<(OStream& os, const MachineType& type) {
node.cc 45 OStream& operator<<(OStream& os, const Operator& op) { return op.PrintTo(os); }
48 OStream& operator<<(OStream& os, const Node& n) {
schedule.cc 15 OStream& operator<<(OStream& os, const BasicBlockData::Control& c) {
33 OStream& operator<<(OStream& os, const Schedule& s) {
simplified-operator.h 31 OStream& operator<<(OStream&, BaseTaggedness);
63 OStream& operator<<(OStream&, ElementAccess const&);
instruction.cc 13 OStream& operator<<(OStream& os, const InstructionOperand& op) {
98 OStream& operator<<(OStream& os, const MoveOperands& mo) {
113 OStream& operator<<(OStream& os, const ParallelMove& pm) {
155 OStream& operator<<(OStream& os, const PointerMap& pm) {
167 OStream& operator<<(OStream& os, const ArchOpcode& ao)
    [all...]
simplified-operator.cc 16 OStream& operator<<(OStream& os, BaseTaggedness base_taggedness) {
40 OStream& operator<<(OStream& os, ElementAccess const& access) {
67 static OStream& PrintTo(OStream& os, const FieldAccess& val) {
84 static OStream& PrintTo(OStream& os, const ElementAccess& access) {
graph-visualizer.cc 27 GraphVisualizer(OStream& os, Zone* zone, const Graph* graph); // NOLINT
42 OStream& os_;
94 friend OStream& operator<<(OStream& os, const Escaped& e) {
265 GraphVisualizer::GraphVisualizer(OStream& os, Zone* zone,
275 OStream& operator<<(OStream& os, const AsDOT& ad) {
linkage.cc 18 OStream& operator<<(OStream& os, const CallDescriptor::Kind& k) {
34 OStream& operator<<(OStream& os, const CallDescriptor& d) {
linkage.h 146 OStream& operator<<(OStream& os, const CallDescriptor& d);
147 OStream& operator<<(OStream& os, const CallDescriptor::Kind& k);
machine-operator.h 22 OStream& operator<<(OStream& os, const WriteBarrierKind& write_barrier_kind);
55 OStream& operator<<(OStream& os, const StoreRepresentation& rep);
  /frameworks/rs/
rsStream.cpp 54 OStream::OStream(uint64_t len, bool use64) {
61 OStream::~OStream() {
65 void OStream::addByteArray(const void *src, size_t numBytes) {
74 void OStream::addOffset(uint64_t v) {
93 void OStream::addString(const char *s, size_t len) {
103 void OStream::addString(const char *s) {
107 void OStream::growSize() {
rsScriptGroupBase.h 14 virtual void serialize(Context *rsc, OStream *stream) const {}
rsAnimation.cpp 24 void Animation::serialize(Context *rsc, OStream *stream) const {
rsAnimation.h 39 virtual void serialize(Context *rsc, OStream *stream) const;
rsFileA3D.h 75 virtual void serialize(Context *rsc, OStream *stream) const {
90 OStream *mWriteStream;

Completed in 935 milliseconds

1 2 3 4