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

/external/chromium/net/disk_cache/
H A Drankings.h190 void DecrementCounter(List list);
H A Drankings.cc399 DecrementCounter(list);
795 void Rankings::DecrementCounter(List list) { function in class:disk_cache::Rankings
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.h411 void DecrementCounter(StatsCounter* counter, int value);
413 void DecrementCounter(Condition cc, StatsCounter* counter, int value);
H A Dstub-cache-ia32.cc1719 __ DecrementCounter(&Counters::keyed_store_field, 1);
1895 __ DecrementCounter(&Counters::keyed_load_field, 1);
1926 __ DecrementCounter(&Counters::keyed_load_callback, 1);
1954 __ DecrementCounter(&Counters::keyed_load_constant_function, 1);
1990 __ DecrementCounter(&Counters::keyed_load_interceptor, 1);
2016 __ DecrementCounter(&Counters::keyed_load_array_length, 1);
2040 __ DecrementCounter(&Counters::keyed_load_string_length, 1);
2064 __ DecrementCounter(&Counters::keyed_load_function_prototype, 1);
H A Dmacro-assembler-ia32.cc1491 void MacroAssembler::DecrementCounter(StatsCounter* counter, int value) { function in class:v8::internal::MacroAssembler
1519 void MacroAssembler::DecrementCounter(Condition cc, function in class:v8::internal::MacroAssembler
1527 DecrementCounter(counter, value);
/external/v8/src/x64/
H A Dstub-cache-x64.cc1171 __ DecrementCounter(&Counters::keyed_load_callback, 1);
1197 __ DecrementCounter(&Counters::keyed_load_array_length, 1);
1227 __ DecrementCounter(&Counters::keyed_load_constant_function, 1);
1253 __ DecrementCounter(&Counters::keyed_load_function_prototype, 1);
1291 __ DecrementCounter(&Counters::keyed_load_interceptor, 1);
1317 __ DecrementCounter(&Counters::keyed_load_string_length, 1);
1510 __ DecrementCounter(&Counters::keyed_load_field, 1);
1551 __ DecrementCounter(&Counters::keyed_store_field, 1);
H A Dmacro-assembler-x64.h702 void DecrementCounter(StatsCounter* counter, int value);
H A Dmacro-assembler-x64.cc1691 void MacroAssembler::DecrementCounter(StatsCounter* counter, int value) { function in class:v8::internal::MacroAssembler
/external/v8/src/arm/
H A Dmacro-assembler-arm.h374 void DecrementCounter(StatsCounter* counter, int value,
H A Dstub-cache-arm.cc1605 __ DecrementCounter(&Counters::keyed_load_string_length, 1, r1, r3);
1655 __ DecrementCounter(&Counters::keyed_store_field, 1, r1, r3);
H A Dmacro-assembler-arm.cc1308 void MacroAssembler::DecrementCounter(StatsCounter* counter, int value, function in class:v8::internal::MacroAssembler
/external/v8/src/mips/
H A Dmacro-assembler-mips.h318 void DecrementCounter(StatsCounter* counter, int value,
H A Dmacro-assembler-mips.cc871 void MacroAssembler::DecrementCounter(StatsCounter* counter, int value, function in class:v8::internal::MacroAssembler

Completed in 170 milliseconds