Home | History | Annotate | Download | only in vm

Lines Matching full:reference

45  *  - converting an indirect reference back to an Object
63 * Indirect reference definition. This must be interchangeable with JNI's
66 * We need a 16-bit table index and a 2-bit reference type (global, local,
89 * Indirect reference kind, used as the two low bits of IndirectRef.
113 * For the global reference table, the expected common operations are
153 * actual reference slot. Instead of getting a table and doing a lookup,
155 * type and deleting the reference are more expensive because the table
226 * Extract the table index from an indirect reference.
235 * Determine what kind of indirect reference this is.
313 * Add a new entry. "obj" must be a valid non-NULL object reference
378 * Dump the contents of a reference table to the log file.