Decoding references. Otherwise, buggy code works only on stack refs.
Now, we handle not only SIRT (stack stuff), but because now we call
DecodeJObject(), we can also handle Globals, Global Weak, and Local.
Change-Id: Ibaf2f6ff81765bda6c14491b35ea088a5bf2bb27
diff --git a/src/jni_compiler.h b/src/jni_compiler.h
index a3b2e53..3c0d8b4 100644
--- a/src/jni_compiler.h
+++ b/src/jni_compiler.h
@@ -30,6 +30,10 @@
JniCallingConvention* jni_conv,
size_t frame_size, size_t out_arg_size);
+ void SetNativeParameter(Assembler *jni_asm,
+ JniCallingConvention *jni_conv,
+ ManagedRegister in_reg);
+
// A poor man's code cache
void* AllocateCode(size_t size);