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

  /external/chromium_org/tools/gn/
args.cc 235 static const char kX86[] = "x86";
244 arch = kX86;
259 arch = kX86;
268 (void)kX86;
  /art/runtime/
instruction_set.h 34 kX86,
48 static constexpr InstructionSet kRuntimeISA = kX86;
90 case kX86:
111 case kX86:
140 case kX86:
163 case kX86:

Completed in 32 milliseconds