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

  /art/runtime/entrypoints/quick/
quick_jni_entrypoints.cc 52 bool is_fast = native_method->IsFastNative(); variable
53 if (!is_fast) {
  /external/chromium_org/tools/telemetry/telemetry/web_perf/
timeline_interaction_record.py 11 IS_FAST = 'is_fast'
20 IS_FAST,
91 var str = 'Interaction.SendEmail/is_smooth,is_responsive,is_fast';
103 * is_fast: Enables the fast metric
131 def is_fast(self): member in class:TimelineInteractionRecord
132 return IS_FAST in self._flags
  /art/runtime/
jni_internal.cc 2397 bool is_fast = false; local
    [all...]

Completed in 949 milliseconds