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

  /art/compiler/dex/
mir_analysis.cc 844 bool has_switch; member in struct:art::MethodStats
919 stats->has_switch = true;
979 if (stats->has_switch) {
  /external/chromium_org/chrome/renderer/extensions/
dispatcher.cc 405 bool has_switch = CommandLine::ForCurrentProcess()->HasSwitch( local
407 args.GetReturnValue().Set(v8::Boolean::New(args.GetIsolate(), has_switch));
    [all...]

Completed in 178 milliseconds