Searched defs:WHERE_MASK (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A Dlocation.hpp68 WHERE_MASK = (juint) 0x10, enumerator in enum:VALUE_OBJ_CLASS_SPEC::__anon197
100 Where where() const { return (Where) ((_value & WHERE_MASK) >> WHERE_SHIFT);}
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DLocation.java66 WHERE_MASK = db.lookupIntConstant("Location::WHERE_MASK").intValue();
172 private static int WHERE_MASK; field in class:Location
198 int where = (value & WHERE_MASK) >> WHERE_SHIFT;
343 value |= ((where.getValue() << WHERE_SHIFT) & WHERE_MASK);

Completed in 1600 milliseconds