Home
last modified time | relevance | path

Searched refs:test_context_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen.h893 TestContext* test_context() { return test_context_; } in test_context()
895 delete test_context_; in ClearInlinedTestContext() local
896 test_context_ = NULL; in ClearInlinedTestContext()
951 TestContext* test_context_; variable
Dhydrogen.cc3618 test_context_(NULL), in FunctionState()
3637 test_context_ = new TestContext(owner, cond, if_true, if_false); in FunctionState()
3658 delete test_context_; in ~FunctionState()