Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Dcalling_convention.h80 num_args_ = (is_static ? 0 : 1) + strlen(shorty) - 1; in CallingConvention()
158 return num_args_; in NumArgs()
208 size_t num_args_; variable