Home | History | Annotate | Download | only in JIT

Lines Matching refs:JITTest

1 //===- JITTest.cpp - Unit tests for the JIT -------------------------------===//
175 class JITTest : public testing::Test {
276 TEST_F(JITTest, FarCallToKnownFunction) {
309 TEST_F(JITTest, NonLazyCompilationStillNeedsStubs) {
365 TEST_F(JITTest, NonLazyLeaksNoStubs) {
404 TEST_F(JITTest, ModuleDeletion) {
440 TEST_F(JITTest, NoStubs) {
477 TEST_F(JITTest, FunctionPointersOutliveTheirCreator) {
514 TEST_F(JITTest, FunctionIsRecompiledAndRelinked) {
546 TEST_F(JITTest, AvailableExternallyGlobalIsntEmitted) {
563 TEST_F(JITTest, AvailableExternallyFunctionIsntCompiled) {
583 TEST_F(JITTest, EscapedLazyStubStillCallable) {