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

/openjdk10/hotspot/src/cpu/sparc/vm/
H A DmacroAssembler_sparc.cpp3479 static void generate_satb_log_enqueue(bool with_frame) { argument
3490 if (with_frame) {
3522 if (!with_frame) {
3530 if (with_frame) {
3557 if (with_frame) {
3568 static inline void generate_satb_log_enqueue_if_necessary(bool with_frame) { argument
3569 if (with_frame) {
3571 generate_satb_log_enqueue(with_frame);
3576 generate_satb_log_enqueue(with_frame);

Completed in 63 milliseconds