Searched refs:DecrementCounter (Results 1 – 9 of 9) sorted by relevance
/external/webkit/V8Binding/v8/src/x64/ |
D | stub-cache-x64.cc | 1169 __ DecrementCounter(&Counters::keyed_load_callback, 1); in CompileLoadCallback() local 1195 __ DecrementCounter(&Counters::keyed_load_array_length, 1); in CompileLoadArrayLength() local 1225 __ DecrementCounter(&Counters::keyed_load_constant_function, 1); in CompileLoadConstant() local 1251 __ DecrementCounter(&Counters::keyed_load_function_prototype, 1); in CompileLoadFunctionPrototype() local 1289 __ DecrementCounter(&Counters::keyed_load_interceptor, 1); in CompileLoadInterceptor() local 1315 __ DecrementCounter(&Counters::keyed_load_string_length, 1); in CompileLoadStringLength() local 1524 __ DecrementCounter(&Counters::keyed_load_field, 1); in CompileLoadField() local 1566 __ DecrementCounter(&Counters::keyed_store_field, 1); in CompileStoreField() local
|
D | macro-assembler-x64.h | 327 void DecrementCounter(StatsCounter* counter, int value);
|
D | macro-assembler-x64.cc | 697 void MacroAssembler::DecrementCounter(StatsCounter* counter, int value) { in DecrementCounter() function in v8::internal::MacroAssembler
|
/external/webkit/V8Binding/v8/src/ia32/ |
D | stub-cache-ia32.cc | 1376 __ DecrementCounter(&Counters::keyed_store_field, 1); in CompileStoreField() local 1557 __ DecrementCounter(&Counters::keyed_load_field, 1); in CompileLoadField() local 1587 __ DecrementCounter(&Counters::keyed_load_callback, 1); in CompileLoadCallback() local 1617 __ DecrementCounter(&Counters::keyed_load_constant_function, 1); in CompileLoadConstant() local 1655 __ DecrementCounter(&Counters::keyed_load_interceptor, 1); in CompileLoadInterceptor() local 1683 __ DecrementCounter(&Counters::keyed_load_array_length, 1); in CompileLoadArrayLength() local 1709 __ DecrementCounter(&Counters::keyed_load_string_length, 1); in CompileLoadStringLength() local 1735 __ DecrementCounter(&Counters::keyed_load_function_prototype, 1); in CompileLoadFunctionPrototype() local
|
D | macro-assembler-ia32.h | 285 void DecrementCounter(StatsCounter* counter, int value);
|
D | macro-assembler-ia32.cc | 1122 void MacroAssembler::DecrementCounter(StatsCounter* counter, int value) { in DecrementCounter() function in v8::internal::MacroAssembler
|
/external/webkit/V8Binding/v8/src/arm/ |
D | macro-assembler-arm.h | 292 void DecrementCounter(StatsCounter* counter, int value,
|
D | stub-cache-arm.cc | 1284 __ DecrementCounter(&Counters::keyed_load_string_length, 1, r1, r3); in CompileLoadStringLength() local 1335 __ DecrementCounter(&Counters::keyed_store_field, 1, r1, r3); in CompileStoreField() local
|
D | macro-assembler-arm.cc | 1103 void MacroAssembler::DecrementCounter(StatsCounter* counter, int value, in DecrementCounter() function in v8::internal::MacroAssembler
|