Searched refs:routine (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdmarker.c178 * marker parameters; restart point has not been moved. Same routine
1176 * This routine is supposed to apply whatever error recovery strategy seems
1338 /* Choose processor routine to use.
1374 jpeg_marker_parser_method routine)
1379 marker->process_COM = routine;
1381 marker->process_APPn[marker_code - (int) M_APP0] = routine;
1373 jpeg_set_marker_processor(j_decompress_ptr cinfo, int marker_code, jpeg_marker_parser_method routine) argument
H A Djpeglib.h1016 jpeg_marker_parser_method routine));
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_32.s70 ## routine to vet the address. If the address is the faulting LD then
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_32.s49 ## routine to vet the address. If the address is the faulting LD then
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp2126 void call_runtime_leaf(address routine, LIR_Opr tmp, LIR_Opr result, LIR_OprList* arguments) { argument
2127 append(new LIR_OpRTCall(routine, tmp, result, arguments));
2130 void call_runtime(address routine, LIR_Opr tmp, LIR_Opr result, argument
2132 append(new LIR_OpRTCall(routine, tmp, result, arguments, info));
H A Dc1_LIRGenerator.hpp429 void do_RuntimeCall(address routine, int expected_arguments, Intrinsic* x);
H A Dc1_LIRGenerator.cpp2879 void LIRGenerator::do_RuntimeCall(address routine, int expected_arguments, Intrinsic* x) { argument
2882 __ call_runtime_leaf(routine, getThreadTemp(),

Completed in 91 milliseconds