Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen.cc8250 inlined_test_context()->ReturnValue(graph()->GetConstantTrue()); in TryInline()
8262 inlined_test_context()->ReturnValue(implicit_return_value); in TryInline()
8273 inlined_test_context()->ReturnValue(graph()->GetConstantFalse()); in TryInline()
8284 if (inlined_test_context() != NULL) { in TryInline()
8285 HBasicBlock* if_true = inlined_test_context()->if_true(); in TryInline()
8286 HBasicBlock* if_false = inlined_test_context()->if_false(); in TryInline()
8291 DCHECK(ast_context() == inlined_test_context()); in TryInline()
Dhydrogen.h2143 TestContext* inlined_test_context() const { in inlined_test_context() function