Searched refs:GetVarArgs (Results 1 – 15 of 15) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_intrinsics.cc | 34 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()
|
D | interpreter_common.cc | 405 inst->GetVarArgs(args, inst_data); in DoMethodHandleInvokeCommon() 491 inst->GetVarArgs(args, inst_data); in DoVarHandleInvokeCommon() 1433 inst->GetVarArgs(arg, inst_data); in DoCall() 1496 inst->GetVarArgs(arg); in DoFilledNewArray()
|
D | interpreter_common.h | 370 inst->GetVarArgs(arg, inst_data); in DoInvoke() 465 inst->GetVarArgs(args, inst_data); in DoInvokeCustom()
|
/art/libdexfile/dex/ |
D | dex_instruction_test.cc | 103 ins->GetVarArgs(arg_regs); in TEST()
|
D | dex_instruction.h | 472 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()
|
D | dex_instruction.cc | 371 GetVarArgs(arg); in DumpString() 469 GetVarArgs(arg); in DumpString()
|
D | dex_instruction-inl.h | 558 inline uint32_t Instruction::GetVarArgs(uint32_t arg[kMaxVarArgRegs], uint16_t inst_data) const { in GetVarArgs() function
|
/art/tools/dexanalyze/ |
D | dexanalyze_bytecode.cc | 371 uint32_t arg_count = inst->GetVarArgs(args); in ProcessCodeItem() 479 uint32_t arg_count = next->GetVarArgs(args); in ProcessCodeItem()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 692 instruction.GetVarArgs(args); in AnalyzeInvoke() 756 instruction.GetVarArgs(args); in AnalyzeInvoke()
|
/art/runtime/interpreter/mterp/ |
D | nterp.cc | 576 inst->GetVarArgs(arg); in DoFilledNewArray()
|
/art/compiler/dex/ |
D | inline_method_analyser.cc | 170 invoke_direct->GetVarArgs(args); in CountForwardedConstructorArguments()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2566 uint32_t number_of_vreg_arguments = instruction.GetVarArgs(args); in ProcessDexInstruction() 2602 uint32_t number_of_vreg_arguments = instruction.GetVarArgs(args); in ProcessDexInstruction() 2617 uint32_t number_of_vreg_arguments = instruction.GetVarArgs(args); in ProcessDexInstruction() 3173 uint32_t number_of_vreg_arguments = instruction.GetVarArgs(args); in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1288 inst->GetVarArgs(args); in VerifyInstruction() 4103 inst->GetVarArgs(arg); in VerifyInvocationArgsFromIterator() 4452 inst->GetVarArgs(arg); in VerifyNewArray()
|
/art/dexdump/ |
D | dexdump.cc | 1115 pDecInsn->GetVarArgs(arg); in dumpInstruction()
|
/art/dexlayout/ |
D | dexlayout.cc | 971 dec_insn->GetVarArgs(arg); in DumpInstruction()
|