OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAndBitwiseOr
(Results
1 - 4
of
4
) sorted by null
/dalvik/dx/tests/141-invoke-polymorphic-varhandles/
VarHandleDexTest.java
70
boolean b10 = (boolean) vb.
getAndBitwiseOr
(t, expectedValue, newValue);
71
vb.
getAndBitwiseOr
(t, expectedValue, newValue);
139
Float f10 = (Float) vf.
getAndBitwiseOr
(t, expectedValue, newValue);
140
vf.
getAndBitwiseOr
(t, expectedValue, newValue);
210
String s10 = (String) vw.
getAndBitwiseOr
(words, index, expectedValue, newValue);
211
vw.
getAndBitwiseOr
(words, index, expectedValue, newValue);
/art/test/712-varhandle-invocations/src/
VarHandleBadCoordinateTests.java
359
vh.
getAndBitwiseOr
(bytes, i, 118);
706
vh.
getAndBitwiseOr
(buffer, i, 118);
[
all
...]
VarHandleTypeConversionTests.java
[
all
...]
/art/test/954-invoke-polymorphic-verifier/smali/
VarHandleHappyAccessors.smali
41
invoke-polymorphic {v0, v1}, Ljava/lang/invoke/VarHandle;->
getAndBitwiseOr
([Ljava/lang/Object;)Ljava/lang/Object;, ([Ljava/lang/Object;)Ljava/lang/Object;
Completed in 972 milliseconds