Lines Matching full:testcontext
2189 Expression* cond = TestContext::cast(owner->ast_context())->condition();
2192 test_context_ = new TestContext(owner, cond, if_true, if_false);
2197 // Set this after possibly allocating a new TestContext above.
2263 void TestContext::ReturnValue(HValue* value) {
2318 void TestContext::ReturnInstruction(HInstruction* instr, int ast_id) {
2333 void TestContext::ReturnControl(HControlInstruction* instr, int ast_id) {
2346 void TestContext::BuildBranch(HValue* value) {
2416 TestContext for_test(this, expr, true_block, false_block);
2856 TestContext* test = TestContext::cast(context);
2887 TestContext* test = TestContext::cast(context);
5445 HBasicBlock* true_target = TestContext::cast(ast_context())->if_true();
5450 HBasicBlock* false_target = TestContext::cast(ast_context())->if_false();
6239 TestContext* context = TestContext::cast(ast_context());
6597 TestContext* context = TestContext::cast(ast_context());
6656 // TestContext::BuildBranch, and that they both have an HSimulate though the