Searched refs:findMandatorySlot (Results 1 – 1 of 1) sorted by relevance
/libcore/luni/src/main/java/java/io/ |
D | EmulatedFields.java | 185 private ObjectSlot findMandatorySlot(String name, Class<?> type) { in findMandatorySlot() method in EmulatedFields 209 ObjectSlot slot = findMandatorySlot(name, byte.class); in get() 229 ObjectSlot slot = findMandatorySlot(name, char.class); in get() 249 ObjectSlot slot = findMandatorySlot(name, double.class); in get() 269 ObjectSlot slot = findMandatorySlot(name, float.class); in get() 289 ObjectSlot slot = findMandatorySlot(name, int.class); in get() 309 ObjectSlot slot = findMandatorySlot(name, long.class); in get() 329 ObjectSlot slot = findMandatorySlot(name, null); in get() 349 ObjectSlot slot = findMandatorySlot(name, short.class); in get() 369 ObjectSlot slot = findMandatorySlot(name, boolean.class); in get() [all …]
|