Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_handles.h143 arg_(arg), in ShadowFrameGetter()
149 const uint32_t next = (is_range ? first_src_reg_ + arg_index_ : arg_[arg_index_]); in Get()
156 const uint32_t next = (is_range ? first_src_reg_ + arg_index_ : arg_[arg_index_]); in GetLong()
163 const uint32_t next = (is_range ? first_src_reg_ + arg_index_ : arg_[arg_index_]); in GetReference()
171 const uint32_t (&arg_)[Instruction::kMaxVarArgRegs]; variable