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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe_hp.hpp58 void update_local(BasicType type, int index, jvalue value);
H A Dvframe_hp.cpp124 fatal("Should use update_local for each local update");
127 void compiledVFrame::update_local(BasicType type, int index, jvalue value) { function in class:compiledVFrame
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiImpl.cpp767 // [ Only need because of assert in update_local() ]
769 ((compiledVFrame*)_jvf)->update_local(_type, _index, _value);

Completed in 34 milliseconds