HomeSort by relevance Sort by last modified time
    Searched defs:is_volatile (Results 1 - 7 of 7) sorted by null

  /art/compiler/dex/
dex_to_dex_compiler.cc 218 bool is_volatile; local
220 is_volatile, is_put);
221 if (fast_path && !is_volatile && IsUint(16, field_offset)) {
  /art/compiler/dex/quick/arm/
call_arm.cc 131 bool is_volatile; local
133 bool fast_path = FastInstance(field_idx, field_offset, is_volatile, false);
156 bool is_volatile; local
158 bool fast_path = FastInstance(field_idx, field_offset, is_volatile, false);
  /external/clang/test/SemaTemplate/
temp_class_spec.cpp 52 struct is_volatile { struct
57 struct is_volatile<volatile T> { struct
61 int is_volatile0[is_volatile<int>::value? -1 : 1];
62 int is_volatile1[is_volatile<volatile int>::value? 1 : -1];
63 int is_volatile2[is_volatile<const volatile int>::value? 1 : -1];
64 int is_volatile3[is_volatile<volatile char[3]>::value? 1 : -1];
  /art/compiler/dex/quick/
gen_common.cc 337 bool is_volatile; local
341 is_referrers_class, is_volatile, true);
393 if (is_volatile) {
402 if (is_volatile) {
423 bool is_volatile; local
427 is_referrers_class, is_volatile, false);
470 if (is_volatile) {
627 bool is_volatile; local
629 bool fast_path = FastInstance(field_idx, field_offset, is_volatile, false);
644 if (is_volatile) {
688 bool is_volatile; local
    [all...]
  /art/runtime/interpreter/
interpreter.cc 699 const bool is_volatile = false; // iget-x-quick only on non volatile fields. local
703 shadow_frame.SetVReg(vregA, static_cast<int32_t>(obj->GetField32(field_offset, is_volatile)));
810 const bool is_volatile = false; \/\/ iput-x-quick only on non volatile fields. local
    [all...]
  /art/compiler/llvm/
gbc_expander.cc 1631 bool is_volatile; local
1693 bool is_volatile; local
1897 bool is_volatile; local
1981 bool is_volatile; local
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 892 void is_volatile() function
    [all...]

Completed in 245 milliseconds