Searched refs:indirection (Results 1 - 3 of 3) sorted by relevance

/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/encoding/
H A DCDRInputStream_1_0.java556 // Check for indirection
848 int indirection = read_long() + get_offset() - 4;
849 if (valueCache != null && valueCache.containsVal(indirection)) {
852 = (java.io.Serializable)valueCache.getKey(indirection);
856 // exception and use the provided indirection value
857 // to lookup a possible indirection to an object
859 throw new IndirectionException(indirection);
917 // Is this an indirection to a previously
923 // can put it in the indirection valueCache
925 int indirection
1259 readIDLValueWithHelper(ValueHelper helper, int indirection) argument
1356 readIDLValue(int indirection, String repId, Class clazz, String codebase) argument
[all...]
H A DCDROutputStream_1_0.java494 int indirection = get_offset() - 4;
502 return indirection;
670 int indirection = writeValueTag(mustChunk, true, null);
675 // Add indirection for object to indirection table
676 updateIndirectionTable(indirection, string, string);
701 int indirection = writeValueTag(mustChunk, true,
707 // Add indirection for object to indirection table
708 updateIndirectionTable(indirection, arra
1293 updateIndirectionTable(int indirection, java.lang.Object object, java.lang.Object key) argument
[all...]
/openjdk10/jdk/src/java.base/share/native/libverify/
H A Dcheck_code.c2247 int indirection = GET_INDIRECTION(top_type); local
2248 if ((indirection == 0) ||
2249 ((indirection == 1) &&
3865 * indirection.
3875 int indirection = GET_INDIRECTION(array_info) - 1; local
3877 if ( (indirection == 0)
3880 return MAKE_FULLINFO(type, indirection, extra_info);
4297 int indirection = GET_INDIRECTION(type); local
4298 for (i = indirection; i-- > 0; )
4356 for (i = indirection;
[all...]

Completed in 91 milliseconds