Lines Matching refs:call_context
4947 AstContext* context = call_context(); in VisitReturnStatement()
7195 if (call_context() == NULL) { in VisitThrow()
8533 if (call_context()->IsTest()) { in TryInline()
8535 } else if (call_context()->IsEffect()) { in TryInline()
8538 DCHECK(call_context()->IsValue()); in TryInline()
8545 if (call_context()->IsTest()) { in TryInline()
8547 } else if (call_context()->IsEffect()) { in TryInline()
8550 DCHECK(call_context()->IsValue()); in TryInline()
8556 if (call_context()->IsTest()) { in TryInline()
8558 } else if (call_context()->IsEffect()) { in TryInline()
8561 DCHECK(call_context()->IsValue()); in TryInline()