Searched defs:GetVarArgs (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Ddex_instruction-inl.h438 inline void Instruction::GetVarArgs(uint32_t arg[5], uint16_t inst_data) const { function in class:art::Instruction
H A Ddex_instruction.h391 void GetVarArgs(uint32_t args[kMaxVarArgRegs], uint16_t inst_data) const;
392 void GetVarArgs(uint32_t args[kMaxVarArgRegs]) const { function in class:art::Instruction
393 return GetVarArgs(args, Fetch16(0));

Completed in 5 milliseconds