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

  /art/compiler/dex/
compiler_enums.h 451 enum MemBarrierKind {
458 std::ostream& operator<<(std::ostream& os, const MemBarrierKind& kind);
  /art/compiler/dex/quick/arm/
codegen_arm.h 126 bool GenMemBarrier(MemBarrierKind barrier_kind);
int_arm.cc     [all...]
  /art/compiler/dex/quick/mips/
codegen_mips.h 125 bool GenMemBarrier(MemBarrierKind barrier_kind);
target_mips.cc 423 bool MipsMir2Lir::GenMemBarrier(MemBarrierKind barrier_kind) {
  /art/compiler/llvm/
ir_builder.h 103 void CreateMemoryBarrier(MemBarrierKind barrier_kind) {
  /art/compiler/dex/quick/arm64/
codegen_arm64.h 192 bool GenMemBarrier(MemBarrierKind barrier_kind) OVERRIDE;
int_arm64.cc     [all...]
  /art/compiler/dex/quick/x86/
codegen_x86.h 243 bool GenMemBarrier(MemBarrierKind barrier_kind) OVERRIDE;
    [all...]
target_x86.cc 575 bool X86Mir2Lir::GenMemBarrier(MemBarrierKind barrier_kind) {
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.h     [all...]

Completed in 536 milliseconds