Searched defs:RET_NOT_FOUND (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp10598 RET_FOUND, RET_NOT_FOUND, EXIT, FOUND_SUBSTR, local
10634 jccb(Assembler::negative, RET_NOT_FOUND); // Left less then substring
10645 jccb(Assembler::lessEqual, RET_NOT_FOUND); // Scanned full string
10647 jccb(Assembler::negative, RET_NOT_FOUND); // Left less then substring
10673 bind(RET_NOT_FOUND);
10759 RET_FOUND, RET_NOT_FOUND, CLEANUP, FOUND_SUBSTR, local
10884 jccb(Assembler::negative, RET_NOT_FOUND); // Left less then substring
10895 jccb(Assembler::lessEqual, RET_NOT_FOUND); // Scanned full string
10897 jccb(Assembler::negative, RET_NOT_FOUND); // Left less then substring
10918 bind(RET_NOT_FOUND);
[all...]

Completed in 81 milliseconds