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

/external/v8/src/
H A Dlithium.cc49 Register::AllocationIndexToString(unalloc->fixed_index());
55 DoubleRegister::AllocationIndexToString(unalloc->fixed_index());
86 stream->Add("[%s|R]", Register::AllocationIndexToString(index()));
89 stream->Add("[%s|R]", DoubleRegister::AllocationIndexToString(index()));
H A Ddeoptimizer.cc755 DoubleRegister::AllocationIndexToString(input_reg));
937 DoubleRegister::AllocationIndexToString(output_reg),
H A Dlithium-allocator.cc1594 return Register::AllocationIndexToString(allocation_index);
1596 return DoubleRegister::AllocationIndexToString(allocation_index);
H A Dhydrogen.cc8034 DoubleRegister::AllocationIndexToString(assigned_reg));
8037 trace_.Add(" \"%s\"", Register::AllocationIndexToString(assigned_reg));
H A Dobjects.cc8243 DoubleRegister::AllocationIndexToString(reg_code));
/external/chromium_org/v8/src/
H A Dlithium.cc71 Register::AllocationIndexToString(reg_index);
78 DoubleRegister::AllocationIndexToString(reg_index);
106 stream->Add("[%s|R]", Register::AllocationIndexToString(index()));
109 stream->Add("[%s|R]", DoubleRegister::AllocationIndexToString(index()));
H A Dlithium-allocator.cc1620 return Register::AllocationIndexToString(allocation_index);
1622 return DoubleRegister::AllocationIndexToString(allocation_index);
H A Ddeoptimizer.cc2012 DoubleRegister::AllocationIndexToString(input_reg));
2278 DoubleRegister::AllocationIndexToString(input_reg));
H A Dhydrogen.cc10691 DoubleRegister::AllocationIndexToString(assigned_reg));
10694 trace_.Add(" \"%s\"", Register::AllocationIndexToString(assigned_reg));
H A Dobjects.cc11006 DoubleRegister::AllocationIndexToString(reg_code));
/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) {
149 static const char* AllocationIndexToString(int index);
207 static const char* AllocationIndexToString(int index) {
242 static const char* AllocationIndexToString(int index) {
H A Dassembler-ia32.cc83 const char* IntelDoubleRegister::AllocationIndexToString(int index) { function in class:v8::internal::IntelDoubleRegister
85 return XMMRegister::AllocationIndexToString(index);
87 return X87Register::AllocationIndexToString(index);
/external/v8/src/ia32/
H A Dassembler-ia32.h71 static inline const char* AllocationIndexToString(int index);
121 inline const char* Register::AllocationIndexToString(int index) {
155 static const char* AllocationIndexToString(int index) {
/external/chromium_org/v8/src/mips/
H A Dassembler-mips.h96 static const char* AllocationIndexToString(int index) { function in struct:v8::internal::Register
215 static const char* AllocationIndexToString(int index);
H A Dassembler-mips.cc83 const char* DoubleRegister::AllocationIndexToString(int index) { function in class:v8::internal::DoubleRegister
/external/v8/src/mips/
H A Dassembler-mips.h87 static const char* AllocationIndexToString(int index) { function in struct:v8::internal::Register
211 static const char* AllocationIndexToString(int index) { function in struct:v8::internal::FPURegister
/external/v8/src/arm/
H A Dassembler-arm.h87 static const char* AllocationIndexToString(int index) { function in struct:v8::internal::Register
209 static const char* AllocationIndexToString(int index) { function in struct:v8::internal::DwVfpRegister
/external/v8/src/x64/
H A Dassembler-x64.h111 static const char* AllocationIndexToString(int index) { function in struct:v8::internal::Register
216 static const char* AllocationIndexToString(int index) { function in struct:v8::internal::XMMRegister
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.h176 static const char* AllocationIndexToString(int index) { function in struct:v8::internal::Register
286 static const char* AllocationIndexToString(int index);
H A Dassembler-arm.cc92 const char* DwVfpRegister::AllocationIndexToString(int index) { function in class:v8::internal::DwVfpRegister
/external/chromium_org/v8/src/x64/
H A Dassembler-x64.h113 static const char* AllocationIndexToString(int index) { function in struct:v8::internal::Register
235 static const char* AllocationIndexToString(int index) { function in struct:v8::internal::XMMRegister

Completed in 953 milliseconds