Searched refs:PopPostamble (Results 1 – 2 of 2) sorted by relevance
2032 void PopPostamble(Operand total_size);2035 void PopPostamble(int count, int size) { PopPostamble(count * size); } in PopPostamble() function
811 PopPostamble(count, size); in Pop()862 masm_->PopPostamble(size_); in PopQueued()901 PopPostamble(registers.Count(), size); in PopCPURegList()1090 void MacroAssembler::PopPostamble(Operand total_size) { in PopPostamble() function in v8::internal::MacroAssembler