Lines Matching refs:PrintF
46 PrintF(out, "Not Found\n");
50 PrintF(out, "LookupResult:\n");
51 PrintF(out, " -cacheable = %s\n", IsCacheable() ? "true" : "false");
52 PrintF(out, " -attributes = %x\n", GetAttributes());
55 PrintF(out, " -type = normal\n");
56 PrintF(out, " -entry = %d", GetDictionaryEntry());
59 PrintF(out, " -type = map transition\n");
60 PrintF(out, " -map:\n");
62 PrintF(out, "\n");
65 PrintF(out, " -type = elements transition\n");
66 PrintF(out, " -map:\n");
68 PrintF(out, "\n");
71 PrintF(out, " -type = constant function\n");
72 PrintF(out, " -function:\n");
74 PrintF(out, "\n");
77 PrintF(out, " -type = field\n");
78 PrintF(out, " -index = %d", GetFieldIndex());
79 PrintF(out, "\n");
82 PrintF(out, " -type = call backs\n");
83 PrintF(out, " -callback object:\n");
87 PrintF(out, " -type = lookup proxy\n");
90 PrintF(out, " -type = lookup interceptor\n");
93 PrintF(out, " -type = constant property transition\n");
94 PrintF(out, " -map:\n");
96 PrintF(out, "\n");
99 PrintF(out, " =type = null descriptor\n");
106 PrintF(out, "Descriptor ");
108 PrintF(out, " @ ");
110 PrintF(out, " %d\n", GetDetails().index());