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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp40 class EntryPoint VALUE_OBJ_CLASS_SPEC {
46 EntryPoint();
47 EntryPoint(address bentry, address centry, address sentry, address aentry, address ientry, address lentry, address fentry, address dentry, address ventry);
55 bool operator == (const EntryPoint& y); // for debugging only
71 EntryPoint entry(int i) const; // return entry point for a given bytecode i
72 void set_entry(int i, EntryPoint& entry); // set entry point for a given bytecode i
115 static EntryPoint _trace_code;
117 static EntryPoint _return_entry[number_of_return_entries]; // entry points to return to from a call
118 static EntryPoint _earlyret_entry; // entry point to return early from a call
119 static EntryPoint _deopt_entr
[all...]
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...]
/openjdk7/hotspot/src/os/windows/vm/
H A Djvm_windows.h53 LPVOID EntryPoint; member in struct:_MODULEINFO

Completed in 36 milliseconds