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

  /external/chromium_org/tools/perf/page_sets/
garbage_collection_cases.py 28 'RunSmoothAllActions', is_fast=True)
  /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/page/actions/
action_runner.py 33 def BeginInteraction(self, label, is_fast=False, is_smooth=False,
46 is_fast: Whether to measure how fast the browser completes necessary work
56 if is_fast:
57 flags.append(timeline_interaction_record.IS_FAST)
69 def BeginGestureInteraction(self, label, is_fast=False, is_smooth=False,
84 is_fast: Whether to measure how fast the browser completes necessary work
93 return self.BeginInteraction('Gesture_' + label, is_fast, is_smooth,
action_runner_unittest.py 53 self.VerifyIssuingInteractionRecords(is_fast=True)
56 self.VerifyIssuingInteractionRecords(is_fast=True, is_smooth=True)
  /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
timeline_based_measurement_unittest.py 55 if metric_type == tir_module.IS_FAST:
111 marker='Interaction.LogicalName3/is_fast')
123 self.assertTrue(interactions[2].is_fast)
134 marker='Interaction.LogicalName3/is_fast')
  /art/runtime/mirror/
art_method.cc 353 void ArtMethod::RegisterNative(Thread* self, const void* native_method, bool is_fast) {
358 if (is_fast) {
art_method.h 417 void RegisterNative(Thread* self, const void* native_method, bool is_fast)
  /art/runtime/
jni_internal.cc 2397 bool is_fast = false; local
    [all...]

Completed in 265 milliseconds