Home
last modified time | relevance | path

Searched refs:TestContext (Results 1 – 13 of 13) sorted by relevance

/external/chromium/net/data/proxy_resolver_v8_unittest/
Dpac_library_unittest.js13 var t = new TestContext(test);
281 function TestContext(name) { class
286 TestContext.prototype.failed = function() {
290 TestContext.prototype.expectEquals = function(expectation, actual) {
297 TestContext.prototype.expectTrue = function(x) {
301 TestContext.prototype.expectFalse = function(x) {
305 TestContext.prototype.log = function(x) {
/external/valgrind/unittest/
Dbigtest.cc242 struct TestContext { struct
245 TestContext() { in TestContext() function
253 TestContext * context = &contexts[id]; in Pattern101()
283 contexts = new TestContext[params.NUM_CONTEXTS]; in ApplyParameters101()
465 struct TestContext { struct
471 TestContext () { in TestContext() argument
480 TestContext * context = &contexts[id]; in Pattern311()
520 contexts = new TestContext[params.NUM_CONTEXTS]; in ApplyParameters311()
534 TestContext * context; in Pattern312()
/external/v8/src/
Dfull-codegen.h120 class TestContext; variable
306 void DoTest(const TestContext* context);
370 TestContext context(this, expr, if_true, if_false, fall_through); in VisitForControl()
721 class TestContext : public ExpressionContext {
723 TestContext(FullCodeGenerator* codegen, in TestContext() function
734 static const TestContext* cast(const ExpressionContext* context) { in cast()
736 return reinterpret_cast<const TestContext*>(context); in cast()
Dfull-codegen.cc490 void FullCodeGenerator::TestContext::Plug(Register reg) const { in Plug()
512 void FullCodeGenerator::TestContext::PlugTOS() const { in PlugTOS()
554 void FullCodeGenerator::TestContext::PrepareTest( in PrepareTest()
566 void FullCodeGenerator::DoTest(const TestContext* context) { in DoTest()
807 const TestContext* test = TestContext::cast(context()); in VisitInDuplicateContext()
831 const TestContext* test = TestContext::cast(context()); in VisitLogicalExpression()
1340 const TestContext* for_test = TestContext::cast(context()); in VisitConditional()
Dhydrogen.h653 class TestContext: public AstContext {
655 TestContext(HGraphBuilder* owner, in TestContext() function
669 static TestContext* cast(AstContext* context) { in cast()
671 return reinterpret_cast<TestContext*>(context); in cast()
710 TestContext* test_context() { return test_context_; } in test_context()
742 TestContext* test_context_;
880 TestContext* inlined_test_context() const { in inlined_test_context()
Dhydrogen.cc2189 Expression* cond = TestContext::cast(owner->ast_context())->condition(); in FunctionState()
2192 test_context_ = new TestContext(owner, cond, if_true, if_false); in FunctionState()
2263 void TestContext::ReturnValue(HValue* value) { in ReturnValue()
2318 void TestContext::ReturnInstruction(HInstruction* instr, int ast_id) { in ReturnInstruction()
2333 void TestContext::ReturnControl(HControlInstruction* instr, int ast_id) { in ReturnControl()
2346 void TestContext::BuildBranch(HValue* value) { in BuildBranch()
2416 TestContext for_test(this, expr, true_block, false_block); in VisitForControl()
2856 TestContext* test = TestContext::cast(context); in VisitReturnStatement()
2887 TestContext* test = TestContext::cast(context); in VisitReturnStatement()
5445 HBasicBlock* true_target = TestContext::cast(ast_context())->if_true(); in TryInline()
[all …]
/external/v8/test/mjsunit/
Dconst-redecl.js83 function TestContext(s,e) { class
103 assertEquals(expected, TestContext(s,e), "context:'" + msg + "'");
/external/icu4c/test/intltest/
Dtranstst.h177 void TestContext(void);
Dtranstst.cpp142 TESTCASE(33,TestContext); in runIndexedTest()
1790 void TransliteratorTest::TestContext() { in TestContext() function in TransliteratorTest
/external/v8/src/arm/
Dfull-codegen-arm.cc480 void FullCodeGenerator::TestContext::Plug(Variable* var) const { in Plug()
506 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const { in Plug()
541 void FullCodeGenerator::TestContext::Plug(Handle<Object> lit) const { in Plug()
595 void FullCodeGenerator::TestContext::DropAndPlug(int count, in DropAndPlug()
641 void FullCodeGenerator::TestContext::Plug(Label* materialize_true, in Plug()
667 void FullCodeGenerator::TestContext::Plug(bool flag) const { in Plug()
3829 const TestContext* test = TestContext::cast(context()); in VisitUnaryOperation()
/external/v8/src/x64/
Dfull-codegen-x64.cc414 void FullCodeGenerator::TestContext::Plug(Variable* var) const { in Plug()
437 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const { in Plug()
470 void FullCodeGenerator::TestContext::Plug(Handle<Object> lit) const { in Plug()
524 void FullCodeGenerator::TestContext::DropAndPlug(int count, in DropAndPlug()
568 void FullCodeGenerator::TestContext::Plug(Label* materialize_true, in Plug()
593 void FullCodeGenerator::TestContext::Plug(bool flag) const { in Plug()
3716 const TestContext* test = TestContext::cast(context()); in VisitUnaryOperation()
/external/v8/src/mips/
Dfull-codegen-mips.cc489 void FullCodeGenerator::TestContext::Plug(Variable* var) const { in Plug()
514 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const { in Plug()
549 void FullCodeGenerator::TestContext::Plug(Handle<Object> lit) const { in Plug()
603 void FullCodeGenerator::TestContext::DropAndPlug(int count, in DropAndPlug()
649 void FullCodeGenerator::TestContext::Plug(Label* materialize_true, in Plug()
675 void FullCodeGenerator::TestContext::Plug(bool flag) const { in Plug()
3870 const TestContext* test = TestContext::cast(context()); in VisitUnaryOperation()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc474 void FullCodeGenerator::TestContext::Plug(Variable* var) const { in Plug()
499 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const { in Plug()
527 void FullCodeGenerator::TestContext::Plug(Handle<Object> lit) const { in Plug()
581 void FullCodeGenerator::TestContext::DropAndPlug(int count, in DropAndPlug()
625 void FullCodeGenerator::TestContext::Plug(Label* materialize_true, in Plug()
652 void FullCodeGenerator::TestContext::Plug(bool flag) const { in Plug()
3803 const TestContext* test = TestContext::cast(context()); in VisitUnaryOperation()