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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe_hp.hpp30 class compiledVFrame: public javaVFrame { class in inherits:javaVFrame
48 static compiledVFrame* cast(vframe* vf) {
50 return (compiledVFrame*) vf;
55 compiledVFrame(const frame* fr, const RegisterMap* reg_map, JavaThread* thread, nmethod* nm);
78 compiledVFrame(const frame* fr, const RegisterMap* reg_map, JavaThread* thread, ScopeDesc* scope);
H A Dvframe_hp.cpp47 // ------------- compiledVFrame --------------
49 StackValueCollection* compiledVFrame::locals() const {
122 void compiledVFrame::set_locals(StackValueCollection* values) const {
127 void compiledVFrame::update_local(BasicType type, int index, jvalue value) {
165 StackValueCollection* compiledVFrame::expressions() const {
186 StackValue *compiledVFrame::create_stack_value(ScopeValue *sv) const {
190 BasicLock* compiledVFrame::resolve_monitor_lock(Location location) const {
195 GrowableArray<MonitorInfo*>* compiledVFrame::monitors() const {
241 compiledVFrame::compiledVFrame(cons function in class:compiledVFrame
251 compiledVFrame::compiledVFrame(const frame* fr, const RegisterMap* reg_map, JavaThread* thread, ScopeDesc* scope) function in class:compiledVFrame
[all...]

Completed in 34 milliseconds