Searched refs:register_map (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DinterfaceSupport.cpp178 sfs.current()->zap_dead_locals(thread, sfs.register_map());
262 sfs.current()->verify(sfs.register_map());
H A Dvframe_hp.cpp187 return StackValue::create_stack_value(&_fr, register_map(), sv);
317 : new compiledVFrame(&f, register_map(), thread(), scope()->sender());
H A Dvframe.cpp88 RegisterMap temp_map = *register_map();
566 RegisterMap map = *register_map();
H A Dframe.hpp560 RegisterMap* register_map() { return &_reg_map; } function in class:StackFrameStream
H A Dvframe.hpp76 const RegisterMap* register_map() const { return &_reg_map; } function in class:vframe
H A Dvm_operations.cpp162 Deoptimization::deoptimize(thread, *fst.current(), fst.register_map());
H A Ddeoptimization.cpp1077 map = sfs.register_map();
1110 vframe* vf = vframe::new_vframe(cur, sfs.register_map(), jt);
H A Dthread.cpp2572 f(fr, fst.register_map());
2619 Deoptimization::deoptimize(this, *fst.current(), fst.register_map());
2655 Deoptimization::deoptimize(this, *fst.current(), fst.register_map());
2733 fst.current()->oops_do(f, cf, fst.register_map());
/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp1382 sfs.current()->zap_dead_locals(thread, sfs.register_map());

Completed in 1884 milliseconds