HomeSort by relevance Sort by last modified time
    Searched refs:miss (Results 26 - 50 of 159) sorted by null

12 3 4 5 6 7

  /bionic/libc/tools/
check-symbols.py 54 for miss in sorted(missing):
55 sys.stderr.write(' %s\n' % miss)
  /external/v8/src/arm/
ic-arm.cc 72 Label* miss) {
82 __ JumpIfSmi(receiver, miss);
86 __ b(lt, miss);
91 GenerateGlobalInstanceTypeCheck(masm, t1, miss);
97 __ b(ne, miss);
103 __ b(ne, miss);
109 // elements: Property dictionary. It is not clobbered if a jump to the miss
111 // name: Property name. It is not clobbered if a jump to the miss label is
113 // result: Register for the result. It is only updated if a jump to the miss
115 // one of these in the case of not jumping to the miss label
223 Label miss; local
238 Label miss; local
255 Label miss; local
393 Label number, non_number, non_string, boolean, probe, miss; local
472 Label miss; local
684 Label miss; local
723 Label miss; local
1139 Label miss; local
1556 Label miss; local
1606 Label miss; local
    [all...]
  /external/v8/src/mips/
ic-mips.cc 69 Label* miss) {
79 __ JumpIfSmi(receiver, miss);
83 __ Branch(miss, lt, scratch1, Operand(FIRST_SPEC_OBJECT_TYPE));
88 GenerateGlobalInstanceTypeCheck(masm, scratch1, miss);
94 __ Branch(miss, ne, scratch1, Operand(zero_reg));
99 __ Branch(miss, ne, scratch1, Operand(scratch0));
105 // elements: Property dictionary. It is not clobbered if a jump to the miss
107 // name: Property name. It is not clobbered if a jump to the miss label is
109 // result: Register for the result. It is only updated if a jump to the miss
111 // one of these in the case of not jumping to the miss label
225 Label miss; local
240 Label miss; local
257 Label miss; local
395 Label number, non_number, non_string, boolean, probe, miss; local
471 Label miss; local
681 Label miss; local
719 Label miss; local
1147 Label miss; local
1555 Label miss; local
1605 Label miss; local
    [all...]
  /external/v8/src/x64/
ic-x64.cc 67 Label* miss) {
74 __ JumpIfSmi(receiver, miss);
80 __ j(below, miss);
85 GenerateGlobalInstanceTypeCheck(masm, r0, miss);
91 __ j(not_zero, miss);
96 __ j(not_equal, miss);
234 Label miss; local
236 StubCompiler::GenerateLoadArrayLength(masm, rax, rdx, &miss);
237 __ bind(&miss);
248 Label miss; local
263 Label miss; local
558 Label miss; local
820 Label number, non_number, non_string, boolean, probe, miss; local
908 Label miss; local
1141 Label miss; local
1144 __ j(NegateCondition(cond), &miss); local
1349 Label miss; local
1481 Label miss; local
1535 Label miss; local
    [all...]
  /external/v8/src/ia32/
ic-ia32.cc 67 Label* miss) {
75 __ JumpIfSmi(receiver, miss);
81 __ j(below, miss);
86 GenerateGlobalInstanceTypeCheck(masm, r0, miss);
92 __ j(not_zero, miss);
95 __ CheckMap(r0, FACTORY->hash_table_map(), miss, DONT_DO_SMI_CHECK);
225 Label miss; local
227 StubCompiler::GenerateLoadArrayLength(masm, eax, edx, &miss);
228 __ bind(&miss);
240 Label miss; local
255 Label miss; local
636 Label miss; local
948 Label number, non_number, non_string, boolean, probe, miss; local
1033 Label miss; local
1299 Label miss; local
1302 __ j(NegateCondition(cond), &miss); local
1332 Label miss; local
1461 Label miss; local
1515 Label miss, restore_miss; local
    [all...]
  /external/chromium_org/v8/src/arm/
ic-arm.cc 72 Label* miss) {
82 __ JumpIfSmi(receiver, miss);
86 __ b(lt, miss);
91 GenerateGlobalInstanceTypeCheck(masm, t1, miss);
97 __ b(ne, miss);
103 __ b(ne, miss);
109 // elements: Property dictionary. It is not clobbered if a jump to the miss
111 // name: Property name. It is not clobbered if a jump to the miss label is
113 // result: Register for the result. It is only updated if a jump to the miss
115 // one of these in the case of not jumping to the miss label
349 Label number, non_number, non_string, boolean, probe, miss; local
428 Label miss; local
640 Label miss; local
675 Label miss; local
1101 Label miss; local
1525 Label miss; local
    [all...]
  /external/chromium_org/v8/src/mips/
ic-mips.cc 69 Label* miss) {
79 __ JumpIfSmi(receiver, miss);
83 __ Branch(miss, lt, scratch1, Operand(FIRST_SPEC_OBJECT_TYPE));
88 GenerateGlobalInstanceTypeCheck(masm, scratch1, miss);
94 __ Branch(miss, ne, scratch1, Operand(zero_reg));
99 __ Branch(miss, ne, scratch1, Operand(scratch0));
105 // elements: Property dictionary. It is not clobbered if a jump to the miss
107 // name: Property name. It is not clobbered if a jump to the miss label is
109 // result: Register for the result. It is only updated if a jump to the miss
111 // one of these in the case of not jumping to the miss label
354 Label number, non_number, non_string, boolean, probe, miss; local
430 Label miss; local
640 Label miss; local
675 Label miss; local
1113 Label miss; local
1533 Label miss; local
    [all...]
  /external/chromium_org/v8/src/x64/
ic-x64.cc 67 Label* miss) {
74 __ JumpIfSmi(receiver, miss);
80 __ j(below, miss);
85 GenerateGlobalInstanceTypeCheck(masm, r0, miss);
91 __ j(not_zero, miss);
96 __ j(not_equal, miss);
521 Label miss; local
532 &miss, // When not a string.
533 &miss, // When not a number.
534 &miss, // When index out of range
817 Label number, non_number, non_string, boolean, probe, miss; local
905 Label miss; local
1138 Label miss; local
1141 __ j(NegateCondition(cond), &miss); local
1347 Label miss; local
1492 Label miss; local
    [all...]
  /external/chromium_org/v8/src/ia32/
ic-ia32.cc 67 Label* miss) {
75 __ JumpIfSmi(receiver, miss);
81 __ j(below, miss);
86 GenerateGlobalInstanceTypeCheck(masm, r0, miss);
92 __ j(not_zero, miss);
95 __ CheckMap(r0, masm->isolate()->factory()->hash_table_map(), miss,
592 Label miss; local
603 &miss, // When not a string.
604 &miss, // When not a number.
605 &miss, // When index out of range
937 Label number, non_number, non_string, boolean, probe, miss; local
1022 Label miss; local
1288 Label miss; local
1291 __ j(NegateCondition(cond), &miss); local
1323 Label miss; local
1465 Label miss, restore_miss; local
    [all...]
  /external/oprofile/events/i386/westmere/
unit_masks 65 0x02 walk_completed DTLB load miss page walks complete
66 0x04 walk_cycles DTLB load miss page walk cycles
68 0x20 pde_miss DTLB load miss caused by low part of address
69 0x80 large_walk_completed DTLB load miss large page walks
72 0x02 walk_completed DTLB miss page walks
73 0x04 walk_cycles DTLB miss page walk cycles
76 0x80 large_walk_completed DTLB miss large page walks
105 0x01 any ITLB miss
106 0x02 walk_completed ITLB miss page walks
107 0x04 walk_cycles ITLB miss page walk cycle
    [all...]
  /external/chromium/net/disk_cache/
stats.h 83 int GetRatio(Counters hit, Counters miss) const;
stats.cc 43 "Open miss",
45 "Create miss",
320 int Stats::GetRatio(Counters hit, Counters miss) const {
325 ratio /= (GetCounter(hit) + GetCounter(miss));
  /external/chromium_org/net/disk_cache/
stats.h 93 int GetRatio(Counters hit, Counters miss) const;
stats.cc 43 "Open miss",
45 "Create miss",
300 int Stats::GetRatio(Counters hit, Counters miss) const {
305 ratio /= (GetCounter(hit) + GetCounter(miss));
  /external/llvm/test/MC/ARM/
eh-directive-fnstart-diagnostics.s 18 @ Intentionally miss the .fnend directive
  /external/chromium_org/v8/src/
stub-cache.h 521 // has changed, a jump to miss is performed. This ties the generated
528 Label* miss);
579 Label* miss,
582 scratch2, name, kInvalidProtoDepth, miss, check);
593 Label* miss,
642 Label* miss) { }
660 Label* miss) = 0;
664 Label* miss) = 0;
722 Label* miss);
726 Label* miss);
    [all...]
  /external/oprofile/events/mips/1004K/
