Searched refs:call_context (Results 1 – 2 of 2) sorted by relevance
900 AstContext* call_context() { return call_context_; } in call_context() function2179 AstContext* call_context() const { in call_context() function2180 return function_state()->call_context(); in call_context()
4669 AstContext* context = call_context(); in VisitReturnStatement()6662 if (call_context() == NULL) { in VisitThrow()7800 if (call_context()->IsTest()) { in TryInline()7802 } else if (call_context()->IsEffect()) { in TryInline()7805 ASSERT(call_context()->IsValue()); in TryInline()7812 if (call_context()->IsTest()) { in TryInline()7814 } else if (call_context()->IsEffect()) { in TryInline()7817 ASSERT(call_context()->IsValue()); in TryInline()7823 if (call_context()->IsTest()) { in TryInline()7825 } else if (call_context()->IsEffect()) { in TryInline()[all …]