Searched refs:compiledVFrame (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
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...]
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 DvframeArray.hpp81 void fill_in(compiledVFrame* vf);
150 void fill_in_element(int index, compiledVFrame* vf);
164 static vframeArray* allocate(JavaThread* thread, int frame_size, GrowableArray<compiledVFrame*>* chunk,
171 void fill_in(JavaThread* thread, int frame_size, GrowableArray<compiledVFrame*>* chunk, const RegisterMap *reg_map);
217 bool structural_compare(JavaThread* thread, GrowableArray<compiledVFrame*>* chunk);
H A Ddeoptimization.cpp201 GrowableArray<compiledVFrame*>* chunk = new GrowableArray<compiledVFrame*>(10);
205 chunk->push(compiledVFrame::cast(vf));
209 chunk->push(compiledVFrame::cast(vf));
266 compiledVFrame* cvf = chunk->at(i);
988 vframeArray* Deoptimization::create_vframeArray(JavaThread* thread, frame fr, RegisterMap *reg_map, GrowableArray<compiledVFrame*>* chunk) {
998 compiledVFrame* vf = chunk->at(index);
1047 static void collect_monitors(compiledVFrame* cvf, GrowableArray<Handle>* objects_to_revoke) {
1081 compiledVFrame* cvf = compiledVFrame
[all...]
H A Drframe.cpp139 _nm = compiledVFrame::cast(vf)->code();
H A DvframeArray.cpp58 void vframeArrayElement::fill_in(compiledVFrame* vf) {
445 vframeArray* vframeArray::allocate(JavaThread* thread, int frame_size, GrowableArray<compiledVFrame*>* chunk,
464 GrowableArray<compiledVFrame*>* chunk,
573 bool vframeArray::structural_compare(JavaThread* thread, GrowableArray<compiledVFrame*>* chunk) {
H A Ddeoptimization.hpp126 static vframeArray* create_vframeArray(JavaThread* thread, frame fr, RegisterMap *reg_map, GrowableArray<compiledVFrame*>* chunk);
H A Dvframe.cpp72 return new compiledVFrame(f, reg_map, thread, nm);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEventController.cpp227 ((compiledVFrame*) vf)->code()->mark_for_deoptimization();
H A DjvmtiImpl.cpp769 ((compiledVFrame*)_jvf)->update_local(_type, _index, _value);
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp828 class compiledVFrame;

Completed in 73 milliseconds