OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getVolatile
(Results
1 - 5
of
5
) 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
...]
/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 200 milliseconds