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

/openjdk7/hotspot/src/share/vm/runtime/
H A DextendedPC.hpp28 // An ExtendedPC contains the _pc from a signal handler in a platform
31 class ExtendedPC VALUE_OBJ_CLASS_SPEC {
37 ExtendedPC(address pc) { _pc = pc; } function in class:VALUE_OBJ_CLASS_SPEC
38 ExtendedPC() { _pc = NULL; } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 52 milliseconds