/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * This file is part of SableVM. * * See the file "LICENSE" for Copyright information and the * * terms and conditions for copying, distribution and * * modification of SableVM. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #error unused !!! #ifndef SVM_PREPARE_CODE_H #define SVM_PREPARE_CODE_H jint _svmf_prepare_code (_svmt_JNIEnv *env, _svmt_method_info *method); jint _svmf_compute_gc_maps (_svmt_JNIEnv *env, _svmt_method_info *method); jobject _svmf_get_interned_string (_svmt_JNIEnv *env, const char *value); jobject _svmf_get_string (_svmt_JNIEnv *env, const char *value); #endif /* NOT SVM_PREPARE_CODE_H */