Searched refs:UNSAFE (Results 1 – 9 of 9) sorted by relevance
45 private static final sun.misc.Unsafe UNSAFE = getUnsafe(); field in UnsafeUtil102 return (T) UNSAFE.allocateInstance(clazz); in allocateInstance()320 if (UNSAFE == null) { in getMemoryAccessor()325 return new Android64MemoryAccessor(UNSAFE); in getMemoryAccessor()327 return new Android32MemoryAccessor(UNSAFE); in getMemoryAccessor()333 return new JvmMemoryAccessor(UNSAFE); in getMemoryAccessor()338 if (UNSAFE == null) { in supportsUnsafeArrayOperations()342 Class<?> clazz = UNSAFE.getClass(); in supportsUnsafeArrayOperations()374 if (UNSAFE == null) { in supportsUnsafeByteBufferOperations()378 Class<?> clazz = UNSAFE.getClass(); in supportsUnsafeByteBufferOperations()
102 private static final sun.misc.Unsafe UNSAFE = UnsafeUtil.getUnsafe(); field in MessageSchema405 final sun.misc.Unsafe unsafe = UNSAFE; in newSchemaForRawMessageInfo()1427 final sun.misc.Unsafe unsafe = UNSAFE; in getSerializedSizeProto2()1993 final sun.misc.Unsafe unsafe = UNSAFE; in getSerializedSizeProto3()2565 final sun.misc.Unsafe unsafe = UNSAFE; in writeFieldsInAscendingOrderProto2()4495 ProtobufList<?> list = (ProtobufList<?>) UNSAFE.getObject(message, fieldOffset); in parseRepeatedField()4501 UNSAFE.putObject(message, fieldOffset, list); in parseRepeatedField()4667 final sun.misc.Unsafe unsafe = UNSAFE; in parseMapField()4699 final sun.misc.Unsafe unsafe = UNSAFE; in parseOneofField()4879 final sun.misc.Unsafe unsafe = UNSAFE; in parseProto2Message()[all …]
738 return UNSAFE; in expand_dereference()741 return UNSAFE; in expand_dereference()743 return UNSAFE; in expand_dereference()750 return UNSAFE; in expand_dereference()761 return UNSAFE; in expand_dereference()1089 return UNSAFE; in expand_expression()1130 return UNSAFE; in expand_expression()1154 return UNSAFE; in expand_expression()1157 return UNSAFE; in expand_expression()1171 return UNSAFE; in expand_expression()[all …]
30 #define UNSAFE 100 /* The expression may be "infinitely costly" due to exceptions */ macro
566 return UNSAFE; in expand_object_size()576 return UNSAFE; in expand_object_size()
812 [UNSAFE FP]
1694 // WARNING! DO NOT USE! BAD UNSAFE HAZARD!
11442 UNSAFE