HomeSort by relevance Sort by last modified time
    Searched refs: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 350 bool has_switch = CommandLine::ForCurrentProcess()->HasSwitch( local
352 args.GetReturnValue().Set(v8::Boolean::New(has_switch));
    [all...]

Completed in 137 milliseconds