HomeSort by relevance Sort by last modified time
    Searched refs:PrefersLockedAddSynchronization (Results 1 - 3 of 3) sorted by null

  /art/runtime/arch/x86/
instruction_set_features_x86.h 63 bool PrefersLockedAddSynchronization() const { return prefers_locked_add_; }
  /art/compiler/optimizing/
code_generator_x86.h 541 if (!non_temporal && isa_features_.PrefersLockedAddSynchronization()) {
code_generator_x86_64.h 515 if (!force_mfence && isa_features_.PrefersLockedAddSynchronization()) {

Completed in 682 milliseconds