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

  /art/compiler/dex/
compiler_enums.h 545 enum VolatileKind {
550 std::ostream& operator<<(std::ostream& os, const VolatileKind& kind);
  /art/compiler/dex/quick/arm64/
codegen_arm64.h 76 OpSize size, VolatileKind is_volatile) OVERRIDE;
78 VolatileKind is_volatile) OVERRIDE;
86 VolatileKind is_volatile) OVERRIDE;
87 LIR* StoreRefDisp(RegStorage r_base, int displacement, RegStorage r_src, VolatileKind is_volatile)
utility_arm64.cc     [all...]
  /art/compiler/dex/quick/arm/
codegen_arm.h 36 OpSize size, VolatileKind is_volatile) OVERRIDE;
42 OpSize size, VolatileKind is_volatile) OVERRIDE;
utility_arm.cc 966 OpSize size, VolatileKind is_volatile) {
    [all...]
  /art/compiler/dex/quick/mips/
codegen_mips.h 36 OpSize size, VolatileKind is_volatile) OVERRIDE;
42 OpSize size, VolatileKind is_volatile) OVERRIDE;
utility_mips.cc 553 OpSize size, VolatileKind is_volatile) {
656 OpSize size, VolatileKind is_volatile) {
  /art/compiler/dex/quick/
mir_to_lir.h     [all...]
  /art/compiler/dex/quick/x86/
codegen_x86.h 73 OpSize size, VolatileKind is_volatile) OVERRIDE;
79 OpSize size, VolatileKind is_volatile) OVERRIDE;
    [all...]
utility_x86.cc 767 OpSize size, VolatileKind is_volatile) {
871 VolatileKind is_volatile) {
    [all...]

Completed in 374 milliseconds