Home | History | Annotate | Download | only in x86

Lines Matching full:endaddr

999 /* Print the code block in code cache in the range of [startAddr, endAddr)
1002 void printEmittedCodeBlock(unsigned char *startAddr, unsigned char *endAddr)
1012 for (addr = startAddr; addr < endAddr; addr++) {
1025 while (addr < endAddr) {