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

  /art/compiler/utils/mips/
constants_mips.h 91 static const uint32_t kBreakPointInstruction = 0x0000000D;
94 return ((*reinterpret_cast<const uint32_t*>(this)) & 0xFC0000CF) == kBreakPointInstruction;
  /art/compiler/utils/x86/
constants_x86.h 107 static const uint8_t kBreakPointInstruction = kHltInstruction;
110 return (*reinterpret_cast<const uint8_t*>(this)) == kBreakPointInstruction;

Completed in 636 milliseconds