Home | History | Annotate | Download | only in vm

Lines Matching refs:FILE

5  * you may not use this file except in compliance with the License.
40 * File format:
285 * Dump the thread list to the specified file.
287 static void dumpThreadList(FILE* fp) {
303 FILE* fp = (FILE*) vfp;
342 * Dump the list of "marked" methods to the specified file.
344 static void dumpMethodList(FILE* fp)
355 * This opens the output file (if an already open fd has not been supplied,
357 * takes ownership of the file descriptor, closing it on completion.
396 ALOGE("Unable to open trace file '%s': %s",
399 "Unable to open trace file '%s': %s",
549 * file so we can interpret it.
662 fprintf(state->traceFile, "data-file-overflow=%s\n",
889 * optimized DEX base file address offset by the right amount, or
894 * on having access to the correct optimized DEX file.