Searched refs:AllocationIndexToString (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/v8/src/compiler/
H A Dinstruction.cc27 return os << "(=" << Register::AllocationIndexToString(
30 return os << "(=" << DoubleRegister::AllocationIndexToString(
49 return os << "[" << Register::AllocationIndexToString(op.index())
52 return os << "[" << DoubleRegister::AllocationIndexToString(op.index())
H A Dregister-allocator.cc1634 return Register::AllocationIndexToString(allocation_index);
1636 return DoubleRegister::AllocationIndexToString(allocation_index);
/external/chromium_org/v8/src/
H A Dlithium.cc64 Register::AllocationIndexToString(reg_index);
76 DoubleRegister::AllocationIndexToString(reg_index);
112 stream->Add("[%s|R]", Register::AllocationIndexToString(reg_index));
123 DoubleRegister::AllocationIndexToString(reg_index));
H A Dlithium-allocator.cc1595 return Register::AllocationIndexToString(allocation_index);
1597 return DoubleRegister::AllocationIndexToString(allocation_index);
H A Ddeoptimizer.cc2259 DoubleRegister::AllocationIndexToString(input_reg));
2527 DoubleRegister::AllocationIndexToString(input_reg));
H A Dhydrogen.cc12388 DoubleRegister::AllocationIndexToString(assigned_reg));
12391 trace_.Add(" \"%s\"", Register::AllocationIndexToString(assigned_reg));
H A Dobjects.cc10731 os << "{input=" << DoubleRegister::AllocationIndexToString(reg_code)
/external/chromium_org/v8/src/x87/
H A Dassembler-x87.h74 static inline const char* AllocationIndexToString(int index);
124 inline const char* Register::AllocationIndexToString(int index) {
155 static const char* AllocationIndexToString(int index) {
/external/chromium_org/v8/src/ia32/
H A Dassembler-ia32.h74 static inline const char* AllocationIndexToString(int index);
124 inline const char* Register::AllocationIndexToString(int index) {
177 static const char* AllocationIndexToString(int index) {
/external/chromium_org/v8/src/mips/
H A Dassembler-mips.h107 static const char* AllocationIndexToString(int index) { function in struct:v8::internal::Register
226 static const char* AllocationIndexToString(int index);
H A Dassembler-mips.cc69 const char* DoubleRegister::AllocationIndexToString(int index) { function in class:v8::internal::DoubleRegister
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.h112 static const char* AllocationIndexToString(int index) { function in struct:v8::internal::Register
222 static const char* AllocationIndexToString(int index);
H A Dassembler-arm.cc210 const char* DwVfpRegister::AllocationIndexToString(int index) { function in class:v8::internal::DwVfpRegister
/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64.h184 static const char* AllocationIndexToString(int index) {
292 static const char* AllocationIndexToString(int index) {
/external/chromium_org/v8/src/mips64/
H A Dassembler-mips64.h96 static const char* AllocationIndexToString(int index) { function in struct:v8::internal::Register
215 static const char* AllocationIndexToString(int index);
H A Dassembler-mips64.cc69 const char* DoubleRegister::AllocationIndexToString(int index) { function in class:v8::internal::DoubleRegister
/external/chromium_org/v8/src/x64/
H A Dassembler-x64.h92 static const char* AllocationIndexToString(int index) { function in struct:v8::internal::Register
214 static const char* AllocationIndexToString(int index) { function in struct:v8::internal::XMMRegister

Completed in 1337 milliseconds