Lines Matching refs:methodHandle

466         static void tryAccessor(MethodHandle methodHandle,  in tryAccessor()  argument
473 setBoolean(methodHandle, valueHolder, booleanValue, in tryAccessor()
475 setBoolean(methodHandle, booleanValue, in tryAccessor()
477 getBoolean(methodHandle, valueHolder, booleanValue, in tryAccessor()
479 getBoolean(methodHandle, booleanValue, in tryAccessor()
483 setByte(methodHandle, valueHolder, byteValue, in tryAccessor()
485 setByte(methodHandle, byteValue, in tryAccessor()
487 getByte(methodHandle, valueHolder, byteValue, in tryAccessor()
489 getByte(methodHandle, byteValue, in tryAccessor()
493 setChar(methodHandle, valueHolder, charValue, in tryAccessor()
495 setChar(methodHandle, charValue, in tryAccessor()
497 getChar(methodHandle, valueHolder, charValue, in tryAccessor()
499 getChar(methodHandle, charValue, in tryAccessor()
503 setShort(methodHandle, valueHolder, shortValue, in tryAccessor()
505 setShort(methodHandle, shortValue, in tryAccessor()
507 getShort(methodHandle, valueHolder, shortValue, in tryAccessor()
509 getShort(methodHandle, shortValue, in tryAccessor()
513 setInt(methodHandle, valueHolder, intValue, in tryAccessor()
515 setInt(methodHandle, intValue, in tryAccessor()
517 getInt(methodHandle, valueHolder, intValue, in tryAccessor()
519 getInt(methodHandle, intValue, in tryAccessor()
523 setLong(methodHandle, valueHolder, longValue, in tryAccessor()
525 setLong(methodHandle, longValue, in tryAccessor()
527 getLong(methodHandle, valueHolder, longValue, in tryAccessor()
529 getLong(methodHandle, longValue, in tryAccessor()
533 setFloat(methodHandle, valueHolder, floatValue, in tryAccessor()
535 setFloat(methodHandle, floatValue, in tryAccessor()
537 getFloat(methodHandle, valueHolder, floatValue, in tryAccessor()
539 getFloat(methodHandle, floatValue, in tryAccessor()
543 setDouble(methodHandle, valueHolder, doubleValue, in tryAccessor()
545 setDouble(methodHandle, doubleValue, in tryAccessor()
547 getDouble(methodHandle, valueHolder, doubleValue, in tryAccessor()
549 getDouble(methodHandle, doubleValue, in tryAccessor()
553 setString(methodHandle, valueHolder, stringValue, in tryAccessor()
555 setString(methodHandle, stringValue, in tryAccessor()
557 getString(methodHandle, valueHolder, stringValue, in tryAccessor()
559 getString(methodHandle, stringValue, in tryAccessor()