Searched defs:VM_GetOrSetLocal (Results 1 - 2 of 2) 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...]

Completed in 32 milliseconds