Home | History | Annotate | Download | only in src

Lines Matching defs:ValueContext

4011 ValueContext::~ValueContext() {
4024 void ValueContext::ReturnValue(HValue* value) {
4077 void ValueContext::ReturnInstruction(HInstruction* instr, BailoutId ast_id) {
4090 void ValueContext::ReturnControl(HControlInstruction* instr, BailoutId ast_id) {
4110 void ValueContext::ReturnContinuation(HIfContinuation* continuation,
4226 ValueContext for_value(this, flag);
4232 ValueContext for_value(this, ARGUMENTS_NOT_ALLOWED);
7333 ValueContext for_value(this, ARGUMENTS_NOT_ALLOWED);