Home | History | Annotate | Download | only in jit

Lines Matching refs:ASSERT_JIT_OFFSET

41 #define ASSERT_JIT_OFFSET(actual, expected) ASSERT_WITH_MESSAGE(actual == expected, "JIT Offset \"%s\" should be %d, not %d.\n", #expected, static_cast<int>(actual), static_cast<int>(expected));