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

/openjdk7/hotspot/src/share/vm/code/
H A Dlocation.hpp69 WHERE_SHIFT = 4, enumerator in enum:VALUE_OBJ_CLASS_SPEC::__anon197
85 _value = (juint) ((where_ << WHERE_SHIFT) |
100 Where where() const { return (Where) ((_value & WHERE_MASK) >> WHERE_SHIFT);}
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DLocation.java67 WHERE_SHIFT = db.lookupIntConstant("Location::WHERE_SHIFT").intValue();
173 private static int WHERE_SHIFT; field in class:Location
198 int where = (value & WHERE_MASK) >> WHERE_SHIFT;
343 value |= ((where.getValue() << WHERE_SHIFT) & WHERE_MASK);
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp2397 declare_constant(Location::WHERE_SHIFT) \

Completed in 32 milliseconds