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

/art/runtime/
H A Ddex_instruction.h389 void GetVarArgs(uint32_t args[kMaxVarArgRegs], uint16_t inst_data) const;
390 void GetVarArgs(uint32_t args[kMaxVarArgRegs]) const { function in class:art::Instruction
391 return GetVarArgs(args, Fetch16(0));
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.cc327 GetVarArgs(arg);
/art/runtime/interpreter/
H A Dinterpreter_common.cc537 inst->GetVarArgs(arg, inst_data);
739 inst->GetVarArgs(arg);
/art/compiler/optimizing/
H A Dbuilder.cc1465 instruction.GetVarArgs(args);
2044 instruction.GetVarArgs(args);
/art/runtime/verifier/
H A Dmethod_verifier.cc885 inst->GetVarArgs(args);
3344 inst->GetVarArgs(arg);
3637 inst->GetVarArgs(arg);
3703 inst->GetVarArgs(arg);
/art/compiler/dex/
H A Dmir_graph.cc177 inst->GetVarArgs(decoded_instruction->arg);

Completed in 100 milliseconds