Home
last modified time | relevance | path

Searched refs:GetVarArgs (Results 1 – 15 of 15) 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.cc401 inst->GetVarArgs(args, inst_data); in DoMethodHandleInvokeCommon()
487 inst->GetVarArgs(args, inst_data); in DoVarHandleInvokeCommon()
1429 inst->GetVarArgs(arg, inst_data); in DoCall()
1492 inst->GetVarArgs(arg); in DoFilledNewArray()
Dinterpreter_common.h349 inst->GetVarArgs(arg, inst_data); in DoInvoke()
444 inst->GetVarArgs(args, inst_data); in DoInvokeCustom()
/art/libdexfile/dex/
Ddex_instruction.h472 uint32_t GetVarArgs(uint32_t args[kMaxVarArgRegs], uint16_t inst_data) const;
473 uint32_t GetVarArgs(uint32_t args[kMaxVarArgRegs]) const { in GetVarArgs() function
474 return GetVarArgs(args, Fetch16(0)); in GetVarArgs()
Ddex_instruction_test.cc103 ins->GetVarArgs(arg_regs); in TEST()
Ddex_instruction.cc353 GetVarArgs(arg); in DumpString()
434 GetVarArgs(arg); in DumpString()
Ddex_instruction-inl.h558 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.cc715 instruction.GetVarArgs(args); in AnalyzeInvoke()
779 instruction.GetVarArgs(args); in AnalyzeInvoke()
/art/runtime/interpreter/mterp/
Dnterp.cc692 inst->GetVarArgs(arg); in DoFilledNewArray()
/art/compiler/dex/
Dinline_method_analyser.cc170 invoke_direct->GetVarArgs(args); in CountForwardedConstructorArguments()
/art/compiler/optimizing/
Dinstruction_builder.cc2745 uint32_t number_of_vreg_arguments = instruction.GetVarArgs(args); in ProcessDexInstruction()
2770 uint32_t number_of_vreg_arguments = instruction.GetVarArgs(args); in ProcessDexInstruction()
2785 uint32_t number_of_vreg_arguments = instruction.GetVarArgs(args); in ProcessDexInstruction()
3341 uint32_t number_of_vreg_arguments = instruction.GetVarArgs(args); in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc1294 inst->GetVarArgs(args); in VerifyInstruction()
4039 inst->GetVarArgs(arg); in VerifyInvocationArgsFromIterator()
4388 inst->GetVarArgs(arg); in VerifyNewArray()
/art/dexdump/
Ddexdump.cc1115 pDecInsn->GetVarArgs(arg); in dumpInstruction()
/art/dexlayout/
Ddexlayout.cc971 dec_insn->GetVarArgs(arg); in DumpInstruction()