Lines Matching full:startaddr
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++) {1024 addr = startAddr;