Searched refs:NameOf (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/tools/
H A DDumpRecord.cpp79 puts(NameOf(command));
83 static const char* NameOf(const T&) { function in class:__anon15443::Dumper
91 static const char* NameOf(const SkRecords::SaveLayer&) { function in class:__anon15443::Dumper
/external/skia/tools/
H A DDumpRecord.cpp81 puts(NameOf(command));
85 static const char* NameOf(const T&) { function in class:__anon30826::Dumper
93 static const char* NameOf(const SkRecords::SaveLayer&) { function in class:__anon30826::Dumper
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc644 os << NameOf(OperandAt(i));
915 OStream& operator<<(OStream& os, const NameOf& v) {
920 return os << NameOf(value());
931 return os << NameOf(value()) << " #" << argument_count();
936 return os << NameOf(function()) << " #" << argument_count();
963 return os << NameOf(first()) << " " << NameOf(second()) << " #"
1019 os << NameOf(index()) << " " << NameOf(length());
1023 os << NameOf(inde
[all...]
H A Dhydrogen-instructions.h933 struct NameOf { struct in namespace:v8
934 explicit NameOf(const HValue* const v) : value(v) {} function in struct:v8::NameOf
952 OStream& operator<<(OStream& os, const NameOf& v);
H A Dhydrogen.cc12306 os << phi->merged_index() << " " << NameOf(phi) << " " << *phi << "\n";
12318 os << "0 " << uses << " " << NameOf(instruction) << " " << *instruction;
12347 os << " [hir:" << NameOf(linstr->hydrogen_value()) << "] <|@\n";

Completed in 423 milliseconds