Searched refs:immediate (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DInterfaceTypeImpl.java130 List<InterfaceType> immediate = new ArrayList<InterfaceType>(superinterfaces());
131 Iterator iter = immediate.iterator();
142 list.addAll(immediate);
147 iter = immediate.iterator();
H A DClassTypeImpl.java76 List<InterfaceType> immediate = interfaces();
79 Iterator iter = immediate.iterator();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DInterfaceTypeImpl.java149 List immediate = new ArrayList(superinterfaces());
150 Iterator iter = immediate.iterator();
161 list.addAll(immediate);
166 iter = immediate.iterator();
H A DClassTypeImpl.java64 List immediate = interfaces();
67 hashList.addAll(immediate);
71 Iterator iter = immediate.iterator();
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp78 // or embedded immediate constants).
100 // On machines that have 32-bit immediate fields, there is usually
199 // immediate field must not straddle a unit of memory coherence.
235 // added to "%lo(myObject)" does not overflow the immediate fields of the
337 int immediate() const { assert(is_immediate(), "must have immed"); function in class:VALUE_OBJ_CLASS_SPEC
371 // "immediate" in the prefix header word itself. This optimization
377 // an immediate relocInfo optimizes a prefix with one 10-bit unsigned value
714 // (The "immediate data" mechanism of relocInfo works independently
904 // immediate constant. The "o" arguments for the set-lo instructions are
905 // added into the low-half immediate constan
[all...]
H A DrelocInfo.cpp395 _databuf = _current->immediate();

Completed in 59 milliseconds