Home | History | Annotate | Download | only in src

Lines Matching refs:Top

177   // Order of pushed values: newest (top of stack) first. This allows
2159 // Forward link (towards the stack top).
3627 HValue* enumerable = Top(); // Leave enumerable at the top.
4451 // Otherwise, find the top prototype.
4623 // name in its prototype chain. This means all prototypes up to the top are
5065 Top(),
5075 BindIfLive(var, Top());
5112 context, var->index(), mode, Top());
5128 HValue* object = Top();
5257 Top(),
5324 context, var->index(), mode, Top());
5909 HValue* object = Top();
5924 AddCheckConstantFunction(holder, Top(), map);
6898 HValue* function = Top();
7082 // Index of the receiver from the top of the expression stack.
7125 HValue* function = Top();
7151 HValue* function = Top();
7190 HValue* function = Top();
7249 // the index of the receiver from the top of the expression stack.
7280 HValue* constructor = HPushArgument::cast(Top())->argument();
7467 // The input to the count operation is on top of the expression stack.
7493 HInstruction* instr = Add<HAdd>(Top(), delta);
7529 input = returns_original_input ? Top() : Pop();
7585 HValue* object = Top();
7922 HValue* left_value = Top();