/external/chromium_org/v8/src/x64/ |
stub-cache-x64.cc | 41 Label miss; local 53 __ j(not_equal, &miss); 60 __ j(not_equal, &miss); 71 __ j(not_equal, &miss); 75 __ jmp(&miss); 77 __ jmp(&miss); 85 __ bind(&miss); 145 Label miss; local 169 __ JumpIfSmi(receiver, &miss); 183 // Primary miss: Compute hash for secondary probe 770 GenerateDictionaryNegativeLookup(masm(), miss, reg, name, local 794 scratch2, miss); local 848 GenerateRestoreName(masm(), miss, name); local 861 Label miss; local 877 &miss, local 1177 Label miss; local 1178 __ JumpIfSmi(receiver(), &miss, Label::kNear); local 1307 Label miss; local 1344 Label miss; local 1397 Label slow, miss; local [all...] |
ic-x64.cc | 44 Label* miss) { 51 __ JumpIfSmi(receiver, miss); 57 __ j(below, miss); 62 GenerateGlobalInstanceTypeCheck(masm, r0, miss); 68 __ j(not_zero, miss); 73 __ j(not_equal, miss); 498 Label miss; local 509 &miss, // When not a string. 510 &miss, // When not a number. 511 &miss, // When index out of range 975 Label miss, slow; local 1119 Label miss; local [all...] |
code-stubs-x64.cc | 465 ExternalReference miss = descriptor->miss_handler(); local 466 __ CallExternalReference(miss, descriptor->register_param_count_); 878 Label miss; local 887 __ j(not_equal, &miss); 899 StubCompiler::GenerateLoadFunctionPrototype(masm, receiver, r8, r9, &miss); 900 __ bind(&miss); 1802 Label miss; local 2068 Label initialize, done, miss, megamorphic, not_array_function, local 2370 Label miss; local 2454 Label miss; local 2508 ExternalReference miss = ExternalReference(IC_Utility(id), local 2901 Label miss; local 3681 Label miss; local 3708 Label miss; local 3791 Label miss; local 3834 Label miss; local 3868 Label miss; local 3955 Label miss; local 3974 Label miss; local 3996 ExternalReference miss = local 4066 miss); local [all...] |
/external/chromium_org/v8/src/arm64/ |
ic-arm64.cc | 47 Label* miss) { 51 __ JumpIfSmi(receiver, miss); 61 miss, lt); 68 GenerateGlobalInstanceTypeCheck(masm, type, miss); 72 __ Tbnz(scratch1, Map::kIsAccessCheckNeeded, miss); 73 __ Tbnz(scratch1, Map::kHasNamedInterceptor, miss); 78 __ JumpIfNotRoot(scratch1, Heap::kHashTableMapRootIndex, miss); 84 // elements: Property dictionary. It is not clobbered if a jump to the miss 86 // name: Property name. It is not clobbered if a jump to the miss label is 88 // result: Register for the result. It is only updated if a jump to the miss 432 Label miss, slow; local 490 Label miss, unmapped; local 803 Label miss; local 1235 Label miss; local [all...] |
code-stubs-arm64.cc | 524 ExternalReference miss = descriptor->miss_handler(); local 525 __ CallExternalReference(miss, descriptor->register_param_count_); 906 Label miss; local 1836 Label miss; local 1912 Label miss; local 3070 Label initialize, done, miss, megamorphic, not_array_function; local 3365 Label miss; local 3459 Label miss; local 3505 ExternalReference miss = ExternalReference(IC_Utility(id), local 3635 Label miss; local 3659 Label miss, handle_lhs, values_in_d_regs; local 3725 Label miss; local 3764 Label miss; local 3803 Label miss; local 3884 Label miss; local 3907 Label miss; local 3941 ExternalReference miss = local [all...] |
/external/chromium_org/v8/src/arm/ |
ic-arm.cc | 49 Label* miss) { 59 __ JumpIfSmi(receiver, miss); 63 __ b(lt, miss); 68 GenerateGlobalInstanceTypeCheck(masm, t1, miss); 74 __ b(ne, miss); 80 __ b(ne, miss); 86 // elements: Property dictionary. It is not clobbered if a jump to the miss 88 // name: Property name. It is not clobbered if a jump to the miss label is 90 // result: Register for the result. It is only updated if a jump to the miss 92 // one of these in the case of not jumping to the miss label 336 Label miss, slow; local 738 Label miss; local 1186 Label miss; local [all...] |
code-stubs-arm.cc | 490 ExternalReference miss = descriptor->miss_handler(); local 491 __ CallExternalReference(miss, descriptor->register_param_count_); 1056 Label miss; local 1815 Label miss; local 1955 Label miss; local 2794 Label initialize, done, miss, megamorphic, not_array_function; local 3072 Label miss; local 3150 Label miss; local 3197 ExternalReference miss = ExternalReference(IC_Utility(id), local 3825 Label miss; local 3849 Label miss; local 3923 Label miss; local 3962 Label miss; local 4000 Label miss; local 4079 Label miss; local 4098 Label miss; local 4120 ExternalReference 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_org/net/disk_cache/blockfile/ |
stats.h | 89 int GetRatio(Counters hit, Counters miss) const;
|
/external/llvm/test/MC/ARM/ |
eh-directive-fnstart-diagnostics.s | 18 @ Intentionally miss the .fnend directive
|
/external/chromium_org/v8/src/ |
stub-cache.cc | 722 Label* miss) { 739 masm(), function_index, scratch1(), miss); local 749 name, miss, check_type); 754 // before a miss. 760 Label* miss) { 762 scratch1(), scratch2(), name, miss, SKIP_RECEIVER); 778 Label miss; local 780 Register reg = HandlerFrontendHeader(type, object_reg, holder, name, &miss); 782 HandlerFrontendFooter(name, &miss); 791 Label miss; local 815 GenerateDictionaryNegativeLookup(masm(), &miss, holder, name, local 825 GenerateCheckPropertyCell(masm(), global, name, scratch2(), &miss); local 974 Label miss, slow; local 1000 GenerateNegativeHolderLookup(masm(), holder, holder_reg, name, &miss); local 1011 &miss, local 1015 GenerateRestoreName(masm(), &miss, name); local 1029 Label miss; local 1032 receiver(), object, name, &miss); local 1039 &miss); local 1057 Label miss; local 1060 __ JumpIfNotSmi(value(), &miss); local [all...] |
stub-cache.h | 318 // has changed, a jump to miss is performed. This ties the generated 325 Label* miss); 352 Label* miss); 375 Label* miss, 454 Label* miss) = 0; 456 virtual void HandlerFrontendFooter(Handle<Name> name, Label* miss) = 0; 576 Label* miss); 578 virtual void HandlerFrontendFooter(Handle<Name> name, Label* miss); 664 Label* miss); 732 Label* miss); [all...] |
/external/chromium_org/v8/src/mips/ |
ic-mips.cc | 46 Label* miss) { 56 __ JumpIfSmi(receiver, miss); 60 __ Branch(miss, lt, scratch1, Operand(FIRST_SPEC_OBJECT_TYPE)); 65 GenerateGlobalInstanceTypeCheck(masm, scratch1, miss); 71 __ Branch(miss, ne, scratch1, Operand(zero_reg)); 76 __ Branch(miss, ne, scratch1, Operand(scratch0)); 82 // elements: Property dictionary. It is not clobbered if a jump to the miss 84 // name: Property name. It is not clobbered if a jump to the miss label is 86 // result: Register for the result. It is only updated if a jump to the miss 88 // one of these in the case of not jumping to the miss label 342 Label miss, slow; local 760 Label miss; local 1206 Label miss; local [all...] |
code-stubs-mips.cc | 483 ExternalReference miss = descriptor->miss_handler(); local 484 __ CallExternalReference(miss, descriptor->register_param_count_); 1084 Label miss; local 1930 Label miss; local 2071 Label miss; local 2951 Label initialize, done, miss, megamorphic, not_array_function; local 3233 Label miss; local 3309 Label miss; local 3357 ExternalReference miss = ExternalReference(IC_Utility(id), local 4018 Label miss; local 4044 Label miss; local 4134 Label miss; local 4175 Label miss; local 4218 Label miss; local 4304 Label miss; local 4323 Label miss; local 4342 ExternalReference miss = local [all...] |
/external/chromium_org/v8/src/ia32/ |
ic-ia32.cc | 44 Label* miss) { 52 __ JumpIfSmi(receiver, miss); 58 __ j(below, miss); 63 GenerateGlobalInstanceTypeCheck(masm, r0, miss); 69 __ j(not_zero, miss); 72 __ CheckMap(r0, masm->isolate()->factory()->hash_table_map(), miss, 569 Label miss; local 580 &miss, // When not a string. 581 &miss, // When not a number. 582 &miss, // When index out of range 950 Label miss, slow; local 1090 Label miss, restore_miss; local [all...] |
code-stubs-ia32.cc | 469 ExternalReference miss = descriptor->miss_handler(); local 470 __ CallExternalReference(miss, descriptor->register_param_count_); 1007 Label miss; local 1917 Label miss; local 2185 Label initialize, done, miss, megamorphic, not_array_function; local 2476 Label miss; local 2557 Label miss; local 2612 ExternalReference miss = ExternalReference(IC_Utility(id), local 2905 Label miss; local 3726 Label miss; local 3755 Label miss; local 3843 Label miss; local 3888 Label miss; local 3924 Label miss; local 4014 Label miss; local 4034 Label miss; local 4057 ExternalReference miss = ExternalReference(IC_Utility(IC::kCompareIC_Miss), local 4128 miss); local [all...] |
/external/chromium_org/v8/src/x87/ |
ic-x87.cc | 44 Label* miss) { 52 __ JumpIfSmi(receiver, miss); 58 __ j(below, miss); 63 GenerateGlobalInstanceTypeCheck(masm, r0, miss); 69 __ j(not_zero, miss); 72 __ CheckMap(r0, masm->isolate()->factory()->hash_table_map(), miss, 569 Label miss; local 580 &miss, // When not a string. 581 &miss, // When not a number. 582 &miss, // When index out of range 950 Label miss, slow; local 1090 Label miss, restore_miss; local [all...] |
code-stubs-x87.cc | 469 ExternalReference miss = descriptor->miss_handler(); local 470 __ CallExternalReference(miss, descriptor->register_param_count_); 680 Label miss; local 684 __ j(not_equal, &miss); 687 StubCompiler::GenerateLoadFunctionPrototype(masm, edx, eax, ebx, &miss); 688 __ bind(&miss); 1588 Label miss; local 1868 Label initialize, done, miss, megamorphic, not_array_function; local 2158 Label miss; local 2239 Label miss; local 2294 ExternalReference miss = ExternalReference(IC_Utility(id), local 2580 Label miss; local 3401 Label miss; local 3430 Label miss; local 3490 Label miss; local 3535 Label miss; local 3571 Label miss; local 3661 Label miss; local 3681 Label miss; local 3704 ExternalReference miss = ExternalReference(IC_Utility(IC::kCompareIC_Miss), local 3775 miss); local [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/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)
|