HomeSort by relevance Sort by last modified time
    Searched full:args_in_regs_ (Results 1 - 1 of 1) sorted by null

  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 65 args_in_regs_(ComputeArgsInRegs(caller_mh)),
96 for (cur_arg_index_ = 0; cur_arg_index_ < args_in_regs_ && param_index_ < num_params_; ) {
138 const size_t args_in_regs_; member in class:art::PortableArgumentVisitor

Completed in 334 milliseconds