Searched defs:RegisterName (Results 1 - 3 of 3) sorted by relevance

/external/google-breakpad/src/common/
H A Ddwarf_cfi_to_module.cc172 string DwarfCFIToModule::RegisterName(int i) { function in class:google_breakpad::DwarfCFIToModule
206 entry_->initial_rules[RegisterName(reg)] = shared_rule;
209 entry_->rule_changes[address][RegisterName(reg)] = shared_rule;
213 reporter_->UndefinedNotSupported(entry_offset_, RegisterName(reg));
220 s << RegisterName(reg);
228 s << RegisterName(base_register) << " " << offset << " + ^";
236 s << RegisterName(base_register) << " " << offset << " +";
244 s << RegisterName(base_register);
251 reporter_->ExpressionsNotSupported(entry_offset_, RegisterName(reg));
258 reporter_->ExpressionsNotSupported(entry_offset_, RegisterName(re
[all...]
/external/v8/src/crankshaft/
H A Dlithium-allocator.cc1592 const char* LAllocator::RegisterName(int allocation_index) { function in class:LAllocator
1788 RegisterName(register_index),
1796 RegisterName(register_index),
1832 RegisterName(reg),
1918 RegisterName(reg),
/external/v8/src/compiler/
H A Dregister-allocator.cc2723 const char* RegisterAllocator::RegisterName(int register_code) const { function in class:v8::internal::compiler::LiveRangeBoundArray::RegisterAllocator
3000 TRACE("Register %s is free until pos %d (1)\n", RegisterName(cur_reg),
3029 TRACE("Register %s is free until pos %d (2)\n", RegisterName(cur_reg),
3103 RegisterName(hint_register), free_until_pos[hint_register].value(),
3110 RegisterName(hint_register), current->TopLevel()->vreg(),
3158 TRACE("Assigning free reg %s to live range %d:%d\n", RegisterName(reg),
3300 TRACE("Assigning blocked reg %s to live range %d:%d\n", RegisterName(reg),

Completed in 384 milliseconds