Searched refs:Count (Results 1 - 5 of 5) sorted by relevance

/art/runtime/
H A Ddex_instruction_visitor_test.cc43 TEST(InstructionTest, Count) {
/art/runtime/mirror/
H A Diftable.h59 size_t Count() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
H A Dart_method.cc148 for (size_t i = 0; i < iftable->Count() && result == NULL; i++) {
H A Dclass-inl.h401 return iftable->Count();
/art/tools/
H A Dcpplint.py695 def Count(self): member in class:_FunctionState
696 """Count line in current function body."""
1605 # Count parentheses. This is to avoid adding struct arguments to
2016 function_state.Count() # Count non-blank/non-comment lines.

Completed in 587 milliseconds