Searched refs:args_count (Results 1 – 2 of 2) sorted by relevance
247 uint32_t args_count = 0; in ArtJniCompileMethodInternal() local249 args_count++; in ArtJniCompileMethodInternal()256 for (uint32_t i = 0; i < args_count; ++i) { in ArtJniCompileMethodInternal()264 for (uint32_t j = 0; j < args_count - i - 1; ++j) { in ArtJniCompileMethodInternal()
93 const size_t args_count = is_range ? inst->VRegA_3rc() : inst->VRegA_35c(); in GetInvocationThis() local94 if (args_count < 1) { in GetInvocationThis()