Lines Matching refs:PrintF
47 PrintF(out, "Not Found\n");
51 PrintF(out, "LookupResult:\n");
52 PrintF(out, " -cacheable = %s\n", IsCacheable() ? "true" : "false");
53 PrintF(out, " -attributes = %x\n", GetAttributes());
56 PrintF(out, " -type = normal\n");
57 PrintF(out, " -entry = %d", GetDictionaryEntry());
60 PrintF(out, " -type = constant\n");
61 PrintF(out, " -value:\n");
63 PrintF(out, "\n");
66 PrintF(out, " -type = field\n");
67 PrintF(out, " -index = %d", GetFieldIndex().field_index());
68 PrintF(out, "\n");
71 PrintF(out, " -type = call backs\n");
72 PrintF(out, " -callback object:\n");
76 PrintF(out, " -type = lookup proxy\n");
79 PrintF(out, " -type = lookup interceptor\n");
84 PrintF(out, " -type = map transition\n");
85 PrintF(out, " -map:\n");
87 PrintF(out, "\n");
90 PrintF(out, " -type = constant property transition\n");
91 PrintF(out, " -map:\n");
93 PrintF(out, "\n");
96 PrintF(out, " -type = callbacks transition\n");
97 PrintF(out, " -callback object:\n");
112 PrintF(out, "Descriptor ");
114 PrintF(out, " @ ");