Searched refs:PopPostamble (Results 1 – 2 of 2) sorted by relevance
2043 void PopPostamble(Operand total_size);2046 void PopPostamble(int count, int size) { PopPostamble(count * size); } in PopPostamble() function
907 PopPostamble(count, size); in Pop()969 masm_->PopPostamble(size_); in PopQueued()1008 PopPostamble(registers.Count(), size); in PopCPURegList()1197 void MacroAssembler::PopPostamble(Operand total_size) { in PopPostamble() function in v8::internal::MacroAssembler