Home
last modified time | relevance | path

Searched refs:PrintLabel (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/torque/
Ddeclarable.cc49 void PrintLabel(std::ostream& os, const Label& l, bool with_names) { in PrintLabel() function
72 PrintLabel(os, l, true); in operator <<()
Ddeclarable.h363 void PrintLabel(std::ostream& os, const Label& l, bool with_names);
Dimplementation-visitor.cc1178 PrintLabel(stream, *l, false); in FailMacroLookup()
/external/vixl/examples/aarch32/
Dcustom-aarch32-disasm.cc49 virtual DisassemblerStream& operator<<(const Disassembler::PrintLabel& label) in operator <<()
/external/vixl/src/aarch32/
Ddisasm-aarch32.h196 class PrintLabel {
202 PrintLabel(LocationType location_type, in PrintLabel() function
216 const PrintLabel& label) {
327 virtual DisassemblerStream& operator<<(const PrintLabel& label) {
Ddisasm-aarch32.cc1214 << 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 …]