Home
last modified time | relevance | path

Searched refs:IsAllocatableGeneralCode (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/crankshaft/arm64/
Dlithium-gap-resolver-arm64.h69 DCHECK(!RegisterConfiguration::Crankshaft()->IsAllocatableGeneralCode( in SavedValueRegister()
81 DCHECK(!RegisterConfiguration::Crankshaft()->IsAllocatableGeneralCode( in SavedFPValueRegister()
/external/v8/src/
Dregister-configuration.h73 bool IsAllocatableGeneralCode(int index) const { in IsAllocatableGeneralCode() function
/external/v8/src/x64/
Dcode-stubs-x64.h281 if (RegisterConfiguration::Crankshaft()->IsAllocatableGeneralCode(i)) { in GetRegThatIsNotRcxOr()
/external/v8/src/ia32/
Dcode-stubs-ia32.h286 if (RegisterConfiguration::Crankshaft()->IsAllocatableGeneralCode(i)) { in GetRegThatIsNotEcxOr()
/external/v8/src/x87/
Dcode-stubs-x87.h283 if (RegisterConfiguration::Crankshaft()->IsAllocatableGeneralCode(i)) { in GetRegThatIsNotEcxOr()
/external/v8/src/compiler/
Dinstruction.cc303 GetRegConfig()->IsAllocatableGeneralCode(index)); in ExplicitOperand()
/external/v8/src/crankshaft/
Dlithium-allocator.cc946 if (GetRegConfig()->IsAllocatableGeneralCode(i)) { in ProcessInstructions()