Searched refs:DecrementCounter (Results 1 - 13 of 13) sorted by relevance

/external/chromium/net/disk_cache/
H A Drankings.h196 void DecrementCounter(List list);
H A Drankings.cc373 DecrementCounter(list);
879 void Rankings::DecrementCounter(List list) { function in class:disk_cache::Rankings
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.h596 void DecrementCounter(StatsCounter* counter, int value);
598 void DecrementCounter(Condition cc, StatsCounter* counter, int value);
H A Dstub-cache-ia32.cc202 __ DecrementCounter(counters->negative_lookups_miss(), 1);
2688 __ DecrementCounter(counters->keyed_store_field(), 1);
2977 __ DecrementCounter(counters->keyed_load_field(), 1);
3013 __ DecrementCounter(counters->keyed_load_callback(), 1);
3042 __ DecrementCounter(counters->keyed_load_constant_function(), 1);
3080 __ DecrementCounter(counters->keyed_load_interceptor(), 1);
3105 __ DecrementCounter(counters->keyed_load_array_length(), 1);
3130 __ DecrementCounter(counters->keyed_load_string_length(), 1);
3155 __ DecrementCounter(counters->keyed_load_function_prototype(), 1);
H A Dmacro-assembler-ia32.cc1782 void MacroAssembler::DecrementCounter(StatsCounter* counter, int value) { function in class:v8::internal::MacroAssembler
1810 void MacroAssembler::DecrementCounter(Condition cc, function in class:v8::internal::MacroAssembler
1818 DecrementCounter(counter, value);
/external/v8/src/x64/
H A Dstub-cache-x64.cc177 __ DecrementCounter(counters->negative_lookups_miss(), 1);
2517 __ DecrementCounter(counters->keyed_store_field(), 1);
2798 __ DecrementCounter(counters->keyed_load_field(), 1);
2834 __ DecrementCounter(counters->keyed_load_callback(), 1);
2863 __ DecrementCounter(counters->keyed_load_constant_function(), 1);
2901 __ DecrementCounter(counters->keyed_load_interceptor(), 1);
2926 __ DecrementCounter(counters->keyed_load_array_length(), 1);
2951 __ DecrementCounter(counters->keyed_load_string_length(), 1);
2976 __ DecrementCounter(counters->keyed_load_function_prototype(), 1);
H A Dmacro-assembler-x64.h1069 void DecrementCounter(StatsCounter* counter, int value);
H A Dmacro-assembler-x64.cc2023 void MacroAssembler::DecrementCounter(StatsCounter* counter, int value) { function in class:v8::internal::MacroAssembler
/external/v8/src/arm/
H A Dmacro-assembler-arm.h803 void DecrementCounter(StatsCounter* counter, int value,
H A Dstub-cache-arm.cc203 __ DecrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
3099 __ DecrementCounter(counters->keyed_load_string_length(), 1, r2, r3);
3124 __ DecrementCounter(counters->keyed_load_function_prototype(), 1, r2, r3);
3209 __ DecrementCounter(counters->keyed_store_field(), 1, r3, r4);
H A Dmacro-assembler-arm.cc2334 void MacroAssembler::DecrementCounter(StatsCounter* counter, int value,
/external/v8/src/mips/
H A Dmacro-assembler-mips.h803 void DecrementCounter(StatsCounter* counter, int value,
H A Dmacro-assembler-mips.cc2698 void MacroAssembler::DecrementCounter(StatsCounter* counter, int value, function in class:v8::MacroAssembler

Completed in 173 milliseconds