Searched refs:RegisterName (Results 1 – 8 of 8) sorted by relevance
/external/google-breakpad/src/common/ |
D | dwarf_cfi_to_module.cc | 172 string DwarfCFIToModule::RegisterName(int i) { in RegisterName() function in google_breakpad::DwarfCFIToModule 206 entry_->initial_rules[RegisterName(reg)] = shared_rule; in Record() 209 entry_->rule_changes[address][RegisterName(reg)] = shared_rule; in Record() 213 reporter_->UndefinedNotSupported(entry_offset_, RegisterName(reg)); in UndefinedRule() 220 s << RegisterName(reg); in SameValueRule() 228 s << RegisterName(base_register) << " " << offset << " + ^"; in OffsetRule() 236 s << RegisterName(base_register) << " " << offset << " +"; in ValOffsetRule() 244 s << RegisterName(base_register); in RegisterRule() 251 reporter_->ExpressionsNotSupported(entry_offset_, RegisterName(reg)); in ExpressionRule() 258 reporter_->ExpressionsNotSupported(entry_offset_, RegisterName(reg)); in ValExpressionRule()
|
D | dwarf_cfi_to_module.h | 158 string RegisterName(int i);
|
/external/v8/src/crankshaft/ |
D | lithium-allocator.cc | 1592 const char* LAllocator::RegisterName(int allocation_index) { in RegisterName() function in v8::internal::LAllocator 1788 RegisterName(register_index), in TryAllocateFreeReg() 1796 RegisterName(register_index), in TryAllocateFreeReg() 1832 RegisterName(reg), in TryAllocateFreeReg() 1918 RegisterName(reg), in AllocateBlockedReg()
|
D | lithium-allocator.h | 505 const char* RegisterName(int allocation_index);
|
/external/v8/src/compiler/ |
D | register-allocator.cc | 2723 const char* RegisterAllocator::RegisterName(int register_code) const { in RegisterName() function in v8::internal::compiler::RegisterAllocator 3000 TRACE("Register %s is free until pos %d (1)\n", RegisterName(cur_reg), in FindFreeRegistersForRange() 3029 TRACE("Register %s is free until pos %d (2)\n", RegisterName(cur_reg), in FindFreeRegistersForRange() 3103 RegisterName(hint_register), free_until_pos[hint_register].value(), in TryAllocatePreferredReg() 3110 RegisterName(hint_register), current->TopLevel()->vreg(), in TryAllocatePreferredReg() 3158 TRACE("Assigning free reg %s to live range %d:%d\n", RegisterName(reg), in TryAllocateFreeReg() 3300 TRACE("Assigning blocked reg %s to live range %d:%d\n", RegisterName(reg), in AllocateBlockedReg()
|
D | register-allocator.h | 1029 const char* RegisterName(int allocation_index) const;
|
/external/swiftshader/third_party/subzero/src/DartARM32/ |
D | assembler_arm.h | 443 static const char* RegisterName(Register reg);
|
D | assembler_arm.cc | 3682 const char* Assembler::RegisterName(Register reg) { in RegisterName() function in dart::Assembler
|