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

/art/runtime/
H A Ddex_instruction_visitor_test.cc42 TEST(InstructionTest, Count) {
H A Dart_method.cc133 for (size_t i = 0; i < iftable->Count() && result == nullptr; i++) {
/art/runtime/mirror/
H A Diftable.h55 size_t Count() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
H A Dclass-inl.h419 return iftable->Count();
/art/compiler/utils/arm64/
H A Dassembler_arm64.cc655 while (registers.Count() >= 2) {
674 while (registers.Count() >= 2) {
/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 130 milliseconds