Home | History | Annotate | Download | only in src

Lines Matching defs:TestContext

855 class TestContext FINAL : public AstContext {
857 TestContext(HOptimizedGraphBuilder* owner,
875 static TestContext* cast(AstContext* context) {
877 return reinterpret_cast<TestContext*>(context);
907 TestContext* test_context() { return test_context_; }
952 TestContext* test_context_;
2176 TestContext* inlined_test_context() const {