Home
last modified time | relevance | path

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

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