Home
last modified time | relevance | path

Searched defs:IncrementRegisterCount (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/lib/
Dsync_handle_watcher.cc58 void SyncHandleWatcher::IncrementRegisterCount() { in IncrementRegisterCount() function in mojo::SyncHandleWatcher
Dsync_event_watcher.cc62 void SyncEventWatcher::IncrementRegisterCount() { in IncrementRegisterCount() function in mojo::SyncEventWatcher
/external/v8/src/interpreter/
Dbytecode-register.h139 void IncrementRegisterCount() { register_count_++; } in IncrementRegisterCount() function