Searched defs:BLOCK_COMMENT (Results 1 - 25 of 31) sorted by relevance

12

/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DmacroAssembler_aarch64.cpp55 #define BLOCK_COMMENT(str) /* nothing */ macro
58 #define BLOCK_COMMENT(str) block_comment(str) macro
[all...]
H A DmethodHandles_aarch64.cpp37 #define BLOCK_COMMENT(str) /* nothing */ macro
39 #define BLOCK_COMMENT(str) __ block_comment(str) macro
[all...]
H A Dassembler_aarch64.cpp52 #define BLOCK_COMMENT(str) /* nothing */ macro
54 #define BLOCK_COMMENT(str) block_comment(str) macro
H A DstubGenerator_aarch64.cpp60 #define BLOCK_COMMENT(str) /* nothing */ macro
62 #define BLOCK_COMMENT(str) __ block_comment(str) macro
[all...]
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DvtableStubs_ppc_64.cpp42 #define BLOCK_COMMENT(str) // nothing macro
44 #define BLOCK_COMMENT(str) __ block_comment(str) macro
H A Dassembler_ppc.cpp47 #define BLOCK_COMMENT(str) // nothing macro
49 #define BLOCK_COMMENT(str) block_comment(str) macro
H A DmethodHandles_ppc.cpp38 #define BLOCK_COMMENT(str) // nothing macro
40 #define BLOCK_COMMENT(str) __ block_comment(str) macro
[all...]
H A DtemplateInterpreterGenerator_ppc.cpp62 #define BLOCK_COMMENT(str) /* nothing */ macro
64 #define BLOCK_COMMENT(str) __ block_comment(str) macro
[all...]
H A DsharedRuntime_ppc.cpp53 #define BLOCK_COMMENT(str) // nothing macro
55 #define BLOCK_COMMENT(str) __ block_comment(str) macro
[all...]
H A DstubGenerator_ppc.cpp46 #define BLOCK_COMMENT(str) // nothing macro
48 #define BLOCK_COMMENT(str) __ block_comment(str) macro
[all...]
H A Dinterp_masm_ppc_64.cpp35 #define BLOCK_COMMENT(str) // nothing macro
37 #define BLOCK_COMMENT(str) block_comment(str) macro
/openjdk10/hotspot/src/cpu/s390/vm/
H A DmacroAssembler_s390.cpp58 #define BLOCK_COMMENT(str) block_comment(str) macro
[all...]
H A DmethodHandles_s390.cpp37 #define BLOCK_COMMENT(str) /* nothing */ macro
40 #define BLOCK_COMMENT(str) __ block_comment(str) macro
[all...]
H A Dc1_Runtime1_s390.cpp155 #define BLOCK_COMMENT(str) if (PrintAssembly) __ block_comment(str) macro
H A DtemplateInterpreterGenerator_s390.cpp65 #define BLOCK_COMMENT(str) __ block_comment(str) macro
[all...]
H A DsharedRuntime_s390.cpp54 #define BLOCK_COMMENT(str) __ block_comment(str) macro
H A DstubGenerator_s390.cpp53 #define BLOCK_COMMENT(str) if (PrintAssembly) __ block_comment(str) macro
[all...]
H A Dinterp_masm_s390.cpp46 #define BLOCK_COMMENT(str) macro
49 #define BLOCK_COMMENT(str) block_comment(str) macro
[all...]
H A DtemplateTable_s390.cpp42 #define BLOCK_COMMENT(str) macro
46 #define BLOCK_COMMENT(str) __ block_comment(str) macro
[all...]
/openjdk10/hotspot/src/cpu/x86/vm/
H A DmethodHandles_x86.cpp38 #define BLOCK_COMMENT(str) /* nothing */ macro
41 #define BLOCK_COMMENT(str) __ block_comment(str) macro
[all...]
H A DstubGenerator_x86_32.cpp53 #define BLOCK_COMMENT(str) /* nothing */ macro
55 #define BLOCK_COMMENT(str) __ block_comment(str) macro
[all...]
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DmethodHandles_sparc.cpp38 #define BLOCK_COMMENT(str) /* nothing */ macro
41 #define BLOCK_COMMENT(str) __ block_comment(str) macro
[all...]
/openjdk10/hotspot/src/cpu/arm/vm/
H A DmethodHandles_arm.cpp41 #define BLOCK_COMMENT(str) /* nothing */ macro
43 #define BLOCK_COMMENT(str) __ block_comment(str) macro
[all...]
H A DstubGenerator_arm.cpp52 #define BLOCK_COMMENT(str) /* nothing */ macro
54 #define BLOCK_COMMENT(str) __ block_comment(str) macro
[all...]
H A DmacroAssembler_arm.hpp288 #define BLOCK_COMMENT(str) /* nothing */ macro
291 #define BLOCK_COMMENT(str) __ block_comment(str) macro

Completed in 211 milliseconds

12