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

  /dalvik/dx/tests/141-invoke-polymorphic-varhandles/
VarHandleDexTest.java 94 boolean b21 = (boolean) vb.getVolatile(t);
95 vb.getVolatile(t);
163 Float f21 = (Float) vf.getVolatile(t);
164 vf.getVolatile(t);
234 String s21 = (String) vw.getVolatile(words, index);
235 vw.getVolatile(words, index);
  /art/test/712-varhandle-invocations/src/
VarHandleUnitTestHelpers.java 201 vh_probe_short.getVolatile(buffer, start + i);
213 vh_probe_int.getVolatile(buffer, start + i);
227 vh_probe_long.getVolatile(buffer, start + i);
VarHandleTypeConversionTests.java     [all...]
VarHandleBadCoordinateTests.java 419 vh.getVolatile(bytes, i);
766 vh.getVolatile(buffer, i);
    [all...]
  /libcore/luni/src/main/native/
java_lang_invoke_VarHandle.cpp 153 ThrowUnsupportedOperationForAccessMode(env, "getVolatile");
219 NATIVE_METHOD(VarHandle, getVolatile, kVarHandleObjectSignature),
  /libcore/ojluni/src/main/java/java/lang/invoke/
VarHandle.java 128 * {@link #getVolatile getVolatile},
534 * <p>The symbolic type descriptor at the call site of {@code getVolatile}
556 Object getVolatile(Object... args);
    [all...]
  /art/test/954-invoke-polymorphic-verifier/smali/
VarHandleHappyAccessors.smali 51 invoke-polymorphic {v0, v1}, Ljava/lang/invoke/VarHandle;->getVolatile([Ljava/lang/Object;)Ljava/lang/Object;, ([Ljava/lang/Object;)Ljava/lang/Object;

Completed in 663 milliseconds