Searched refs:FastAllocate (Results 1 – 5 of 5) sorted by relevance
361 virtual void FastAllocate(TempLocation* temp) = 0;383 void FastAllocate(TempLocation* temp);400 void FastAllocate(TempLocation* temp);421 void FastAllocate(TempLocation* temp);452 void FastAllocate(TempLocation* temp) { UNREACHABLE(); } in FastAllocate() function
203 void ZeroOperandInstruction::FastAllocate(TempLocation* temp) { in FastAllocate() function in v8::internal::ZeroOperandInstruction208 void OneOperandInstruction::FastAllocate(TempLocation* temp) { in FastAllocate() function in v8::internal::OneOperandInstruction215 void TwoOperandInstruction::FastAllocate(TempLocation* temp) { in FastAllocate() function in v8::internal::TwoOperandInstruction
53 instructions_[i+1]->FastAllocate(TempLocation::cast(loc)); in Compile()
52 instructions_[i+1]->FastAllocate(TempLocation::cast(loc)); in Compile()