Searched refs:args_count (Results 1 – 2 of 2) sorted by relevance
362 uint32_t args_count = 0; in ArtJniCompileMethodInternal() local364 args_count++; in ArtJniCompileMethodInternal()374 for (uint32_t i = 0; i < args_count; ++i) { in ArtJniCompileMethodInternal()384 for (uint32_t j = 0; j < args_count - i - 1; ++j) { in ArtJniCompileMethodInternal()
52 const size_t args_count = inst->VRegA(); in GetInvocationThis() local53 if (args_count < 1) { in GetInvocationThis()