events 31 event:0xd counters:0 um:zero minimum:500 name:STORE_MISS_INSNS : 13-0 Cacheable stores that miss in the cache
60 event:0x25 counters:0 um:zero minimum:500 name:ICACHE_MISS_STALLS : 37-0 Stall cycles due to an instruction cache miss
62 event:0x27 counters:0 um:zero minimum:500 name:DCACHE_MISS_CYCLES : 39-0 Cycles a data cache miss is outstanding, but not necessarily stalling the pipeline
95 event:0x3d counters:0 um:zero minimum:500 name:SELF_INTERVENTION_LATENCY : 61-0 Latency from miss detection to self intervention
96 event:0x3e counters:0 um:zero minimum:500 name:READ_RESPONSE_LATENCY : 62-0 Read latency from miss detection until critical dword of response is returned
111 event:0x40d counters:1 um:zero minimum:500 name:LOAD_MISS_INSNS : 13-1 Cacheable load instructions that miss in the cache
134 event:0x424 counters:1 um:zero minimum:500 name:INTERVENTION_MISS_STALLS : 36-1 Cache coherence intervention processing stall cycles due to an earlier miss
139 event:0x425 counters:1 um:zero minimum:500 name:DCACHE_MISS_STALLS : 37-1 Stall cycles due to a data cache miss
141 event:0x427 counters:1 um:zero minimum:500 name:L2_CACHE_MISS_CYCLES : 39-1 Cycles a L2 miss is outstanding, but not necessarily stalling the pipeline
172 event:0x43d counters:1 um:zero minimum:500 name:SELF_INTERVENTION_COUNT : 61-1 Self intervention requests on miss detectio
    [all...]
  /external/oprofile/events/mips/34K/
