HomeSort by relevance Sort by last modified time
    Searched refs:PrintLabel (Results 1 - 4 of 4) sorted by null

  /external/vixl/examples/aarch32/
custom-aarch32-disasm.cc 49 virtual DisassemblerStream& operator<<(const Disassembler::PrintLabel& label)
  /art/disassembler/
disassembler_arm.cc 50 DisassemblerStream& operator<<(const PrintLabel& label) OVERRIDE {
86 // VIXL must use a PrintLabel object whenever the base register is PC;
100 // VIXL must use a PrintLabel object whenever the base register is PC;
  /external/vixl/src/aarch32/
disasm-aarch32.h 180 // TODO: Merge this class with PrintLabel below. This Location class
196 class PrintLabel {
202 PrintLabel(LocationType location_type,
215 const PrintLabel& label) {
326 virtual DisassemblerStream& operator<<(const PrintLabel& label) {
    [all...]
disasm-aarch32.cc 1203 << PrintLabel(kAnyLocation, location, GetCodeAddress() & ~3);
1265 << PrintLabel(kCodeLocation, location, GetCodeAddress());
1322 << PrintLabel(kCodeLocation, location, GetCodeAddress());
1328 << PrintLabel(kCodeLocation, location, GetCodeAddress() & ~3);
1349 << PrintLabel(kCodeLocation, location, GetCodeAddress());
1355 << PrintLabel(kCodeLocation, location, GetCodeAddress());
    [all...]

Completed in 3372 milliseconds