HomeSort by relevance Sort by last modified time
    Searched refs:setVolatile (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
FieldFlagChanger.java 41 public boolean setVolatile;
47 builder.append(setVolatile);
54 setVolatile = Boolean.parseBoolean(elements[3]);
115 boolean setVolatile = false;
117 setVolatile = true;
124 mutation.setVolatile = setVolatile;
141 if (mutation.setVolatile) {
142 encodedField.setVolatile(true);
145 encodedField.setVolatile(false)
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVValue.cpp 67 SPIRVValue::setVolatile(bool IsVolatile) {
SPIRVValue.h 97 void setVolatile(bool IsVolatile);
  /tools/metalava/src/main/java/com/android/tools/metalava/model/
MutableModifierList.kt 30 fun setVolatile(volatile: Boolean)
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
EncodedField.java 50 public void setVolatile(boolean turnOn) {
  /art/test/712-varhandle-invocations/src/
VarHandleAccessorExceptionTests.java 89 vh.setVolatile(this, System.out); // System.out is a PrintStream, not short!
118 vh.setVolatile(this, 0x5a5a55aa, 0xc3c30f0f);
VarHandleTypeConversionTests.java 40 vh.setVolatile(this, 33);
190 vh.setVolatile(bytes, index, newValue);
    [all...]
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 319 if (LI->isVolatile()) AS.setVolatile();
336 if (SI->isVolatile()) AS.setVolatile();
365 AS.setVolatile();
426 if (AS.isVolatile()) NewAS.setVolatile();
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
  /dalvik/dx/tests/141-invoke-polymorphic-varhandles/
VarHandleDexTest.java 100 vb.setVolatile(t, newValue);
169 vf.setVolatile(t, newValue);
240 vw.setVolatile(words, index, newValue);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
AliasSetTracker.cpp 306 if (LI->isVolatile()) AS.setVolatile();
320 if (SI->isVolatile()) AS.setVolatile();
388 if (AS.isVolatile()) NewAS.setVolatile();
  /external/clang/lib/CodeGen/
CGValue.h 546 void setVolatile(bool flag) {
547 Quals.setVolatile(flag);
CGAtomic.cpp 369 Pair->setVolatile(E->isVolatile());
542 Load->setVolatile(E->isVolatile());
553 Store->setVolatile(E->isVolatile());
614 RMWI->setVolatile(E->isVolatile());
    [all...]
  /tools/metalava/src/main/java/com/android/tools/metalava/model/text/
TextModifiers.kt 135 override fun setVolatile(volatile: Boolean) {
  /external/swiftshader/third_party/LLVM/include/llvm/
IntrinsicInst.h 169 void setVolatile(Constant* V) {
  /libcore/luni/src/main/native/
java_lang_invoke_VarHandle.cpp 173 ThrowUnsupportedOperationForAccessMode(env, "setVolatile");
223 NATIVE_METHOD(VarHandle, setVolatile, kVarHandleVoidSignature),
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/
FieldDeclaration.java 236 public FieldDeclaration setVolatile(boolean set) {
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 276 void setVolatile() { Volatile = true; }
  /external/llvm/include/llvm/IR/
IntrinsicInst.h 192 void setVolatile(Constant* V) {
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
AliasSetTracker.h 265 void setVolatile() { Volatile = true; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
AliasSetTracker.h 290 void setVolatile() { Volatile = true; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
AliasSetTracker.h 290 void setVolatile() { Volatile = true; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
AliasSetTracker.h 290 void setVolatile() { Volatile = true; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
AliasSetTracker.h 307 void setVolatile() { Volatile = true; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
AliasSetTracker.h 307 void setVolatile() { Volatile = true; }

Completed in 1134 milliseconds

1 2 3 4 5 6