Home
last modified time | relevance | path

Searched refs:DecrementCounter (Results 1 – 9 of 9) sorted by relevance

/external/webkit/V8Binding/v8/src/x64/
Dstub-cache-x64.cc1169 __ 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
Dmacro-assembler-x64.h327 void DecrementCounter(StatsCounter* counter, int value);
Dmacro-assembler-x64.cc697 void MacroAssembler::DecrementCounter(StatsCounter* counter, int value) { in DecrementCounter() function in v8::internal::MacroAssembler
/external/webkit/V8Binding/v8/src/ia32/
Dstub-cache-ia32.cc1376 __ 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
Dmacro-assembler-ia32.h285 void DecrementCounter(StatsCounter* counter, int value);
Dmacro-assembler-ia32.cc1122 void MacroAssembler::DecrementCounter(StatsCounter* counter, int value) { in DecrementCounter() function in v8::internal::MacroAssembler
/external/webkit/V8Binding/v8/src/arm/
Dmacro-assembler-arm.h292 void DecrementCounter(StatsCounter* counter, int value,
Dstub-cache-arm.cc1284 __ DecrementCounter(&Counters::keyed_load_string_length, 1, r1, r3); in CompileLoadStringLength() local
1335 __ DecrementCounter(&Counters::keyed_store_field, 1, r1, r3); in CompileStoreField() local
Dmacro-assembler-arm.cc1103 void MacroAssembler::DecrementCounter(StatsCounter* counter, int value, in DecrementCounter() function in v8::internal::MacroAssembler