Home | History | Annotate | Download | only in src

Lines Matching full:testcontext

3345       TestContext* outer_test_context = TestContext::cast(owner->ast_context());
3349 test_context_ = new TestContext(owner, cond, if_true, if_false);
3354 // Set this after possibly allocating a new TestContext above.
3420 void TestContext::ReturnValue(HValue* value) {
3519 void TestContext::ReturnInstruction(HInstruction* instr, BailoutId ast_id) {
3534 void TestContext::ReturnControl(HControlInstruction* instr, BailoutId ast_id) {
3547 void TestContext::ReturnContinuation(HIfContinuation* continuation,
3562 void TestContext::BuildBranch(HValue* value) {
3628 TestContext for_test(this, expr, true_block, false_block);
4067 TestContext* test = TestContext::cast(context);
4108 TestContext* test = TestContext::cast(context);
7269 HBasicBlock* true_target = TestContext::cast(ast_context())->if_true();
7275 HBasicBlock* false_target = TestContext::cast(ast_context())->if_false();
8373 TestContext* context = TestContext::cast(ast_context());
8980 TestContext* context = TestContext::cast(ast_context());
9052 // TestContext::BuildBranch, and that they both have an HSimulate though the