Searched refs:PrintLabel (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/torque/ |
D | declarable.cc | 49 void PrintLabel(std::ostream& os, const Label& l, bool with_names) { in PrintLabel() function 72 PrintLabel(os, l, true); in operator <<()
|
D | declarable.h | 363 void PrintLabel(std::ostream& os, const Label& l, bool with_names);
|
D | implementation-visitor.cc | 1178 PrintLabel(stream, *l, false); in FailMacroLookup()
|
/external/vixl/examples/aarch32/ |
D | custom-aarch32-disasm.cc | 49 virtual DisassemblerStream& operator<<(const Disassembler::PrintLabel& label) in operator <<()
|
/external/vixl/src/aarch32/ |
D | disasm-aarch32.h | 196 class PrintLabel { 202 PrintLabel(LocationType location_type, in PrintLabel() function 216 const PrintLabel& label) { 327 virtual DisassemblerStream& operator<<(const PrintLabel& label) {
|
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() & ~3); in ldrh() [all …]
|