Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Djni_compiler.cc442 uint32_t args_count = 0; in ArtJniCompileMethodInternal() local
444 args_count++; in ArtJniCompileMethodInternal()
451 for (uint32_t i = 0; i < args_count; ++i) { in ArtJniCompileMethodInternal()
463 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()
/art/runtime/
Ddebugger.h61 uint64_t args[], uint32_t args_count) in DebugInvokeReq()
63 klass(invoke_class), method(invoke_method), arg_count(args_count), arg_values(args), in DebugInvokeReq()