Lines Matching refs:VM_GetOrSetLocal
530 // class VM_GetOrSetLocal
534 VM_GetOrSetLocal::VM_GetOrSetLocal(JavaThread* thread, jint depth, int index, BasicType type)
547 VM_GetOrSetLocal::VM_GetOrSetLocal(JavaThread* thread, jint depth, int index, BasicType type, jvalue value)
561 VM_GetOrSetLocal::VM_GetOrSetLocal(JavaThread* thread, JavaThread* calling_thread, jint depth, int index)
573 vframe *VM_GetOrSetLocal::get_vframe() {
587 javaVFrame *VM_GetOrSetLocal::get_java_vframe() {
607 bool VM_GetOrSetLocal::is_assignable(const char* ty_sign, Klass* klass, Thread* thread) {
644 bool VM_GetOrSetLocal::check_slot_type(javaVFrame* jvf) {
722 bool VM_GetOrSetLocal::doit_prologue() {
741 void VM_GetOrSetLocal::doit() {
821 bool VM_GetOrSetLocal::allow_nested_vm_operations() const {
828 : VM_GetOrSetLocal(thread, caller_thread, depth, 0) {}