HomeSort by relevance Sort by last modified time
    Searched full:is_volatile (Results 76 - 94 of 94) sorted by null

1 2 34

  /art/compiler/dex/quick/
gen_invoke.cc     [all...]
local_optimizations.cc 51 (flags & IS_VOLATILE) || \
  /external/libcxx/include/
type_traits 56 template <class T> struct is_volatile;
258 // is_volatile
260 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY is_volatile : public false_type {};
261 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY is_volatile<_Tp volatile> : public true_type {};
566 is_volatile<_Tp>::value >
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
type_traits 56 template <class T> struct is_volatile;
258 // is_volatile
260 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY is_volatile : public false_type {};
261 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY is_volatile<_Tp volatile> : public true_type {};
566 is_volatile<_Tp>::value >
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
type_traits 56 template <class T> struct is_volatile;
258 // is_volatile
260 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY is_volatile : public false_type {};
261 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY is_volatile<_Tp volatile> : public true_type {};
548 is_volatile<_Tp>::value >
    [all...]
  /art/compiler/dex/quick/x86/
codegen_x86.h 73 OpSize size, VolatileKind is_volatile) OVERRIDE;
79 OpSize size, VolatileKind is_volatile) OVERRIDE;
143 RegisterClass RegClassForFieldLoadStore(OpSize size, bool is_volatile) OVERRIDE;
    [all...]
target_x86.cc 759 RegisterClass X86Mir2Lir::RegClassForFieldLoadStore(OpSize size, bool is_volatile) {
768 if (UNLIKELY(is_volatile)) {
    [all...]
  /art/compiler/llvm/
intrinsic_func_list.def 539 // bool is_volatile,
630 // bool is_volatile,
    [all...]
  /art/runtime/quick/
inline_method_analyser.cc 348 result->is_volatile = field->IsVolatile();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
type_traits 589 /// is_volatile
591 struct is_volatile
595 struct is_volatile<_Tp volatile>
    [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]
  /art/compiler/dex/quick/arm64/
target_arm64.cc 570 RegisterClass Arm64Mir2Lir::RegClassForFieldLoadStore(OpSize size, bool is_volatile) {
571 if (UNLIKELY(is_volatile)) {
    [all...]
assemble_arm64.cc 217 kFmtUnused, -1, -1, IS_UNARY_OP | IS_VOLATILE,
    [all...]
  /art/compiler/dex/
global_value_numbering_test.cc 32 bool is_volatile; member in struct:art::GlobalValueNumberingTest::IFieldDef
39 bool is_volatile; member in struct:art::GlobalValueNumberingTest::SFieldDef
141 (def->is_volatile ? MirIFieldLoweringInfo::kFlagIsVolatile : 0u);
164 field_info.flags_ |= (def->is_volatile ? MirSFieldLoweringInfo::kFlagIsVolatile : 0u);
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml     [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 931 void is_volatile() function
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml     [all...]
llvm.mli 1736 val is_volatile : llvalue -> bool var
    [all...]
  /art/compiler/dex/quick/arm/
assemble_arm.cc     [all...]

Completed in 6871 milliseconds

1 2 34