OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAndBitwiseAnd
(Results
1 - 5
of
5
) sorted by null
/art/test/712-varhandle-invocations/src/
VarHandleAccessorExceptionTests.java
61
vh.
getAndBitwiseAnd
(true);
212
vh.
getAndBitwiseAnd
(System.out);
VarHandleBadCoordinateTests.java
341
vh.
getAndBitwiseAnd
(bytes, i, 118);
688
vh.
getAndBitwiseAnd
(buffer, i, 118);
[
all
...]
VarHandleTypeConversionTests.java
[
all
...]
/dalvik/dx/tests/141-invoke-polymorphic-varhandles/
VarHandleDexTest.java
64
boolean b7 = (boolean) vb.
getAndBitwiseAnd
(t, expectedValue, newValue);
65
vb.
getAndBitwiseAnd
(t, expectedValue, newValue);
133
Float f7 = (Float) vf.
getAndBitwiseAnd
(t, expectedValue, newValue);
134
vf.
getAndBitwiseAnd
(t, expectedValue, newValue);
204
String s7 = (String) vw.
getAndBitwiseAnd
(words, index, expectedValue, newValue);
205
vw.
getAndBitwiseAnd
(words, index, expectedValue, newValue);
/art/test/954-invoke-polymorphic-verifier/smali/
VarHandleHappyAccessors.smali
38
invoke-polymorphic {v0, v1}, Ljava/lang/invoke/VarHandle;->
getAndBitwiseAnd
([Ljava/lang/Object;)Ljava/lang/Object;, ([Ljava/lang/Object;)Ljava/lang/Object;
Completed in 63 milliseconds