Home
last modified time | relevance | path

Searched refs:args_count (Results 1 – 2 of 2) sorted by relevance

/art/compiler/jni/quick/
Djni_compiler.cc441 uint32_t args_count = 0; in ArtJniCompileMethodInternal() local
443 args_count++; in ArtJniCompileMethodInternal()
454 for (uint32_t i = 0; i < args_count; ++i) { in ArtJniCompileMethodInternal()
466 for (uint32_t j = 0; j < args_count - i - 1; ++j) { in ArtJniCompileMethodInternal()
/art/runtime/verifier/
Dregister_line.cc52 const size_t args_count = inst->VRegA(); in GetInvocationThis() local
53 if (args_count < 1) { in GetInvocationThis()