Searched refs:args_count (Results 1 – 3 of 3) sorted by relevance
434 uint32_t args_count = 0; in ArtJniCompileMethodInternal() local436 args_count++; in ArtJniCompileMethodInternal()443 for (uint32_t i = 0; i < args_count; ++i) { in ArtJniCompileMethodInternal()455 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()
84 uint32_t args_count) in DebugInvokeReq()90 arg_count(args_count), in DebugInvokeReq()