Home
last modified time | relevance | path

Searched refs:cache_result (Results 1 – 2 of 2) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dparse-events.c320 int cache_type = -1, cache_op = -1, cache_result = -1; in parse_events_add_cache() local
350 if (cache_result == -1) { in parse_events_add_cache()
351 cache_result = parse_aliases(str, perf_evsel__hw_cache_result, in parse_events_add_cache()
353 if (cache_result >= 0) in parse_events_add_cache()
367 if (cache_result == -1) in parse_events_add_cache()
368 cache_result = PERF_COUNT_HW_CACHE_RESULT_ACCESS; in parse_events_add_cache()
371 attr.config = cache_type | (cache_op << 8) | (cache_result << 16); in parse_events_add_cache()
/external/chromium_org/v8/src/
Dobjects.cc5689 bool cache_result) { in GetEnumPropertyKeys() argument
5715 if (cache_result) object->map()->SetEnumLength(own_property_count); in GetEnumPropertyKeys()
5725 if (cache_result) map->SetEnumLength(0); in GetEnumPropertyKeys()
5769 if (cache_result) { in GetEnumPropertyKeys()