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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DmethodHandles_sparc.cpp33 #define BLOCK_COMMENT(str) /* nothing */ macro
36 #define BLOCK_COMMENT(str) __ block_comment(str) macro
40 #define BIND(label) bind(label); BLOCK_COMMENT(#label ":")
82 BLOCK_COMMENT("verify_klass {");
99 BLOCK_COMMENT("} verify_klass");
104 BLOCK_COMMENT("verify_ref_kind {");
117 BLOCK_COMMENT("} verify_ref_kind");
157 BLOCK_COMMENT("jump_to_lambda_form {");
189 BLOCK_COMMENT("} jump_to_lambda_form");
221 BLOCK_COMMENT("verify_intrinsic_i
[all...]
H A DstubGenerator_sparc.cpp58 #define BLOCK_COMMENT(str) /* nothing */ macro
60 #define BLOCK_COMMENT(str) __ block_comment(str) macro
63 #define BIND(label) bind(label); BLOCK_COMMENT(#label ":")
95 BLOCK_COMMENT("inc_counter " #counter); \
199 BLOCK_COMMENT("pass parameters if any");
253 BLOCK_COMMENT("call Java function");
257 BLOCK_COMMENT("call_stub_return_address:");
395 BLOCK_COMMENT("call exception_handler_for_return_address");
479 BLOCK_COMMENT("call runtime_entry");
499 BLOCK_COMMENT("cal
[all...]
H A Dassembler_sparc.cpp46 #define BLOCK_COMMENT(str) /* nothing */ macro
49 #define BLOCK_COMMENT(str) block_comment(str) macro
1755 BLOCK_COMMENT("verify_oop {");
1795 BLOCK_COMMENT("} verify_oop");
/openjdk7/hotspot/src/cpu/x86/vm/
H A DmethodHandles_x86.cpp34 #define BLOCK_COMMENT(str) /* nothing */ macro
37 #define BLOCK_COMMENT(str) __ block_comment(str) macro
41 #define BIND(label) bind(label); BLOCK_COMMENT(#label ":")
77 BLOCK_COMMENT("verify_klass {");
95 BLOCK_COMMENT("} verify_klass");
100 BLOCK_COMMENT("verify_ref_kind {");
114 BLOCK_COMMENT("} verify_ref_kind");
153 BLOCK_COMMENT("jump_to_lambda_form {");
187 BLOCK_COMMENT("} jump_to_lambda_form");
221 BLOCK_COMMENT("verify_intrinsic_i
[all...]
H A DstubGenerator_x86_64.cpp66 #define BLOCK_COMMENT(str) /* nothing */ macro
68 #define BLOCK_COMMENT(str) __ block_comment(str) macro
71 #define BIND(label) bind(label); BLOCK_COMMENT(#label ":")
102 BLOCK_COMMENT("inc_counter " #counter); \
317 BLOCK_COMMENT("pass parameters if any");
338 BLOCK_COMMENT("call Java function");
341 BLOCK_COMMENT("call_stub_return_address:");
512 BLOCK_COMMENT("call exception_handler_for_return_address");
960 BLOCK_COMMENT("call handle_unsafe_access");
1093 BLOCK_COMMENT("cal
[all...]
H A DstubGenerator_x86_32.cpp65 #define BLOCK_COMMENT(str) /* nothing */ macro
67 #define BLOCK_COMMENT(str) __ block_comment(str) macro
70 #define BIND(label) bind(label); BLOCK_COMMENT(#label ":")
103 BLOCK_COMMENT("inc_counter " #counter); \
208 BLOCK_COMMENT("pass parameters if any");
240 BLOCK_COMMENT("call Java function");
243 BLOCK_COMMENT("call_stub_return_address:");
422 BLOCK_COMMENT("call exception_handler_for_return_address");
611 { BLOCK_COMMENT("SharedRuntime::d2i"); }
613 { BLOCK_COMMENT("SharedRuntim
[all...]
H A Dassembler_x86.cpp45 #define BLOCK_COMMENT(str) /* nothing */ macro
48 #define BLOCK_COMMENT(str) block_comment(str) macro
52 #define BIND(label) bind(label); BLOCK_COMMENT(#label ":")
9661 BLOCK_COMMENT("verify_oop {");
9676 BLOCK_COMMENT("} verify_oop");
11559 #undef BLOCK_COMMENT macro

Completed in 102 milliseconds