events 31 event:0xd counters:0 um:zero minimum:500 name:STORE_MISS_INSNS : 13-0 Cacheable stores that miss in the cache
59 event:0x25 counters:0 um:zero minimum:500 name:ICACHE_MISS_STALLS : 37-0 Stall cycles due to an instruction cache miss
61 event:0x27 counters:0 um:zero minimum:500 name:DCACHE_MISS_CYCLES : 39-0 Cycles a data cache miss is outstanding, but not necessarily stalling the pipeline
88 event:0x3e counters:0 um:zero minimum:500 name:READ_RESPONSE_LATENCY : 62-0 Read latency from miss detection until critical dword of response is returned
103 event:0x40d counters:1 um:zero minimum:500 name:LOAD_MISS_INSNS : 13-1 Cacheable load instructions that miss in the cache
130 event:0x425 counters:1 um:zero minimum:500 name:DCACHE_MISS_STALLS : 37-1 Stall cycles due to a data cache miss
132 event:0x427 counters:1 um:zero minimum:500 name:L2_CACHE_MISS_CYCLES : 39-1 Cycles a L2 miss is outstanding, but not necessarily stalling the pipeline
158 event:0x43e counters:1 um:zero minimum:500 name:READ_RESPONSE_COUNT : 62-1 Read requests on miss detection
  /external/v8/src/
stub-cache.h 430 // has changed, a jump to miss is performed. This ties the generated
437 Label* miss);
499 Label* miss) {
501 scratch2, name, kInvalidProtoDepth, miss);
512 Label* miss);
529 Label* miss);
540 Label* miss);
550 Label* miss);
561 Label* miss);
    [all...]
  /external/oprofile/events/x86-64/family11h/
unit_masks 76 0x02 DCT0 Page miss
79 0x10 DCT1 Page miss
105 0x01 Probe miss
128 0x20 DEV miss
163 0x04 Read Block (Dcache load miss refill)
165 0x10 Read Block Modified (Dcache store miss refill)
187 0x04 The number of cycles spent in non-speculative phase (including cache miss penalty)
  /external/oprofile/events/mips/25K/
events 52 event:0x1a counters:0,1 um:zero minimum:500 name:ICACHE_MISSES : I-Cache miss
57 event:0x1b counters:0,1 um:zero minimum:500 name:DCACHE_MISSES : D-Cache miss
64 event:0x1e counters:0,1 um:zero minimum:500 name:L2_MISSES : L2 Cache miss
  /external/oprofile/events/mips/24K/
events 31 event:0xd counters:0 um:zero minimum:500 name:STORE_MISS_INSNS : 13-0 Cacheable stores that miss in the cache
55 event:0x25 counters:0 um:zero minimum:500 name:ICACHE_MISS_STALLS : 37-0 Stall cycles due to an instruction cache miss
57 event:0x27 counters:0 um:zero minimum:500 name:DCACHE_MISS_CYCLES : 39-0 Cycles a data cache miss is outstanding, but not necessarily stalling the pipeline
95 event:0x40d counters:1 um:zero minimum:500 name:LOAD_MISS_INSNS : 13-1 Cacheable load instructions that miss in the cache
119 event:0x425 counters:1 um:zero minimum:500 name:DCACHE_MISS_STALLS : 37-1 Stall cycles due to a data cache miss
121 event:0x427 counters:1 um:zero minimum:500 name:L2_CACHE_MISS_CYCLES : 39-1 Cycles a L2 miss is outstanding, but not necessarily stalling the pipeline
  /external/oprofile/events/x86-64/hammer/
unit_masks 70 0x02 Page miss
90 0x01 Probe miss
118 0x04 GART miss
157 0x04 Read Block (Dcache load miss refill)
159 0x10 Read Block Modified (Dcache store miss refill)
180 0x04 The number of cycles spent in non-speculative phase (including cache miss penalty)
  /external/oprofile/events/mips/rm7000/
events 25 event:0x15 counters:0,1 um:zero minimum:500 name:DCACHE_MISS_STALL_CYCLES : Dcache miss stall cycles (cycles where both cache miss tokens taken and a third try is requested)
  /packages/apps/Email/src/com/android/email/provider/
ContentCache.java 107 // able to avoid a cache miss)
408 * included in baseProjection will always generate a cache miss
705 mStats.miss++;
740 // Basic cache miss (the item is not cached)
744 // A projection miss occurs when the item is cached, but not all requested columns are
754 private long miss = 0; field in class:ContentCache.Statistics
780 miss += cache.mStats.miss;
806 append(sb, "Miss time", missTimes / 1000000.0 / miss);
    [all...]

Completed in 882 milliseconds

12 3 4 5 6 7