Home
last modified time | relevance | path

Searched refs:IncrementRegisterCount (Results 1 – 4 of 4) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/lib/
Dsync_handle_watcher.cc33 IncrementRegisterCount(); in AllowWokenUpBySyncWatchOnSameThread()
38 IncrementRegisterCount(); in SyncWatch()
58 void SyncHandleWatcher::IncrementRegisterCount() { in IncrementRegisterCount() function in mojo::SyncHandleWatcher
/external/libmojo/mojo/public/cpp/bindings/
Dsync_handle_watcher.h51 void IncrementRegisterCount();
/external/v8/src/interpreter/
Dbytecode-register-allocator.h68 reg_list->IncrementRegisterCount(); in GrowRegisterList()
Dbytecode-register.h109 void IncrementRegisterCount() { register_count_++; } in IncrementRegisterCount() function