Home
last modified time | relevance | path

Searched refs:GetGeneralRegisterName (Results 1 – 22 of 22) sorted by relevance

/external/v8/src/
Dregister-configuration.h94 const char* GetGeneralRegisterName(int code) const { in GetGeneralRegisterName() function
/external/v8/src/crankshaft/
Dlithium.cc69 GetRegConfig()->GetGeneralRegisterName(reg_index); in PrintTo()
117 GetRegConfig()->GetGeneralRegisterName(reg_index)); in PrintTo()
Dlithium-allocator.cc1594 return GetRegConfig()->GetGeneralRegisterName(allocation_index); in RegisterName()
Dhydrogen.cc12925 GetRegConfig()->GetGeneralRegisterName(assigned_reg)); in TraceLiveRange()
/external/v8/src/compiler/
Dinstruction.cc127 << conf->GetGeneralRegisterName( in operator <<()
166 << GetRegConfig()->GetGeneralRegisterName(allocated.register_code()) in operator <<()
Dgraph-visualizer.cc589 os_ << " \"" << config->GetGeneralRegisterName(op.register_code()) in PrintLiveRange()
Dregister-allocator.cc2725 return data()->config()->GetGeneralRegisterName(register_code); in RegisterName()
/external/v8/src/ppc/
Ddisasm-ppc.cc1462 return v8::internal::GetRegConfig()->GetGeneralRegisterName(reg); in NameOfCPURegister()
Dsimulator-ppc.cc270 GetRegConfig()->GetGeneralRegisterName(i), value); in Debug()
289 GetRegConfig()->GetGeneralRegisterName(i), value, value); in Debug()
/external/v8/src/s390/
Ddisasm-s390.cc1500 return v8::internal::GetRegConfig()->GetGeneralRegisterName(reg); in NameOfCPURegister()
Dsimulator-s390.cc292 GetRegConfig()->GetGeneralRegisterName(i), value); in Debug()
307 GetRegConfig()->GetGeneralRegisterName(i), value, value); in Debug()
/external/v8/src/arm/
Ddisasm-arm.cc2564 return v8::internal::GetRegConfig()->GetGeneralRegisterName(reg); in NameOfCPURegister()
Dsimulator-arm.cc247 RegisterConfiguration::Crankshaft()->GetGeneralRegisterName( in Debug()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc3469 RegisterConfiguration::Crankshaft()->GetGeneralRegisterName( in PrepareForTailCall()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc2830 RegisterConfiguration::Crankshaft()->GetGeneralRegisterName( in PrepareForTailCall()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc3383 RegisterConfiguration::Crankshaft()->GetGeneralRegisterName( in PrepareForTailCall()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc3490 RegisterConfiguration::Crankshaft()->GetGeneralRegisterName( in PrepareForTailCall()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc3551 RegisterConfiguration::Crankshaft()->GetGeneralRegisterName( in PrepareForTailCall()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc3675 RegisterConfiguration::Crankshaft()->GetGeneralRegisterName( in PrepareForTailCall()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc3664 RegisterConfiguration::Crankshaft()->GetGeneralRegisterName( in DoShiftI()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc3758 RegisterConfiguration::Crankshaft()->GetGeneralRegisterName( in DoShiftI()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc3672 RegisterConfiguration::Crankshaft()->GetGeneralRegisterName( in PrepareForTailCall()