Home
last modified time | relevance | path

Searched refs:FastAllocate (Results 1 – 5 of 5) sorted by relevance

/external/webkit/V8Binding/v8/src/
Dcfg.h361 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
Dcfg.cc203 void ZeroOperandInstruction::FastAllocate(TempLocation* temp) { in FastAllocate() function in v8::internal::ZeroOperandInstruction
208 void OneOperandInstruction::FastAllocate(TempLocation* temp) { in FastAllocate() function in v8::internal::OneOperandInstruction
215 void TwoOperandInstruction::FastAllocate(TempLocation* temp) { in FastAllocate() function in v8::internal::TwoOperandInstruction
/external/webkit/V8Binding/v8/src/x64/
Dcfg-x64.cc53 instructions_[i+1]->FastAllocate(TempLocation::cast(loc)); in Compile()
/external/webkit/V8Binding/v8/src/arm/
Dcfg-arm.cc52 instructions_[i+1]->FastAllocate(TempLocation::cast(loc)); in Compile()
/external/webkit/V8Binding/v8/src/ia32/
Dcfg-ia32.cc52 instructions_[i+1]->FastAllocate(TempLocation::cast(loc)); in Compile()