HomeSort by relevance Sort by last modified time
    Searched refs:NameOf (Results 1 - 4 of 4) sorted by null

  /external/skia/tools/
DumpRecord.cpp 92 puts(NameOf(command));
96 static const char* NameOf(const T&) {
104 static const char* NameOf(const SkRecords::SaveLayer&) {
  /external/v8/src/crankshaft/
hydrogen-instructions.cc 632 os << NameOf(OperandAt(i));
885 std::ostream& operator<<(std::ostream& os, const NameOf& v) {
890 return os << NameOf(value());
902 return os << NameOf(value()) << " #" << argument_count();
907 return os << NameOf(first()) << " " << NameOf(second()) << " #"
925 os << NameOf(index()) << " " << NameOf(length());
929 os << NameOf(index());
982 os << NameOf(OperandAt(i)) << " "
    [all...]
hydrogen-instructions.h 846 struct NameOf {
847 explicit NameOf(const HValue* const v) : value(v) {}
865 std::ostream& operator<<(std::ostream& os, const NameOf& v);
    [all...]
hydrogen.cc     [all...]

Completed in 216 milliseconds