Searched defs:rtm_counters (Results 1 - 3 of 3) sorted by relevance

/openjdk9/hotspot/src/share/vm/opto/
H A Dlocknode.hpp105 RTMLockingCounters* rtm_counters() const { return _rtm_counters; } function in class:FastLockNode
/openjdk9/hotspot/src/cpu/ppc/vm/
H A DmacroAssembler_ppc.cpp2484 rtm_abort_ratio_calculation(Register rtm_counters_Reg, RTMLockingCounters* rtm_counters, Metadata* method_data) argument
2537 rtm_profiling(Register abort_status_Reg, Register temp_Reg, RTMLockingCounters* rtm_counters, Metadata* method_data, bool profile_rtm) argument
2665 rtm_inflated_locking(ConditionRegister flag, Register obj, Register mark_word, Register boxReg, Register retry_on_busy_count_Reg, Register retry_on_abort_count_Reg, RTMLockingCounters* rtm_counters, Metadata* method_data, bool profile_rtm, Label& DONE_LABEL) argument
2750 compiler_fast_lock_object(ConditionRegister flag, Register oop, Register box, Register temp, Register displaced_header, Register current_header, bool try_bias, RTMLockingCounters* rtm_counters, RTMLockingCounters* stack_rtm_counters, Metadata* method_data, bool use_rtm, bool profile_rtm) argument
[all...]
/openjdk9/hotspot/src/cpu/x86/vm/
H A DmacroAssembler_x86.cpp1307 void MacroAssembler::rtm_counters_update(Register abort_status, Register rtm_counters) { argument
1334 rtm_abort_ratio_calculation(Register tmpReg, Register rtm_counters_Reg, RTMLockingCounters* rtm_counters, Metadata* method_data) argument
1392 rtm_profiling(Register abort_status_Reg, Register rtm_counters_Reg, RTMLockingCounters* rtm_counters, Metadata* method_data, bool profile_rtm) argument
1529 rtm_inflated_locking(Register objReg, Register boxReg, Register tmpReg, Register scrReg, Register retry_on_busy_count_Reg, Register retry_on_abort_count_Reg, RTMLockingCounters* rtm_counters, Metadata* method_data, bool profile_rtm, Label& DONE_LABEL) argument
1689 fast_lock(Register objReg, Register boxReg, Register tmpReg, Register scrReg, Register cx1Reg, Register cx2Reg, BiasedLockingCounters* counters, RTMLockingCounters* rtm_counters, RTMLockingCounters* stack_rtm_counters, Metadata* method_data, bool use_rtm, bool profile_rtm) argument
[all...]

Completed in 106 milliseconds