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

/art/runtime/interpreter/
H A Dinterpreter_intrinsics.cc34 inst->GetVarArgs(arg, inst_data); \
55 inst->GetVarArgs(arg, inst_data); \
188 inst->GetVarArgs(arg, inst_data);
212 inst->GetVarArgs(arg, inst_data);
229 inst->GetVarArgs(arg, inst_data); \
253 inst->GetVarArgs(arg, inst_data); \
273 inst->GetVarArgs(arg, inst_data);
300 inst->GetVarArgs(arg, inst_data);
H A Dinterpreter_common.cc596 inst->GetVarArgs(args, inst_data);
865 inst->GetVarArgs(args, inst_data);
1104 inst->GetVarArgs(arg, inst_data);
1167 inst->GetVarArgs(arg);
/art/runtime/
H A Ddex_instruction_test.cc99 ins->GetVarArgs(arg_regs);
H A Ddex_instruction.h439 void GetVarArgs(uint32_t args[kMaxVarArgRegs], uint16_t inst_data) const;
440 void GetVarArgs(uint32_t args[kMaxVarArgRegs]) const { function in class:art::Instruction
441 return GetVarArgs(args, Fetch16(0));
H A Ddex_instruction.cc362 GetVarArgs(arg);
472 GetVarArgs(arg);
H A Ddex_instruction-inl.h511 inline void Instruction::GetVarArgs(uint32_t arg[kMaxVarArgRegs], uint16_t inst_data) const { function in class:art::Instruction
/art/compiler/dex/
H A Dinline_method_analyser.cc169 invoke_direct->GetVarArgs(args);
/art/runtime/verifier/
H A Dmethod_verifier.cc1231 inst->GetVarArgs(args);
4064 inst->GetVarArgs(arg);
4543 inst->GetVarArgs(arg);
4613 inst->GetVarArgs(arg);
/art/compiler/optimizing/
H A Dinstruction_builder.cc1930 instruction.GetVarArgs(args);
1967 instruction.GetVarArgs(args);
2536 instruction.GetVarArgs(args);
/art/dexdump/
H A Ddexdump.cc1088 pDecInsn->GetVarArgs(arg);
/art/dexlayout/
H A Ddexlayout.cc1012 dec_insn->GetVarArgs(arg);

Completed in 308 milliseconds