Searched refs:routine (Results 1 - 7 of 7) sorted by relevance
| /openjdk7/jdk/src/share/native/sun/awt/image/jpeg/ |
| H A D | jdmarker.c | 178 * 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 D | jpeglib.h | 1016 jpeg_marker_parser_method routine));
|
| /openjdk7/hotspot/src/os_cpu/bsd_x86/vm/ |
| H A D | bsd_x86_32.s | 70 ## routine to vet the address. If the address is the faulting LD then
|
| /openjdk7/hotspot/src/os_cpu/linux_x86/vm/ |
| H A D | linux_x86_32.s | 49 ## routine to vet the address. If the address is the faulting LD then
|
| /openjdk7/hotspot/src/share/vm/c1/ |
| H A D | c1_LIR.hpp | 2126 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 D | c1_LIRGenerator.hpp | 429 void do_RuntimeCall(address routine, int expected_arguments, Intrinsic* x);
|
| H A D | c1_LIRGenerator.cpp | 2879 void LIRGenerator::do_RuntimeCall(address routine, int expected_arguments, Intrinsic* x) { argument 2882 __ call_runtime_leaf(routine, getThreadTemp(),
|
Completed in 83 milliseconds