Searched refs:push_count (Results 1 – 3 of 3) sorted by relevance
1100 int push_count = 0; in ArrayNativeCode() local1102 push_count++; in ArrayNativeCode()1105 push_count++; in ArrayNativeCode()1134 __ mov(ecx, Operand(esp, (push_count + 1) * kPointerSize)); in ArrayNativeCode()1144 for (int i = push_count; i > 0; i--) { in ArrayNativeCode()
419 int push_count() const { return push_count_; } in push_count() function
142 int push_count = environment->push_count(); in CreateSimulate() local146 for (int i = push_count - 1; i >= 0; --i) { in CreateSimulate()