Searched refs:AllocationIndexToString (Results 1 - 9 of 9) 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/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/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

Completed in 135 milliseconds