Searched refs:WHERE_MASK (Results 1 - 3 of 3) 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);
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp2396 declare_constant(Location::WHERE_MASK) \

Completed in 154 milliseconds