Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:ValueContext

3696 ValueContext::~ValueContext() {
3709 void ValueContext::ReturnValue(HValue* value) {
3766 void ValueContext::ReturnInstruction(HInstruction* instr, BailoutId ast_id) {
3779 void ValueContext::ReturnControl(HControlInstruction* instr, BailoutId ast_id) {
3799 void ValueContext::ReturnContinuation(HIfContinuation* continuation,
3915 ValueContext for_value(this, flag);
3921 ValueContext for_value(this, ARGUMENTS_NOT_ALLOWED);
7567 ValueContext for_value(this, ARGUMENTS_NOT_ALLOWED);