Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_intrinsics.cc34 inst->GetVarArgs(arg, inst_data); \
55 inst->GetVarArgs(arg, inst_data); \
188 inst->GetVarArgs(arg, inst_data); in MterpStringCharAt()
212 inst->GetVarArgs(arg, inst_data); in MterpStringCompareTo()
229 inst->GetVarArgs(arg, inst_data); \
253 inst->GetVarArgs(arg, inst_data); \
273 inst->GetVarArgs(arg, inst_data); in MterpStringGetCharsNoCheck()
300 inst->GetVarArgs(arg, inst_data); in MterpStringEquals()
Dinterpreter_common.h272 inst->GetVarArgs(arg, inst_data); in DoInvoke()
365 inst->GetVarArgs(args, inst_data); in DoInvokeCustom()
Dinterpreter_common.cc726 inst->GetVarArgs(args, inst_data); in DoMethodHandleInvokeCommon()
812 inst->GetVarArgs(args, inst_data); in DoVarHandleInvokeCommon()
1754 inst->GetVarArgs(arg, inst_data); in DoCall()
1817 inst->GetVarArgs(arg); in DoFilledNewArray()
/art/libdexfile/dex/
Ddex_instruction.h465 uint32_t GetVarArgs(uint32_t args[kMaxVarArgRegs], uint16_t inst_data) const;
466 uint32_t GetVarArgs(uint32_t args[kMaxVarArgRegs]) const { in GetVarArgs() function
467 return GetVarArgs(args, Fetch16(0)); in GetVarArgs()
Ddex_instruction_test.cc103 ins->GetVarArgs(arg_regs); in TEST()
Ddex_instruction.cc371 GetVarArgs(arg); in DumpString()
469 GetVarArgs(arg); in DumpString()
Ddex_instruction-inl.h511 inline uint32_t Instruction::GetVarArgs(uint32_t arg[kMaxVarArgRegs], uint16_t inst_data) const { in GetVarArgs() function
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc371 uint32_t arg_count = inst->GetVarArgs(args); in ProcessCodeItem()
479 uint32_t arg_count = next->GetVarArgs(args); in ProcessCodeItem()
/art/tools/veridex/
Dflow_analysis.cc692 instruction.GetVarArgs(args); in AnalyzeInvoke()
756 instruction.GetVarArgs(args); in AnalyzeInvoke()
/art/compiler/optimizing/
Dinstruction_builder.cc2271 uint32_t number_of_vreg_arguments = instruction.GetVarArgs(args); in ProcessDexInstruction()
2307 uint32_t number_of_vreg_arguments = instruction.GetVarArgs(args); in ProcessDexInstruction()
2322 uint32_t number_of_vreg_arguments = instruction.GetVarArgs(args); in ProcessDexInstruction()
2878 uint32_t number_of_vreg_arguments = instruction.GetVarArgs(args); in ProcessDexInstruction()
/art/compiler/dex/
Dinline_method_analyser.cc170 invoke_direct->GetVarArgs(args); in CountForwardedConstructorArguments()
/art/runtime/verifier/
Dmethod_verifier.cc1155 inst->GetVarArgs(args); in VerifyInstruction()
4054 inst->GetVarArgs(arg); in VerifyInvocationArgsFromIterator()
4446 inst->GetVarArgs(arg); in VerifyNewArray()
/art/dexdump/
Ddexdump.cc1076 pDecInsn->GetVarArgs(arg); in dumpInstruction()
/art/dexlayout/
Ddexlayout.cc970 dec_insn->GetVarArgs(arg); in DumpInstruction()