/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * This source file is part of SableVM. * * * * See the file "LICENSE" for the copyright information and for * * the terms and conditions for copying, distribution and * * modification of this source file. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #ifndef SVM_PREPARE_CODE_H #define SVM_PREPARE_CODE_H #ifdef _SABLEVM_INLINABILITY_TESTING static jint _svmf_no_inlining (_svmt_JNIEnv *, _svmt_word, int); #endif #endif /* NOT SVM_PREPARE_CODE_H */