Searched refs:VM_GetOrSetLocal (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiImpl.hpp347 class VM_GetOrSetLocal : public VM_Operation { class in inherits:VM_Operation
370 VM_GetOrSetLocal(JavaThread* thread, jint depth, jint index, BasicType type);
373 VM_GetOrSetLocal(JavaThread* thread, jint depth, jint index, BasicType type, jvalue value);
376 VM_GetOrSetLocal(JavaThread* thread, JavaThread* calling_thread, jint depth,
392 class VM_GetReceiver : public VM_GetOrSetLocal {
H A DjvmtiImpl.cpp530 // class VM_GetOrSetLocal
534 VM_GetOrSetLocal::VM_GetOrSetLocal(JavaThread* thread, jint depth, int index, BasicType type) function in class:VM_GetOrSetLocal
547 VM_GetOrSetLocal::VM_GetOrSetLocal(JavaThread* thread, jint depth, int index, BasicType type, jvalue value) function in class:VM_GetOrSetLocal
561 VM_GetOrSetLocal::VM_GetOrSetLocal(JavaThread* thread, JavaThread* calling_thread, jint depth, int index) function in class:VM_GetOrSetLocal
573 vframe *VM_GetOrSetLocal::get_vframe() {
587 javaVFrame *VM_GetOrSetLocal::get_java_vframe() {
607 bool VM_GetOrSetLocal
[all...]
H A DjvmtiEnv.cpp1792 VM_GetOrSetLocal op(java_thread, current_thread, depth, slot);
1838 VM_GetOrSetLocal op(java_thread, depth, slot, T_INT);
1856 VM_GetOrSetLocal op(java_thread, depth, slot, T_LONG);
1874 VM_GetOrSetLocal op(java_thread, depth, slot, T_FLOAT);
1892 VM_GetOrSetLocal op(java_thread, depth, slot, T_DOUBLE);
1910 VM_GetOrSetLocal op(java_thread, depth, slot, T_OBJECT, val);
1927 VM_GetOrSetLocal op(java_thread, depth, slot, T_INT, val);
1944 VM_GetOrSetLocal op(java_thread, depth, slot, T_LONG, val);
1961 VM_GetOrSetLocal op(java_thread, depth, slot, T_FLOAT, val);
1978 VM_GetOrSetLocal o
[all...]
H A DjvmtiEnvBase.cpp1360 if (!VM_GetOrSetLocal::is_assignable(ty_sign, Klass::cast(ob_kh()), current_thread)) {

Completed in 48 milliseconds