/external/chromium/net/disk_cache/ |
D | rankings.h | 196 void DecrementCounter(List list);
|
D | rankings.cc | 377 DecrementCounter(list); in Remove() 883 void Rankings::DecrementCounter(List list) { in DecrementCounter() function in disk_cache::Rankings
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.h | 774 void DecrementCounter(StatsCounter* counter, int value); 776 void DecrementCounter(Condition cc, StatsCounter* counter, int value);
|
D | stub-cache-ia32.cc | 187 __ DecrementCounter(counters->negative_lookups_miss(), 1); in GenerateDictionaryNegativeLookup() local 2635 __ DecrementCounter(counters->keyed_store_field(), 1); in CompileStoreField() local 2899 __ DecrementCounter(counters->keyed_load_field(), 1); in CompileLoadField() local 2930 __ DecrementCounter(counters->keyed_load_callback(), 1); in CompileLoadCallback() local 2960 __ DecrementCounter(counters->keyed_load_constant_function(), 1); in CompileLoadConstant() local 2991 __ DecrementCounter(counters->keyed_load_interceptor(), 1); in CompileLoadInterceptor() local 3017 __ DecrementCounter(counters->keyed_load_array_length(), 1); in CompileLoadArrayLength() local 3043 __ DecrementCounter(counters->keyed_load_string_length(), 1); in CompileLoadStringLength() local 3069 __ DecrementCounter(counters->keyed_load_function_prototype(), 1); in CompileLoadFunctionPrototype() local
|
D | macro-assembler-ia32.cc | 2323 void MacroAssembler::DecrementCounter(StatsCounter* counter, int value) { in DecrementCounter() function in v8::internal::MacroAssembler 2351 void MacroAssembler::DecrementCounter(Condition cc, in DecrementCounter() function in v8::internal::MacroAssembler 2359 DecrementCounter(counter, value); in DecrementCounter()
|
/external/v8/src/x64/ |
D | stub-cache-x64.cc | 156 __ DecrementCounter(counters->negative_lookups_miss(), 1); in GenerateDictionaryNegativeLookup() local 2465 __ DecrementCounter(counters->keyed_store_field(), 1); in CompileStoreField() local 2724 __ DecrementCounter(counters->keyed_load_field(), 1); in CompileLoadField() local 2753 __ DecrementCounter(counters->keyed_load_callback(), 1); in CompileLoadCallback() local 2783 __ DecrementCounter(counters->keyed_load_constant_function(), 1); in CompileLoadConstant() local 2813 __ DecrementCounter(counters->keyed_load_interceptor(), 1); in CompileLoadInterceptor() local 2839 __ DecrementCounter(counters->keyed_load_array_length(), 1); in CompileLoadArrayLength() local 2865 __ DecrementCounter(counters->keyed_load_string_length(), 1); in CompileLoadStringLength() local 2891 __ DecrementCounter(counters->keyed_load_function_prototype(), 1); in CompileLoadFunctionPrototype() local
|
D | macro-assembler-x64.h | 1264 void DecrementCounter(StatsCounter* counter, int value);
|
D | macro-assembler-x64.cc | 2983 void MacroAssembler::DecrementCounter(StatsCounter* counter, int value) { in DecrementCounter() function in v8::internal::MacroAssembler
|
/external/v8/src/arm/ |
D | macro-assembler-arm.h | 1077 void DecrementCounter(StatsCounter* counter, int value,
|
D | stub-cache-arm.cc | 184 __ DecrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1); in GenerateDictionaryNegativeLookup() local 2986 __ DecrementCounter(counters->keyed_load_string_length(), 1, r2, r3); in CompileLoadStringLength() local 3012 __ DecrementCounter(counters->keyed_load_function_prototype(), 1, r2, r3); in CompileLoadFunctionPrototype() local 3091 __ DecrementCounter(counters->keyed_store_field(), 1, r3, r4); in CompileStoreField() local
|
D | macro-assembler-arm.cc | 2736 void MacroAssembler::DecrementCounter(StatsCounter* counter, int value, in DecrementCounter() function in v8::internal::MacroAssembler
|
/external/v8/src/mips/ |
D | stub-cache-mips.cc | 173 __ DecrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1); in GenerateDictionaryNegativeLookup() local 2977 __ DecrementCounter(counters->keyed_load_string_length(), 1, a2, a3); in CompileLoadStringLength() local 3002 __ DecrementCounter(counters->keyed_load_function_prototype(), 1, a2, a3); in CompileLoadFunctionPrototype() local 3080 __ DecrementCounter(counters->keyed_store_field(), 1, a3, t0); in CompileStoreField() local
|
D | macro-assembler-mips.h | 1241 void DecrementCounter(StatsCounter* counter, int value,
|
D | macro-assembler-mips.cc | 4311 void MacroAssembler::DecrementCounter(StatsCounter* counter, int value, in DecrementCounter() function in v8::internal::MacroAssembler
|