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

  /art/compiler/utils/x86/
constants_x86.h 108 static const uint8_t kHltInstruction = 0xF4;
110 static const uint8_t kBreakPointInstruction = kHltInstruction;
  /art/compiler/utils/x86_64/
constants_x86_64.h 117 static const uint8_t kHltInstruction = 0xF4;
119 static const uint8_t kBreakPointInstruction = kHltInstruction;

Completed in 179 milliseconds