Lines Matching refs:VM_GetOrSetLocal
1792 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 op(java_thread, depth, slot, T_DOUBLE, val);