Home
last modified time | relevance | path

Searched defs:TempAt (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/x64/
Dlithium-x64.h308 LOperand* TempAt(int i) { return temps_[i]; } in TempAt() function
/external/v8/src/arm/
Dlithium-arm.h307 LOperand* TempAt(int i) { return temps_[i]; } in TempAt() function
/external/v8/src/mips/
Dlithium-mips.h306 LOperand* TempAt(int i) { return temps_[i]; } in TempAt() function
/external/v8/src/ia32/
Dlithium-ia32.h303 LOperand* TempAt(int i) { return temps_[i]; } in TempAt() function