summaryrefslogtreecommitdiff
path: root/compiler/jni/quick/calling_convention.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/jni/quick/calling_convention.h')
-rw-r--r--compiler/jni/quick/calling_convention.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/jni/quick/calling_convention.h b/compiler/jni/quick/calling_convention.h
index 0be523362f..faa83daf7c 100644
--- a/compiler/jni/quick/calling_convention.h
+++ b/compiler/jni/quick/calling_convention.h
@@ -363,10 +363,6 @@ class JniCallingConvention : public CallingConvention {
return !IsCriticalNative();
}
- // Locking argument register, used to pass the synchronization object for calls
- // to `JniLockObject()` and `JniUnlockObject()`.
- virtual ManagedRegister LockingArgumentRegister() const = 0;
-
// Hidden argument register, used to pass the method pointer for @CriticalNative call.
virtual ManagedRegister HiddenArgumentRegister() const = 0;