OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getAndBitwiseAnd
(Results
1 - 2
of
2
) sorted by null
/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/712-varhandle-invocations/src/
VarHandleBadCoordinateTests.java
341
vh.
getAndBitwiseAnd
(bytes, i, 118);
688
vh.
getAndBitwiseAnd
(buffer, i, 118);
[
all
...]
Completed in 1000 milliseconds