Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dhydrogen.cc7962 Goto(inlined_test_context()->if_true(), state); in TryInline()
7974 inlined_test_context()->ReturnValue(implicit_return_value); in TryInline()
7985 Goto(inlined_test_context()->if_false(), state); in TryInline()
7996 if (inlined_test_context() != NULL) { in TryInline()
7997 HBasicBlock* if_true = inlined_test_context()->if_true(); in TryInline()
7998 HBasicBlock* if_false = inlined_test_context()->if_false(); in TryInline()
8003 DCHECK(ast_context() == inlined_test_context()); in TryInline()
Dhydrogen.h2176 TestContext* inlined_test_context() const { in inlined_test_context() function