Home
last modified time | relevance | path

Searched refs:IsAllocatableDoubleCode (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dregister-configuration.h85 bool IsAllocatableDoubleCode(int index) const { in IsAllocatableDoubleCode() function
/external/v8/src/compiler/
Dinstruction.cc307 GetRegConfig()->IsAllocatableDoubleCode(index)); in ExplicitOperand()
/external/v8/src/crankshaft/
Dlithium-allocator.cc959 if (GetRegConfig()->IsAllocatableDoubleCode(i)) { in ProcessInstructions()