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

/openjdk7/hotspot/src/os/windows/vm/
H A Djvm_windows.h53 LPVOID EntryPoint; member in struct:_MODULEINFO
/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.cpp61 // Implementation of EntryPoint
63 EntryPoint::EntryPoint() { function in class:EntryPoint
77 EntryPoint::EntryPoint(address bentry, address centry, address sentry, address aentry, address ientry, address lentry, address fentry, address dentry, address ventry) { function in class:EntryPoint
91 void EntryPoint::set_entry(TosState state, address entry) {
97 address EntryPoint::entry(TosState state) const {
103 void EntryPoint::print() {
113 bool EntryPoint::operator == (const EntryPoint
[all...]

Completed in 34 milliseconds