Home
last modified time | relevance | path

Searched refs:GetDoubleRegisterName (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/
Dregister-configuration.h100 const char* GetDoubleRegisterName(int code) const { in GetDoubleRegisterName() function
Ddeoptimizer.cc3459 RegisterConfiguration::Crankshaft()->GetDoubleRegisterName( in CreateNextTranslatedValue()
Dobjects.cc14387 << RegisterConfiguration::Crankshaft()->GetDoubleRegisterName( in DeoptimizationInputDataPrint()
/external/v8/src/crankshaft/
Dlithium.cc80 GetRegConfig()->GetDoubleRegisterName(reg_index); in PrintTo()
126 stream->Add("[%s|R]", GetRegConfig()->GetDoubleRegisterName(reg_index)); in PrintTo()
Dlithium-allocator.cc1596 return GetRegConfig()->GetDoubleRegisterName(allocation_index); in RegisterName()
Dhydrogen.cc12921 GetRegConfig()->GetDoubleRegisterName(assigned_reg)); in TraceLiveRange()
/external/v8/src/compiler/
Dinstruction.cc132 << conf->GetDoubleRegisterName( in operator <<()
170 << GetRegConfig()->GetDoubleRegisterName(allocated.register_code()) in operator <<()
Dgraph-visualizer.cc592 os_ << " \"" << config->GetDoubleRegisterName(op.register_code()) in PrintLiveRange()
Dregister-allocator.cc2727 return data()->config()->GetDoubleRegisterName(register_code); in RegisterName()
/external/v8/src/ppc/
Ddisasm-ppc.cc123 Print(GetRegConfig()->GetDoubleRegisterName(reg)); in PrintDRegister()
Dsimulator-ppc.cc309 GetRegConfig()->GetDoubleRegisterName(i), dvalue, in Debug()
/external/v8/src/s390/
Ddisasm-s390.cc116 Print(GetRegConfig()->GetDoubleRegisterName(reg)); in PrintDRegister()
Dsimulator-s390.cc323 GetRegConfig()->GetDoubleRegisterName(i), fvalue, in Debug()
331 GetRegConfig()->GetDoubleRegisterName(i), dvalue, in Debug()