Searched refs:GetCodeAddress (Results 1 - 2 of 2) sorted by relevance
/third_party/vixl/src/aarch32/ |
H A D | disasm-aarch32.cc | 1214 << PrintLabel(kAnyLocation, location, GetCodeAddress() & ~3); in adr() 1276 << PrintLabel(kCodeLocation, location, GetCodeAddress()); in b() 1333 << PrintLabel(kCodeLocation, location, GetCodeAddress()); in bl() 1339 << PrintLabel(kCodeLocation, location, GetCodeAddress() & ~3); in blx() 1360 << PrintLabel(kCodeLocation, location, GetCodeAddress()); in cbnz() 1366 << PrintLabel(kCodeLocation, location, GetCodeAddress()); in cbz() 1720 << PrintLabel(kLoadWordLocation, location, GetCodeAddress() & ~3); in ldr() 1736 << PrintLabel(kLoadByteLocation, location, GetCodeAddress() & ~3); in ldrb() 1756 << PrintLabel(kLoadDoubleWordLocation, location, GetCodeAddress() & ~3); in ldrd() 1806 << PrintLabel(kLoadHalfWordLocation, location, GetCodeAddress() in ldrh() [all...] |
H A D | disasm-aarch32.h | 621 uint32_t GetCodeAddress() const { return code_address_; } in GetCodeAddress() function in vixl::aarch32::Disassembler
|
Completed in 38 milliseconds