Searched refs:num_ref_args_ (Results 1 - 1 of 1) sorted by relevance

/art/compiler/jni/quick/
H A Dcalling_convention.h85 num_ref_args_ = is_static ? 0 : 1; // The implicit this pointer.
92 num_ref_args_++;
177 return num_ref_args_;
219 size_t num_ref_args_; member in class:art::CallingConvention

Completed in 82 milliseconds