Lines Matching full:trace
36 * Determine the initial instruction set to be used for this trace.
229 /* Sort the trace profile counts and dump them */
496 * Unchain a trace given the starting address of the translation
1050 /* 4 is the number of additional bytes needed for chaining information for trace:
1088 streamStart = stream; /* trace start before alignment */
1097 stream = (char*)(((unsigned int)stream + 0xF) & ~0xF); /* Align trace to 16-bytes */
1292 ALOGI("JIT code cache full after lowerByteCodeJit (trace uses %uB)", (stream - streamStart));
1320 * Check if the block is terminated due to trace length constraint -
1386 ALOGI("JIT code cache full after ChainingCell (trace uses %uB)", (stream - streamStart));
1402 * Bail out for this trace!
1404 ALOGI("JIT code cache full after endOfTrace (trace uses %uB)", (stream - streamStart));
1425 ALOGI("JIT code cache full after ChainingCellCounts (trace uses %uB)", (stream - streamStart));
1443 ALOGD("-------- Built trace for %s%s, JIT code [%p, %p) cache start %p",
1447 cUnit->method->name, cUnit->traceDesc->trace[0].info.frag.startOffset);
1450 ALOGV("JIT CODE after trace %p to %p size %x START %p", cUnit->baseAddr,
1511 /* Start compilation with maximally allowed trace length */
1520 /* Start compilation with maximally allowed trace length */