Lines Matching refs:Code
6 // * Redistributions of source code must retain the above copyright
172 Code::cast(this)->CodePrint(out);
325 // Don't call GetElementsKind, its validation code can cause the printer to
478 // Don't call GetElementsKind, its validation code can cause the printer to
569 PrintF(out, "\n - code cache: ");
571 PrintF(out, "\n - dependent code: ");
846 PrintF(out, "\n - code = ");
847 code()->ShortPrint(out);
864 PrintF(out, "\n - code = ");
865 code()->ShortPrint(out);
867 PrintF(out, "\n - source code = ");
927 void Code::CodePrint(FILE* out) {
928 HeapObject::PrintHeader(out, "Code");
1175 PrintF(out, "\n - code: ");
1176 code()->ShortPrint(out);