Home | History | Annotate | Download | only in src

Lines Matching defs:ValueContext

2240 ValueContext::~ValueContext() {
2253 void ValueContext::ReturnValue(HValue* value) {
2287 void ValueContext::ReturnInstruction(HInstruction* instr, int ast_id) {
2298 void ValueContext::ReturnControl(HControlInstruction* instr, int ast_id) {
2400 ValueContext for_value(this, flag);
2406 ValueContext for_value(this, ARGUMENTS_NOT_ALLOWED);