HomeSort by relevance Sort by last modified time
    Searched refs:Prefetch (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/chrome/browser/bitmap_fetcher/
bitmap_fetcher_service.h 60 void Prefetch(const GURL& url);
bitmap_fetcher_service.cc 116 void BitmapFetcherService::Prefetch(const GURL& url) {
  /external/llvm/test/MC/AArch64/
arm64-optional-hash.s 23 ; Prefetch and memory
  /external/chromium_org/chrome/browser/autocomplete/
chrome_autocomplete_provider_client.cc 97 image_service->Prefetch(url);
  /external/chromium_org/media/base/android/
media_decoder_job.h 53 // Prefetch so we know the decoder job has data when we call Decode().
55 void Prefetch(const base::Closure& prefetch_cb);
media_source_player.cc 404 // occurred during the last stream's EOS decode. In this case, prefetch is a
415 audio_decoder_job_->Prefetch(barrier);
418 video_decoder_job_->Prefetch(barrier);
635 // out of the prefetch state.
media_decoder_job.cc 98 void MediaDecoderJob::Prefetch(const base::Closure& prefetch_cb) {
  /external/oprofile/events/mips/sb1/
events 50 event:0x6 counters:1,2,3 um:zero minimum:500 name:LD_ST_HITS_PREFETCH_IN_QUEUE :Load/store hits prefetch in read queue
51 event:0x5 counters:1,2,3 um:zero minimum:500 name:PREFETCH_HITS_CACHE_OR_READ_Q :Prefetch hits in cache or read queue
  /external/oprofile/events/x86-64/family10/
unit_masks 125 0x20 Hardware prefetch from data cache
130 0x08 Hardware prefetch from data cache
182 0x02 Prefetch attempts
206 name:prefetch type:bitmask default:0x07
207 0x01 Load (Prefetch, PrefetchT0/T1/T2)
222 0x02 Read Requests including Prefetch
223 0x04 Prefetch Request
280 0x01 Software prefetch hit in L1
281 0x08 Software prefetch hit in L2
  /external/oprofile/events/i386/atom/
events 15 event:0x07 counters:0,1 um:simd_prefetch minimum:6000 name:PREFETCH : Streaming SIMD Extensions (SSE) Prefetch instructions executed
25 event:0x24 counters:0,1 um:core,prefetch minimum:500 name:L2_LINES_IN : L2 cache misses
27 event:0x26 counters:0,1 um:core,prefetch minimum:500 name:L2_LINES_OUT : L2 cache lines evicted
28 event:0x27 counters:0,1 um:core,prefetch minimum:500 name:L2_M_LINES_OUT : Modified lines evicted from the L2 cache
30 event:0x29 counters:0,1 um:core,prefetch,mesi minimum:6000 name:L2_LD : L2 cache reads
33 event:0x2E counters:0,1 um:l2_rqsts,core,prefetch,mesi minimum:6000 name:L2_RQSTS : L2 cache requests
34 event:0x30 counters:0,1 um:core,prefetch,mesi minimum:500 name:L2_REJECT_BUSQ : Rejected L2 cache requests
unit_masks 12 0x08 prefetchnta Streaming SIMD Extensions (SSE) Prefetch NTA instructions executed
111 name:prefetch type:bitmask default:0x60
113 0x20 hw Hardware prefetch only
114 0x00 exclude_hw Exclude hardware prefetch
  /external/chromium_org/third_party/libjpeg_turbo/simd/
jiss2red-64.asm 304 ; -- Prefetch the next coefficient block
514 ; -- Prefetch the next coefficient block
jiss2red.asm 311 ; -- Prefetch the next coefficient block
529 ; -- Prefetch the next coefficient block
ji3dnflt.asm 283 ; -- Prefetch the next coefficient block
285 prefetch [esi + (DCTSIZE2-8)*SIZEOF_JCOEF + 0*32]
286 prefetch [esi + (DCTSIZE2-8)*SIZEOF_JCOEF + 1*32]
287 prefetch [esi + (DCTSIZE2-8)*SIZEOF_JCOEF + 2*32]
288 prefetch [esi + (DCTSIZE2-8)*SIZEOF_JCOEF + 3*32]
jiss2flt-64.asm 317 ; -- Prefetch the next coefficient block
jiss2fst-64.asm 315 ; -- Prefetch the next coefficient block
jiss2fst.asm 322 ; -- Prefetch the next coefficient block
  /external/oprofile/events/x86-64/family11h/
events 50 event:0x4b counters:0,1,2,3 um:prefetch minimum:500 name:PREFETCH_INSTRUCTIONS_DISPATCHED : Prefetch instructions dispatched
unit_masks 56 name:prefetch type:bitmask default:0x07
169 0x02 Prefetch attempts
  /external/oprofile/events/x86-64/hammer/
events 50 event:0x4b counters:0,1,2,3 um:prefetch minimum:500 name:PREFETCH_INSTRUCTIONS_DISPATCHED : Prefetch instructions dispatched
unit_masks 50 name:prefetch type:bitmask default:0x07
163 0x02 Prefetch attempts
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 247 struct PrefetchOp Prefetch;
298 Prefetch = o.Prefetch;
388 return Prefetch.Val;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_variance_impl_sse2.asm 98 ; Prefetch data
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_variance_impl_sse2.asm 98 ; Prefetch data
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service_browsertest.cc 673 IN_PROC_BROWSER_TEST_F(SafeBrowsingServiceTest, Prefetch) {
681 explicit SetPrefetchForTest(bool prefetch)
683 std::string exp_group = prefetch ? "ExperimentYes" : "ExperimentNo";
684 base::FieldTrialList::CreateFieldTrial("Prefetch", exp_group);
700 // only malware was a prefetch target.
    [all...]

Completed in 474 milliseconds

1 2