Searched refs:macro (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dclasses.hpp28 macro(AbsD)
29 macro(AbsF)
30 macro(AbsI)
31 macro(AddD)
32 macro(AddF)
33 macro(AddI)
34 macro(AddL)
35 macro(AddP)
36 macro(Allocate)
37 macro(AllocateArra
[all...]
H A Dopcodes.hpp29 #define macro(x) Op_##x, macro
32 macro(Set) // Instruction selection match rule enumerator in enum:Opcodes
33 macro(RegN) // Machine narrow oop register enumerator in enum:Opcodes
34 macro(RegI) // Machine integer register enumerator in enum:Opcodes
35 macro(RegP) // Machine pointer register enumerator in enum:Opcodes
36 macro(RegF) // Machine float register enumerator in enum:Opcodes
37 macro(RegD) // Machine double register enumerator in enum:Opcodes
38 macro(RegL) // Machine long register enumerator in enum:Opcodes
39 macro(VecS) // Machine vectors register enumerator in enum:Opcodes
40 macro(Vec enumerator in enum:Opcodes
41 macro(VecX) // Machine vectorx register enumerator in enum:Opcodes
42 macro(VecY) // Machine vectory register enumerator in enum:Opcodes
43 macro(RegFlags) // Machine flags register enumerator in enum:Opcodes
48 #undef macro macro
[all...]
H A Dopcodes.cpp30 #define macro(x) #x, macro
49 #undef macro macro
H A Dclasses.cpp46 #define macro(x) int x##Node::Opcode() const { return Op_##x; } macro
48 #undef macro macro
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/jaxb/
H A DUtil.java35 static String replace( String macro, String... args ) { argument
36 int len = macro.length();
39 char ch = macro.charAt(i);
41 char tail = macro.charAt(i+1);
42 char ch2 = macro.charAt(i+2);
55 * Creates a macro tempate so that it can be later used with {@link #replace(String, String[])}.
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.hpp207 #define CLASS_INJECTED_FIELDS(macro) \
208 macro(java_lang_Class, klass, object_signature, false) \
209 macro(java_lang_Class, resolved_constructor, object_signature, false) \
210 macro(java_lang_Class, array_klass, object_signature, false) \
211 macro(java_lang_Class, oop_size, int_signature, false) \
212 macro(java_lang_Class, static_oop_field_count, int_signature, false)
951 #define MEMBERNAME_INJECTED_FIELDS(macro) \
952 macro(java_lang_invoke_MemberName, vmindex, intptr_signature, false) \
953 macro(java_lang_invoke_MemberName, vmtarget, object_signature, false)
1293 #define ALL_INJECTED_FIELDS(macro) \
[all...]
H A DstackMapTableFormat.hpp158 #define FOR_EACH_STACKMAP_FRAME_TYPE(macro, arg1, arg2) \
159 macro(same_frame, arg1, arg2) \
160 macro(same_frame_extended, arg1, arg2) \
161 macro(same_locals_1_stack_item_frame, arg1, arg2) \
162 macro(same_locals_1_stack_item_extended, arg1, arg2) \
163 macro(chop_frame, arg1, arg2) \
164 macro(append_frame, arg1, arg2) \
165 macro(full_frame, arg1, arg2)
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME150 a macro since the first argument, the mask accumulator, must be
158 be implemented as a macro since the first argument, the mask
196 GetPixelRGB must be implemented as a macro since the last three
197 arguments must be modified, but the macro could be implemented
254 more efficiently. Then simply define the macro "NAME" to represent
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A Dgrammar.idl421 - #define id(id, id, ...) token-string is a macro definition. There can be no space between the first id and the left paren. Since id( must be treated as a token and id( can also appear in op_dcl, see that production for the effect of this token.
H A DPreprocessor.java1070 // For macro expansion
1078 // Get the parameter values from the macro 'call'
1081 // Get the parameter names from the macro definition
1087 macro (parmNames);
1100 // This method is only used by the macro expansion methods.
1153 private void macro (Vector parmNames) throws IOException, ParseException method in class:Preprocessor
1159 } // macro
1272 // For macro expansion
1322 // If this is a macro, parse the macro
[all...]
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES246 PNG_TIME_RFC1152_SUPPORTED macro to PNG_TIME_RFC1123_SUPPORTED
316 and added PNG_PROGRESSIVE_READ_NOT_SUPPORTED macro
442 Separated the PNG_NO_STDIO macro into PNG_NO_STDIO and PNG_NO_CONSOLE_IO
501 Replaced 2147483647L several places with PNG_MAX_UINT macro, defined in png.h
558 Changed png_get_header_version() from a function to a macro in png.h
585 Removed all global arrays (according to PNG_NO_GLOBAL_ARRAYS macro), to
601 to applications a macro "PNG_USE_LOCAL_ARRAYS".
604 Added PNG_EXPORT_VAR macro to accommodate making DLL's.
637 Moved PNG_CHNK string macro definitions outside of PNG_NO_EXTERN block
726 Added "png_jmp_env()" macro t
[all...]

Completed in 239 milliseconds