OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAndBitwiseXorAcquire
(Results
1 - 4
of
4
) sorted by null
/dalvik/dx/tests/141-invoke-polymorphic-varhandles/
VarHandleDexTest.java
74
boolean b12 = (boolean) vb.
getAndBitwiseXorAcquire
(t, expectedValue, newValue);
75
vb.
getAndBitwiseXorAcquire
(t, expectedValue, newValue);
143
Float f12 = (Float) vf.
getAndBitwiseXorAcquire
(t, expectedValue, newValue);
144
vf.
getAndBitwiseXorAcquire
(t, expectedValue, newValue);
214
String s12 = (String) vw.
getAndBitwiseXorAcquire
(words, index, expectedValue, newValue);
215
vw.
getAndBitwiseXorAcquire
(words, index, expectedValue, newValue);
/art/test/712-varhandle-invocations/src/
VarHandleBadCoordinateTests.java
383
vh.
getAndBitwiseXorAcquire
(bytes, i, 118);
730
vh.
getAndBitwiseXorAcquire
(buffer, i, 118);
[
all
...]
VarHandleTypeConversionTests.java
[
all
...]
/art/test/954-invoke-polymorphic-verifier/smali/
VarHandleHappyAccessors.smali
45
invoke-polymorphic {v0, v1}, Ljava/lang/invoke/VarHandle;->
getAndBitwiseXorAcquire
([Ljava/lang/Object;)Ljava/lang/Object;, ([Ljava/lang/Object;)Ljava/lang/Object;
Completed in 813 milliseconds